mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
c4a88e5036
* fix(parser): fix issue with escaping backslashes when enableEscapeTags is set (#20) there is a bug in the lexer where when enableEscapeTags is set, backslashes are not always escaped (ie. \\[b] is treated as an escaped tag, rather than a literal backslash, and then a tag). * chore: v2.5.1
3.5 KiB
3.5 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.5.1 (2019-06-18)
Note: Version bump only for package @bbob/core
2.5.0 (2019-06-17)
Note: Version bump only for package @bbob/core
2.4.0 (2019-03-29)
Features
- core: add tree.messages array and tree.options (cd2b6fd)
2.3.4 (2019-03-29)
Note: Version bump only for package @bbob/core
2.3.3 (2019-03-29)
Note: Version bump only for package @bbob/core
2.3.2 (2019-03-09)
Note: Version bump only for package @bbob/core
2.3.1 (2019-03-04)
Note: Version bump only for package @bbob/core
2.2.0 (2018-10-11)
Bug Fixes
- core: string walk api test error (bdd8bbd)
Features
- core: add helper function to plugin api (e189a39)
- core: implement plugin api (ee047e8)
- core: raw tree property support (bdfd3f6)
- new @bbob/html api (#4) (575c1bb)
2.1.0 (2018-10-07)
- feat(core): raw tree property support (bdfd3f6)
2.0.2 (2018-10-07)
Bug Fixes
- core: string walk api test error (bdd8bbd)
2.0.1 (2018-09-23)
Note: Version bump only for package @bbob/core
1.1.0 (2018-08-09)
Features
1.0.6 (2018-07-13)
Note: Version bump only for package @bbob/core
1.0.5 (2018-07-11)
Note: Version bump only for package @bbob/core
1.0.4 (2018-07-10)
Note: Version bump only for package @bbob/core
1.0.3 (2018-07-10)
Note: Version bump only for package @bbob/core