Skip to content

Commit 35e2880

Browse files
committed
version 5.0.0 (minor bump except for typescript)
uglify command: ./node_modules/uglify-js/bin/uglifyjs ./lib/email-addresses.js > lib/email-addresses.min.js
1 parent ce83ee2 commit 35e2880

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

Changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## 2021-08-17 - 5.0.0
3+
4+
Note: Again there is a major version bump because of changes to the typescript definitions. If you are not a typescript user, this is more like a minor version bump.
5+
6+
- Added "addressListSeperator" option (#57)
7+
- Typescript: improvements to the type definitions (#58, #59)
8+
29
## 2021-01-11 - 4.0.0
310

411
Note: Again there is a major version bump because of changes to the typescript definitions. Some of the typescript changes are really bug fixes, noting where null is a possible value. If you are not a typescript user, this is more like a minor version bump.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ email-addresses.js
33

44
An RFC 5322 email address parser.
55

6-
v 4.0.0
6+
v 5.0.0
77

88
What?
99
-----

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-addresses",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"homepage": "https://github.com/jackbearheart/email-addresses",
55
"authors": [
66
"Jack Bearheart <[email protected]>"

lib/email-addresses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// email-addresses.js - RFC 5322 email address parser
3-
// v 4.0.0
3+
// v 5.0.0
44
//
55
// http://tools.ietf.org/html/rfc5322
66
//

lib/email-addresses.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "5.0.0",
33
"name": "email-addresses",
44
"description": "An email address parser based on rfc5322",
55
"keywords": [

0 commit comments

Comments
 (0)