Releases: ankurp/Dollar
Releases · ankurp/Dollar
v2.2.0
Changelog
- Added
flatMap
function - Added
random
function - Int extension to convert
Int
to Time and Date - Removed
isEmpty()
method inDictionary
in favor ofisEmpty
computated variable - Removed forced parameter name
dictionary
andarray
variable when callingmerge
function - Adding Cocoa Pod support
- Fixed project where folder with space causes build to fail
3.0.0-alpha
Removing Optional tests
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Change Log
- Chaining has been refactored and renamed to
Chain
from$
along with using generics instead of forcing typecast at the end of the chained operation - Chains terminate for certain operation such as first, all, any, etc. and lazily evaluates at the end when
.value
property is accessed. - Dollar class is renamed to
$
and the typealias for$
is removed.
v1.3.0
Change Log
- Using generics for zip and flatten and making extensions internal
- Adding
once
,cycle
,fetch
toDollar
Character
extension inCent
- Adding more extensions to
String
and helper methods toRegex
class - Adding
<<
extension toArray
- Preserving order in
uniq
anduniq
by