We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bfc56 commit da4ba02Copy full SHA for da4ba02
Changes.md
@@ -1,4 +1,11 @@
1
2
+### 2.0.1 - 2021-01-21
3
+
4
+- grammer.ne: add polyfill for Array.flat (#43)
5
+- restore compatibility with Node < 12
6
+- restore node 10 testing
7
8
9
### 2.0.0 - 2021-01-05
10
11
- major version bump, nearley output requires node.js > 11
package.json
@@ -1,6 +1,6 @@
{
"name": "address-rfc2821",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "RFC-5321 (Envelope) email address parser",
"author": {
"name": "The Haraka Team",
@@ -23,7 +23,7 @@
23
"url": "https://github.com/haraka/node-address-rfc2821/issues"
24
},
25
"engines": {
26
- "node": ">= v12.20.1"
+ "node": ">= 10.23.1"
27
28
"scripts": {
29
"grammar": "npx -p nearley nearleyc grammar.ne -o grammar.js",
0 commit comments