All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.1.0 (2018-08-24)
- api: add new/move type aliases into api.ts (cf30ba2)
- api: add NumericArray and TypedArray types (519394b)
4.0.6 (2018-08-01)
Note: Version bump only for package @thi.ng/api
4.0.5 (2018-07-20)
Note: Version bump only for package @thi.ng/api
4.0.4 (2018-06-21)
Note: Version bump only for package @thi.ng/api
4.0.3 (2018-05-14)
Note: Version bump only for package @thi.ng/api
4.0.2 (2018-05-14)
Note: Version bump only for package @thi.ng/api
4.0.1 (2018-05-13)
Note: Version bump only for package @thi.ng/api
4.0.0 (2018-05-12)
- api: update interfaces, add docs (9b38860)
- api: IBind, IEnable now include generics, update IIndexed, IMeta, ISet, IStack
- add IInto
- add IImmutableSet
- add IImmutableStack
- minor update IEnabled mixin
3.0.1 (2018-05-10)
Note: Version bump only for package @thi.ng/api
3.0.0 (2018-05-10)
- api: remove obsolete files from package (f051ca3)
- api: @thi.ng/api now only contains type declarations, decorators and mixins. All other features have been moved to new dedicated packages:
- @thi.ng/bench
- @thi.ng/compare
- @thi.ng/equiv
- @thi.ng/errors
2.3.2 (2018-05-09)
Note: Version bump only for package @thi.ng/api
2.3.1 (2018-04-29)
- api: major speedup equivObject(), update equivSet() (7fdf172)
2.3.0 (2018-04-26)
- api: support more types in equiv(), add tests (2ac8bff)
2.2.0 (2018-04-08)
- api: add bench() & timed() utils (d310345)
2.1.3 (2018-04-04)
Note: Version bump only for package @thi.ng/api
2.1.2 (2018-04-01)
Note: Version bump only for package @thi.ng/api
2.1.1 (2018-03-28)
- api: illegalState() creates IllegalStateError (2b7e99b)
2.1.0 (2018-03-21)
- api: add error types & ctor fns (4d3785f)
2.0.4 (2018-03-08)
Note: Version bump only for package @thi.ng/api
2.0.3 (2018-02-18)
Note: Version bump only for package @thi.ng/api
2.0.2 (2018-02-08)
Note: Version bump only for package @thi.ng/api
2.0.1 (2018-02-02)
- api: update compare() & equiv() (110a9de)
2.0.0 (2018-02-01)
- api: fix equiv string handling, update tests (1354e29)
- api: update equiv() null handling, add tests (878520e)
- api: equiv now treats null & undefined as equal
1.5.0 (2018-01-31)
- api: add Predicate2 & StatefulPredicate2 types (fbf8453)
1.4.2 (2018-01-30)
Note: Version bump only for package @thi.ng/api
1.4.1 (2018-01-29)
Note: Version bump only for package @thi.ng/api
1.4.0 (2018-01-29)
- api: update IWatch & mixin, boolean returns (bddd5ce)
1.3.0 (2018-01-28)
- api: add StatefulPredicate (c74353b)