Releases: haraka/node-address-rfc2821
Releases · haraka/node-address-rfc2821
2.1.3
- mv Changes.md CHANGELOG.md
- dep(eslint): upgrade to v9
- doc(CONTRIBUTORS): added
- doc(Changes): fix markdown formatting (#50)
- style(prettier)
2.1.2
- load npm version of punycode (specify / after require)
- dep(mocha): remove dev dep (installed by npx)
- dep(punycode): bump 2.3.0 to 2.3.1
2.1.1
- feat: bundle grammar.js, build with prepack, fixes #46
- ci: updated to latest
- added .release
- README: update badge URLs
2.1.0
- 09cc92d ci: updated to latest
- 2708263 feat: bundle grammar.js, build with prepack, fixes #46
- 57c9347 A specific test case a co-worker was asking about. (#45)
- da4ba02 release 2.0.1 (#44)
- a4bfc56 grammer.ne: add polyfill for Array.flat (#43)
- bb0a1b3 README: put linux/windows CI status together (#42)
2.0.0
- Replace regular expression based parser with parser based on nearley
- Double quote characters are not stripped from the local-part of the address if present.
- requires node 11+
1.1.4
CI, packaging and es6 updates. No functional changes.