All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.4.23 (2020-08-20)
Note: Version bump only for package @thi.ng/fsm
2.4.22 (2020-08-17)
Note: Version bump only for package @thi.ng/fsm
2.4.21 (2020-08-16)
Note: Version bump only for package @thi.ng/fsm
2.4.0 (2020-03-06)
- fsm: add altsLitObj(), update deps & char range matchers (300fe2b)
2.3.0 (2019-11-09)
- fsm: update str() to NOT collect input by default (match only) (6105ea7)
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.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)