- replace tap with node --test
- test: replace tests.xml with tests.json (#72)
- chore: exclude tests and dotfiles from publishing (#70)
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.
- Added "addressListSeperator" option (#57)
- Typescript: improvements to the type definitions (#58, #59)
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.
- Added "commaInDisplayName" option (#54)
- Typescript: improvements to the type definitions (#44, #45, #47)
- Added "atInDisplayName" option (#46)
- Added "comments" field to result mailbox (#46)
- No changes
- Fixed npe with rejectTLD option (#33)
Note: There is a major version bump because of two things: changes to the typescript definition and changes to the results returned for "group" addresses.
- Full typescript definition (#30, a12b003)
- Fixed typescript "typings" field in package.json (#32)
- Proper results for groups (#31). Previously a "group" "address" would show its results as a single address, but it is now returned as a list. See the typescript definition for full return type.
- Support for parsing RFC6854 originator fields (#31). This adds new functions: parseFrom, parseSender, parseReplyTo. It also adds a new option "startAt". See source for possible values of "startAt".
- minified version
- Improves type definition #18
- Adds TypeScript definition file and declares in package.json #17
- remove inaccurate comment on obs-FWS
- add bower.json
- properly parse unquoted names with periods (version 2.0.1)
- add rejectTLD option, off by default
- add proper unicode support (rfc 6532)
- improve 'semantic interpretation' of names
- document the return values more
- for 'address', 'local', and 'domain' convenience methods return semantic content
- update readme to show results from current code
- fix invalid reference to address node introduced in 51836f1
- support loading in the browser #4
- return name and other fields with whitespace collapsed properly (closes #2)
- readme: add "why use this" and "installation"
- readme: link to @dominicsayers #1
- Initial commit