Skip to content

Latest commit

 

History

History
303 lines (121 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

303 lines (121 loc) · 7.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.22 (2018-08-24)

Note: Version bump only for package @thi.ng/iterators

4.1.21 (2018-08-24)

Note: Version bump only for package @thi.ng/iterators

4.1.20 (2018-08-01)

Note: Version bump only for package @thi.ng/iterators

4.1.19 (2018-07-20)

Note: Version bump only for package @thi.ng/iterators

4.1.18 (2018-06-21)

Note: Version bump only for package @thi.ng/iterators

4.1.17 (2018-06-18)

Note: Version bump only for package @thi.ng/iterators

4.1.16 (2018-05-14)

Note: Version bump only for package @thi.ng/iterators

4.1.15 (2018-05-14)

Note: Version bump only for package @thi.ng/iterators

4.1.14 (2018-05-13)

Note: Version bump only for package @thi.ng/iterators

4.1.13 (2018-05-12)

Note: Version bump only for package @thi.ng/iterators

4.1.12 (2018-05-10)

Note: Version bump only for package @thi.ng/iterators

4.1.11 (2018-05-10)

Note: Version bump only for package @thi.ng/iterators

4.1.10 (2018-05-09)

Note: Version bump only for package @thi.ng/iterators

4.1.9 (2018-04-29)

Note: Version bump only for package @thi.ng/iterators

4.1.8 (2018-04-26)

Note: Version bump only for package @thi.ng/iterators

4.1.7 (2018-04-26)

Note: Version bump only for package @thi.ng/iterators

4.1.6 (2018-04-22)

Note: Version bump only for package @thi.ng/iterators

4.1.5 (2018-04-10)

Note: Version bump only for package @thi.ng/iterators

4.1.4 (2018-04-08)

Note: Version bump only for package @thi.ng/iterators

4.1.3 (2018-04-04)

Note: Version bump only for package @thi.ng/iterators

4.1.2 (2018-04-01)

Note: Version bump only for package @thi.ng/iterators

4.1.1 (2018-03-28)

Note: Version bump only for package @thi.ng/iterators

4.1.0 (2018-03-21)

Features

  • iterators: update error handling, add @thi.ng/api dep (9316a6c)

4.0.7 (2018-03-08)

Note: Version bump only for package @thi.ng/iterators

4.0.6 (2018-02-18)

Note: Version bump only for package @thi.ng/iterators

4.0.5 (2018-02-08)

Note: Version bump only for package @thi.ng/iterators

4.0.4 (2018-02-02)

Note: Version bump only for package @thi.ng/iterators

4.0.3 (2018-02-01)

Note: Version bump only for package @thi.ng/iterators

4.0.2 (2018-01-31)

Note: Version bump only for package @thi.ng/iterators

4.0.1 (2018-01-30)

Note: Version bump only for package @thi.ng/iterators

4.0.0 (2018-01-29)

Code Refactoring

  • iterators: remove default exports (651d07c)

BREAKING CHANGES

3.2.4 (2018-01-29)

Note: Version bump only for package @thi.ng/iterators

3.2.3 (2018-01-28)

Note: Version bump only for package @thi.ng/iterators

@thi.ng/iterators changelog

3.1.0 (2017-12-12)

  • Add groupBy()
  • Add optional key fn for frequencies()
  • Update package structure (build commands & target dirs)

3.0.1 (2017-07-30)

  • Update readme

3.0.0 (2017-07-30)

  • Package name change thing-iterators => @thi.ng/iterators
  • Add fork()
  • Breaking change cached() API (now same as fork())

2.0.0 (2017-07-07)

  • All functions are defined as sub-modules and exposed as default exports. This is an additional feature. The full library can still be imported as before.
  • Function sub-modules use Kebab case whereas function names are in Camel case.