Skip to content

Releases: homer0/parserror

4.0.0

11 Apr 10:27
Compare
Choose a tag to compare

4.0.0 (2021-04-11)

Bug Fixes

  • drop support for Node 10 (4b50b72)

BREAKING CHANGES

  • This package no longer supports Node 10.

3.0.4

01 Oct 21:24
Compare
Choose a tag to compare

3.0.4 (2020-10-01)

Bug Fixes

3.0.3

09 Aug 13:23
Compare
Choose a tag to compare

3.0.3 (2020-08-09)

Bug Fixes

3.0.2

22 Jul 09:59
Compare
Choose a tag to compare

3.0.2 (2020-07-22)

Bug Fixes

3.0.1: Update dependencies

13 Apr 04:41
0c680f0
Compare
Choose a tag to compare

3.0.0: Update everything

24 Dec 10:13
adebfa8
Compare
Choose a tag to compare

#8

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

09 Nov 12:40
3515710
Compare
Choose a tag to compare

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

30 Oct 04:08
Compare
Choose a tag to compare

1.0.1: fix(scope): add missing 'getCases' method

12 Sep 20:34
50980c3
Compare
Choose a tag to compare

1.0.0: Initial release

04 Sep 22:03
Compare
Choose a tag to compare