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
forEachMapper
async version into a diferent function calledasyncForEachMapper
1.2.0 #
isBlank
added. Check documentationisBiggerThen
added. Check documentationisBiggerOrEqualThen
added. Check documentationisSmallerThen
added. Check documentationisSmallerOrEqualThen
added. Check documentationforEachMapper
async 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
tryDecode
function addedaddToIndex
function name changed toinsertToIndex
- Readme Image updated
- Better README.md documentation
- Added examples to README.md
- Example file added
1.0.0 #
- Initial version.