Skip to content

Latest commit

 

History

History
167 lines (70 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

167 lines (70 loc) · 4.3 KB

Change Log

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

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.