All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.3.3 (2020-01-26)
Note: Version bump only for package @thi.ng/fsm
2.3.2 (2020-01-24)
Note: Version bump only for package @thi.ng/fsm
2.3.1 (2019-11-30)
Note: Version bump only for package @thi.ng/fsm
2.3.0 (2019-11-09)
- fsm: update str() to NOT collect input by default (match only) (6105ea7)
2.2.5 (2019-09-21)
Note: Version bump only for package @thi.ng/fsm
2.2.4 (2019-08-21)
Note: Version bump only for package @thi.ng/fsm
2.2.3 (2019-08-16)
Note: Version bump only for package @thi.ng/fsm
2.2.2 (2019-07-31)
Note: Version bump only for package @thi.ng/fsm
2.2.1 (2019-07-12)
Note: Version bump only for package @thi.ng/fsm
2.2.0 (2019-07-07)
- fsm: callback return types (09b047b)
- color: TS strictNullChecks, update color conversion fns (04dc356)
- fsm: enable TS strict compiler flags (refactor) (135b838)
2.1.15 (2019-05-22)
Note: Version bump only for package @thi.ng/fsm
2.1.14 (2019-04-26)
Note: Version bump only for package @thi.ng/fsm
2.1.13 (2019-04-24)
Note: Version bump only for package @thi.ng/fsm
2.1.12 (2019-04-15)
Note: Version bump only for package @thi.ng/fsm
2.1.11 (2019-04-03)
Note: Version bump only for package @thi.ng/fsm
2.1.10 (2019-04-02)
Note: Version bump only for package @thi.ng/fsm
2.1.9 (2019-03-28)
Note: Version bump only for package @thi.ng/fsm
2.1.0 (2019-02-20)
- fsm: add altsLit() matcher, optimize whitespace() (5243241)
- fsm: add optional failure callbacks in all matchers & fsm (4b51c9a)
- fsm: add optional FSM ctx update handler, add iterator support (da9ff03)
2.0.0 (2019-02-15)
- fsm: update / split until() (aeb05f8)
- fsm: make until() array based, add untilStr()
- rename existing
until()
=>untilStr()
1.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.
- fsm: add always(), lit(), not(), cleanup imports (992f31a)
- fsm: add never(), optimize alts(), add docs for all matchers (81e3fc7)
- fsm: add repeat(), success(), refactor all matchers (55671fc)
- fsm: add support for lookahead-1, add docs (4a9bb3d)
- fsm: import fsm package (e03390b)
- fsm: update not() (a933607)