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)
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)
- iterators: remove default exports (651d07c)
- iterators: switch back to named function exports for project consistency and following lead from tslint (https://palantir.github.io/tslint/rules/no-default-export/)
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
- Add
groupBy()
- Add optional key fn for
frequencies()
- Update package structure (build commands & target dirs)
- Update readme
- Package name change
thing-iterators
=>@thi.ng/iterators
- Add
fork()
- Breaking change
cached()
API (now same asfork()
)
- 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.