Skip to content

Releases: haraka/message-stream

1.3.1

23 Jul 21:55
c05b246
Compare
Choose a tag to compare
  • fix: add a compat shim for dot_stuffing on Haraka < 3.1

1.3.0

06 Jul 23:17
d147847
Compare
Choose a tag to compare
  • fix: also remove dot-stuffing from leftovers #9
  • test: add tests for removing dot-stuffing
  • fix: replace polynomial regex with trimEnd()
  • change: rename dot_stuffing -> dot_stuffed, consistent with Haraka
    • improves readability, fixes a case of the not nots
  • change: switch test runner from mocha to node --test
  • doc(README): add ref to Haraka Transaction docs showing usage
  • deps(test-fixtures): bump to latest

1.2.3

02 Feb 19:00
1182dd1
Compare
Choose a tag to compare
  • dep(eslint): upgrade to v9
  • prettier: move config into package.json

1.2.2

05 Aug 21:58
c236405
Compare
Choose a tag to compare
  • chore: populate [files] in package.json. Delete .npmignore.
  • chore: automated code formatting
  • ci: updated to shared configs
  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • doc: added CONTRIBUTORS.md
  • doc: consistent naming of "special" files like CHANGELOG.md.

1.2.1

03 Apr 22:20
a0b8843
Compare
Choose a tag to compare
  • feat: use optional chaining (?.) & default params

1.2.0

24 Jun 18:13
39aeaa1
Compare
Choose a tag to compare
  • merged in ChunkEmitter, only used here

1.1.0

24 Jun 06:47
83fc346
Compare
Choose a tag to compare

1.0.0

24 Jun 05:44
a6cd3f2
Compare
Choose a tag to compare
  • Import from Haraka
  • convert tests to mocha