Skip to content

Latest commit

 

History

History
95 lines (48 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

95 lines (48 loc) · 3.63 KB

Change Log

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

2.4.54 (2021-07-01)

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

2.4.53 (2021-06-08)

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

2.4.0 (2020-03-06)

Features

  • fsm: add altsLitObj(), update deps & char range matchers (300fe2b)

2.3.0 (2019-11-09)

Features

  • fsm: update str() to NOT collect input by default (match only) (6105ea7)

2.2.0 (2019-07-07)

Bug Fixes

  • fsm: callback return types (09b047b)

Features

  • color: TS strictNullChecks, update color conversion fns (04dc356)
  • fsm: enable TS strict compiler flags (refactor) (135b838)

2.1.0 (2019-02-20)

Features

  • 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)

Features

  • fsm: update / split until() (aeb05f8)

BREAKING CHANGES

  • fsm: make until() array based, add untilStr()
  • rename existing until() => untilStr()

1.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.

0.1.0 (2019-01-04)

Features

  • 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)