Skip to content

Releases: Colonise/Collection

v2.1.0

20 Nov 08:10
Compare
Choose a tag to compare

2.1.0 (2018-11-20)

Features

  • map: add map(mapper) that creates a new mapped collection (94c9dfe)
  • transform: add transform(transformer) to transform the collection (5f4f443)

v2.0.1

20 Nov 06:59
Compare
Choose a tag to compare

2.0.1 (2018-11-20)

Bug Fixes

  • remove: replace remove(remover) with removeBy(remover) (7d5db88)
  • replace: replace replace(replacer) with replaceBy(replacer) (8962305)
  • allow checker, filter, remover, and finder to return truthy/falsey (f6a8177)

v2.0.0

28 Oct 11:28
Compare
Choose a tag to compare

2.0.0 (2018-10-28)

Features

  • upgrade TypeScript version to 3.1.3 (8e406d8)

BREAKING CHANGES

  • TypeScript version 2.7.2 changed to 3.1.3

v1.3.0

22 Oct 10:31
Compare
Choose a tag to compare

1.3.0 (2018-10-22)

Features

  • enumerate to, from, between, while, + reverse (013830e)

v1.2.1

21 Oct 08:25
Compare
Choose a tag to compare

1.2.1 (2018-10-21)

Bug Fixes

  • Symbol.iterator: enable downlevel iteration and improve typings (10b7956)

v1.2.0

01 Sep 07:50
Compare
Choose a tag to compare

1.2.0 (2018-09-01)

Features

  • all: add all method to check if all items match the filter (38b64d4)
  • any: add any method to check if any items match the a filter (a832e3c)
  • clear: add clear method that removes all items from a collection (53255be)
  • Symbol.iterator: add Symbol iterator protocol (bdd117d)

v1.1.0

25 Aug 07:18
5783517
Compare
Choose a tag to compare
config(npm): install semantic-release