Skip to content

Latest commit

 

History

History
294 lines (106 loc) · 8.07 KB

CHANGELOG.md

File metadata and controls

294 lines (106 loc) · 8.07 KB

Change Log

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

2.2.4 (2020-01-24)

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

2.2.3 (2019-11-30)

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

2.2.2 (2019-11-09)

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

2.2.1 (2019-09-21)

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

2.2.0 (2019-08-21)

Features

  • interceptors: add module logger, setLogger() (17f050d)

2.1.3 (2019-08-16)

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

2.1.2 (2019-07-31)

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

2.1.1 (2019-07-12)

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

2.1.0 (2019-07-07)

Bug Fixes

  • interceptors: update EventBus ctor args (557a78f)

Features

  • interceptors: enable TS strict compiler flags (refactor) (13bea8f)

2.0.12 (2019-05-22)

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

2.0.11 (2019-04-26)

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

2.0.10 (2019-04-24)

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

2.0.9 (2019-04-02)

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

2.0.8 (2019-03-28)

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

2.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.

1.9.0 (2018-11-13)

Features

  • interceptors: update forwardSideFx(), refactor iceps as arrow fns (9334f83)

1.8.7 (2018-07-11)

Performance Improvements

  • interceptors: update valueSetter()/valueUpdater() (73c7b8a)

1.8.0 (2018-05-14)

Features

  • interceptors: update dispatch() / dispatchNow() (5e72970)

1.7.0 (2018-05-09)

Features

  • interceptors: add dispatch/dispatchNow() helper interceptors (6748515)

1.6.1 (2018-04-28)

Bug Fixes

  • interceptors: multiple sidefx value assignment (c4d8851)

1.6.0 (2018-04-27)

Features

  • interceptors: add dispatchLater() (f4a095a)

1.5.0 (2018-04-19)

Features

  • interceptors: add EV_TOGGLE_VALUE handler, update EV_UNDO/REDO (87e3b48)

1.4.0 (2018-04-17)

Features

  • interceptors: add event handler instrumentation (1a6ac54)

1.3.3 (2018-04-17)

Bug Fixes

  • interceptors: filter out undefined sidefx vals (d7ff997)

1.3.1 (2018-04-16)

Bug Fixes

  • interceptors: update undo handling to support history cursors (9a83d4e)

1.3.0 (2018-04-15)

Features

  • interceptors: add default FX_UNDO/REDO side fx (a102eb7)
  • interceptors: add undo/redo handlers/fx & snapshot() interceptor (3c92f7e)
  • interceptors: update processQueue(), expose full ctx to handlers (183af61)

1.2.0 (2018-04-13)

Features

  • interceptors: add ensureStateRange() & ensureParamRange() iceps (86883e3)

1.1.0 (2018-03-21)

Features

  • interceptors: update error handling, add @thi.ng/api dep (501d56f)

1.0.5 (2018-03-19)

Bug Fixes

  • interceptors: InterceptorPredicate args (76c5e0a)

1.0.0 (2018-03-17)

Documentation

  • interceptors: add/extract @thi.ng/interceptors package from @th.ng/atom (195a6ff)