Skip to content

Latest commit

 

History

History
208 lines (83 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

208 lines (83 loc) · 4.8 KB

Change Log

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

3.0.0 (2018-05-10)

Code Refactoring

  • api: remove obsolete files from package (f051ca3)

BREAKING CHANGES

  • 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)

Performance Improvements

  • api: major speedup equivObject(), update equivSet() (7fdf172)

2.3.0 (2018-04-26)

Features

  • api: support more types in equiv(), add tests (2ac8bff)

2.2.0 (2018-04-08)

Features

  • 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)

Bug Fixes

  • api: illegalState() creates IllegalStateError (2b7e99b)

2.1.0 (2018-03-21)

Features

  • 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)

Bug Fixes

  • api: update compare() & equiv() (110a9de)

2.0.0 (2018-02-01)

Bug Fixes

  • api: fix equiv string handling, update tests (1354e29)

Features

  • api: update equiv() null handling, add tests (878520e)

BREAKING CHANGES

  • api: equiv now treats null & undefined as equal

1.5.0 (2018-01-31)

Features

  • 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)

Features

  • api: update IWatch & mixin, boolean returns (bddd5ce)

1.3.0 (2018-01-28)

Features

  • api: add StatefulPredicate (c74353b)