Skip to content

Tags: Colonise/Collection

Tags

v2.1.0

Toggle v2.1.0's commit message
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))

v2.0.1

Toggle v2.0.1's commit message
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))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.3.0...v2.0.0) (2018-10-28)

### Features

* upgrade TypeScript version to 3.1.3 ([8e406d8](8e406d8))

### BREAKING CHANGES

* TypeScript version 2.7.2 changed to 3.1.3

v1.3.0

Toggle v1.3.0's commit message
chore(release): 1.3.0 [skip ci]

# [1.3.0](v1.2.1...v1.3.0) (2018-10-22)

### Features

* enumerate to, from, between, while, + reverse ([013830e](013830e))

v1.2.1

Toggle v1.2.1's commit message
chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2018-10-21)

### Bug Fixes

* **@@iterator:** enable downlevel iteration and improve typings ([10b7956](10b7956))

v1.2.0

Toggle v1.2.0's commit message
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))

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config(npm): install semantic-release

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config(TravisCI): skip whitespace indentation