Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 980 Bytes

Unreleased

1.2.2 - 2024-08-05

  • 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 - 2024-04-03

  • es6: use optional chaining (?.), for safety
  • es6: use default function params

1.2.0 - 2022-06-24

  • merged in ChunkEmitter, only used here
  • copied in indexOfLF, removed haraka-utils dependency

1.1.0 - 2022-06-23

1.0.0 - 2022-06-23

  • Import from Haraka
  • convert tests to mocha