Skip to content

Latest commit

 

History

History
326 lines (175 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

326 lines (175 loc) · 12.8 KB

Change Log

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

6.11.3 (2020-07-02)

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

6.11.2 (2020-06-20)

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

6.11.1 (2020-06-14)

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

6.11.0 (2020-06-01)

Features

  • api: add deref(), isDeref() fns & MaybeDeref (722bf3e)

6.10.0 (2020-04-06)

Features

  • api: add LogLevelName type (25b6c67)

6.9.0 (2020-03-28)

Features

  • api: add Derefed & DerefedKeys types (95f1576)
  • api: add optional props in Keys/Val types (08b88f0)
  • api: add Path0-8, PathVal1-8, DeepPath types (0c76108)
  • api: update Path alias, add doc strings (e2b35bc)

6.8.0 (2020-02-25)

Bug Fixes

Features

  • api: add TypedKeys, NumericKeys, StringKeys (fab1a5e)

6.7.0 (2020-01-24)

Bug Fixes

  • api: don't use optional chaining, update assert(), exposeGlobal() (ddfc65e)

Features

  • api: add Drop, TupleLength, update Tuple (dc79324)
  • api: add exposeGlobal(), update assert(), update readme (7981cc9)
  • api: add IClear interface (38f03ff)
  • api: add IReset interface (d491bd0)
  • api: add more RangeXX types & RangeValueMap (654ea53)
  • api: added the Head type (f000a3d)
  • api: added the Init type (f6c333a)
  • api: added the KeysN type (e0f0e90)
  • api: added the Last type (44ae2f7)
  • api: added the Prepend type (7bfe7a8)
  • api: added the ReplaceN type (4da54ae)
  • api: added the Reverse type (88cfaa4)
  • api: added the Tail type (fa59ff3)
  • api: added the ValN type (b48623f)
  • api: added the WithoutN type (0d13af5)

6.6.0 (2019-11-30)

Features

  • api: add ISeq, ISeqable (541e9c8)
  • api: add Uint/Int/FloatType & helpers (1d3c824)
  • api: add WithoutX & ReplaceX types, update KeysX/ValX (7707370)

6.5.0 (2019-11-09)

Features

  • api: add RangeXX types (fc9cf21)
  • api: add typedArray() factory, update type mappers, docs (ac7fa13)
  • api: add types, split api.ts into separate files (b72e664)

6.4.0 (2019-09-21)

Features

6.3.0 (2019-07-07)

Features

  • api: add Select2/3/4 conditional types (a4bfb88)
  • api: enable TS strict compiler flags (refactor) (0430d01)
  • api: update assert() message arg types (6137b48)

6.2.0 (2019-05-22)

Features

  • api: add Type enum, IntArray, UIntArray, FloatArray, SIZEOF (b0c44fe)

6.1.1 (2019-04-26)

Bug Fixes

  • api: make LogLevel non-const enum, minor fix ConsoleLogger (88d5e9d)

6.1.0 (2019-04-24)

Features

  • api: add common logging types & default impls (4578604)
  • api: update ILogger, freeze NULL_LOGGER (27ff8de)

6.0.0 (2019-03-28)

Features

  • api: add new types, update existing (560eb90)

BREAKING CHANGES

  • api: split up, remove & update various interfaces
  • split IAssociative => IAssoc, IAssocIn
  • update IDissoc, add IDissocIn
  • split IGet => IGet, IGetIn
  • update IInto generics & return type
  • update ISet, remove IImmutableSet
  • update IStack, remove IImmutableStack

5.1.0 (2019-03-10)

Features

  • api: add additional Fn arities (33c7dfe)
  • api: add more Fn type aliases, update existing (3707e61)

5.0.0 (2019-01-21)

Bug Fixes

  • api: update assert(), re-export mixin() (9f91cfa)

Build System

  • api: update package build scripts / outputs (f913d7b)

Features

BREAKING CHANGES

  • api: rename mixins to avoid name clashes, update decorators
  • append Mixin suffix to all mixins (i.e. INotify => INotifyMixin)
  • update re-exports of mixins & decorators (no more nested child namespace)

4.2.0 (2018-09-22)

Features

  • api: add IToHiccup interface (e390a54)

4.1.0 (2018-08-24)

Features

  • api: add new/move type aliases into api.ts (cf30ba2)
  • api: add NumericArray and TypedArray types (519394b)

4.0.0 (2018-05-12)

Code Refactoring

  • api: update interfaces, add docs (9b38860)

BREAKING CHANGES

  • api: IBind, IEnable now include generics, update IIndexed, IMeta, ISet, IStack
  • add IInto
  • add IImmutableSet
  • add IImmutableStack
  • minor update IEnabled mixin

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.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.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.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.0 (2018-01-29)

Features

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

1.3.0 (2018-01-28)

Features

  • api: add StatefulPredicate (c74353b)