All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.2.0 (2019-08-21)
- interceptors: add module logger, setLogger() (17f050d)
2.1.0 (2019-07-07)
- interceptors: update EventBus ctor args (557a78f)
- interceptors: enable TS strict compiler flags (refactor) (13bea8f)
2.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- 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)
- interceptors: update forwardSideFx(), refactor iceps as arrow fns (9334f83)
1.8.7 (2018-07-11)
- interceptors: update valueSetter()/valueUpdater() (73c7b8a)
1.8.0 (2018-05-14)
- interceptors: update dispatch() / dispatchNow() (5e72970)
1.7.0 (2018-05-09)
- interceptors: add dispatch/dispatchNow() helper interceptors (6748515)
1.6.1 (2018-04-28)
- interceptors: multiple sidefx value assignment (c4d8851)
1.6.0 (2018-04-27)
- interceptors: add dispatchLater() (f4a095a)
1.5.0 (2018-04-19)
- interceptors: add EV_TOGGLE_VALUE handler, update EV_UNDO/REDO (87e3b48)
1.4.0 (2018-04-17)
- interceptors: add event handler instrumentation (1a6ac54)
1.3.3 (2018-04-17)
- interceptors: filter out undefined sidefx vals (d7ff997)
1.3.1 (2018-04-16)
- interceptors: update undo handling to support history cursors (9a83d4e)
1.3.0 (2018-04-15)
- 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)
- interceptors: add ensureStateRange() & ensureParamRange() iceps (86883e3)
1.1.0 (2018-03-21)
1.0.5 (2018-03-19)
- interceptors: InterceptorPredicate args (76c5e0a)
- interceptors: add/extract @thi.ng/interceptors package from @th.ng/atom (195a6ff)