enchanted_collection 1.3.0
enchanted_collection: ^1.3.0 copied to clipboard
A collection toolkit of useful data structures and algorithms for collections.
1.3.0 #
BREAKING CHANGE #
- Separeted
forEachMapperasync version into a diferent function calledasyncForEachMapper
1.2.0 #
isBlankadded. Check documentationisBiggerThenadded. Check documentationisBiggerOrEqualThenadded. Check documentationisSmallerThenadded. Check documentationisSmallerOrEqualThenadded. Check documentationforEachMapperasync function capability asserted
1.1.2 #
- Added async option to forEachMapper method. Now you can call await before it and execute async functions for each interation on the list.
- List extensions now work in Iterable also
- Commentary macros structures created
- Logo added
1.1.1 #
README.md navigation summary fix
1.1.0 #
- Change at index function added
tryDecodefunction addedaddToIndexfunction name changed toinsertToIndex- Readme Image updated
- Better README.md documentation
- Added examples to README.md
- Example file added
1.0.0 #
- Initial version.
