Skip to content

Releases: haraka/node-address-rfc2822

2.2.2

29 Apr 18:29
024ef1e
Compare
Choose a tag to compare
  • doc(CONTRIBUTORS): added
  • dep(eslint-config): bumped to 1.1.5
  • chore: prettier

2.2.1

08 Apr 20:49
34a4bf9
Compare
Choose a tag to compare
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • populate [files] in package.json. Delete .npmignore.
  • updated scripts{} in package.json
  • lint: remove duplicate / stale rules from .eslintrc
  • prettier (except index)

2.2.0

23 Feb 18:40
219fe22
Compare
Choose a tag to compare
  • feat: option to allow comma in display name #52
  • dep(email-addresses): bump from 4.0.0 to 5.0.0 #58
  • chore: replace a couple regex with slice (perf & sec) #63
  • test: a few more tests to boost coverage #63
  • test: drop node 10, add node 16 #61
  • ci: restore GH workflow for PRs #57
  • ci: add dependabot.yml #55
  • doc: add inline documentation for parse #60
  • doc(Changes): make PR #s into links #54
  • doc(README): add result of console.logs #56
  • doc(README): add links to RFC 2822, 5322 #53
  • doc(README): enabled syntax highlighting with code fences #51

2.0.6

18 Nov 00:31
98a655e
Compare
Choose a tag to compare
  • replace travis/appveyor CI tests with Github Actions
  • test: when splitting lines, use os.EOL
  • allow @ symbol in display name #47