Releases: homer0/parserror
Releases · homer0/parserror
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1: Update dependencies
3.0.0: Update everything
The only breaking change is that the minimum require version is now 10
, as the LTS for 8
ends next week.
2.0.0: feat: add support for original messages to be matched
The whole feature comes from #7
The only breaking change is that the signature for addScope
changed:
- addScope(name, cases = [], overwrite = false) {
+ addScope(name, cases = [], allowedOriginals = [], overwrite = false) {
For more information about why it changed, please read the PR.
1.2.0: feat: add support for a fallback message
1.0.1: fix(scope): add missing 'getCases' method
1.0.0: Initial release
Here we go!