Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

54 lines (37 loc) · 1.48 KB

Changelog

The format is based on Keep a Changelog.

Unreleased

1.1.2 - 2024-04-11

  • deps: add ^ to required versions
  • doc: add CONTRIBUTORS

1.1.1 - 2024-04-08

  • dep: eslint-plugin-haraka -> @haraka/eslint-config
  • lint: remove duplicate / stale rules from .eslintrc
  • populate [files] in package.json. Delete .npmignore.
  • doc: Changes -> CHANGELOG
  • doc(CHANGELOG): fixed broken release link
  • prettier

1.1.0 - 2024-03-20

  • chore: bump version deps, and pin them
  • fix: minor debug logging issue #32
  • fix: restored missing function call #31

1.0.7 - 2022-06-16

  • import fresh from Haraka
  • convert tests to mocha

1.0.6 - Dec 22, 2021

  • Fix issue with nested archives not getting counted, #26
  • replace travis & appveyor with GHA

1.0.5 - Aug 21, 2018

  • more tests
  • update attachment.ini to reflect newer syntax
  • fix a cfg path issue
  • remove leading dot from file_ext

1.0.4 - Aug 21, 2018

  • finished converting tests to mocha, tests work again. Yay.
  • es6 updates
  • backported changes from haraka/plugins/attachment.js