Tags: Colonise/Collection
Tags
chore(release): 2.1.0 [skip ci] # [2.1.0](v2.0.1...v2.1.0) (2018-11-20) ### Features * **map:** add map(mapper) that creates a new mapped collection ([94c9dfe](94c9dfe)) * **transform:** add transform(transformer) to transform the collection ([5f4f443](5f4f443))
chore(release): 2.0.1 [skip ci] ## [2.0.1](v2.0.0...v2.0.1) (2018-11-20) ### Bug Fixes * **remove:** replace remove(remover) with removeBy(remover) ([7d5db88](7d5db88)) * **replay:** replace replace(replacer) with replaceBy(replacer) ([8962305](8962305)) * allow checker, filter, remover, and finder to return truthy/falsey ([f6a8177](f6a8177))
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2018-09-01) ### Features * **all:** add all method to check if all items match the filter ([38b64d4](38b64d4)) * **any:** add any method to check if any items match the a filter ([a832e3c](a832e3c)) * **clear:** add clear method that removes all items from a collection ([53255be](53255be)) * **Symbol.iterator:** add Symbol iterator protocol ([bdd117d](bdd117d))