Releases: haraka/node-address-rfc2821
Releases · haraka/node-address-rfc2821
2.1.2
- f5e4fcd load npm version of punycode (specify / after require)
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.