Releases: ankurp/Dollar
Releases · ankurp/Dollar
v2.2.0
Changelog
- Added
flatMapfunction - Added
randomfunction - Int extension to convert
Intto Time and Date - Removed
isEmpty()method inDictionaryin favor ofisEmptycomputated variable - Removed forced parameter name
dictionaryandarrayvariable when callingmergefunction - 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
Chainfrom$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
.valueproperty 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,fetchtoDollar Characterextension inCent- Adding more extensions to
Stringand helper methods toRegexclass - Adding
<<extension toArray - Preserving order in
uniqanduniqby