Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 880 Bytes

Changes.md

File metadata and controls

45 lines (24 loc) · 880 Bytes

Unreleased

1.2.0 - 2023-01-19

  • Export SPF class (#8)

1.1.3 - 2022-12-23

  • fix print log (#6)

1.1.2 - 2022-12-21

  • dep: depend on net-utils 1.5.0
  • refactor: convert loop to for...of

[1.1.0] - 2022-12-17

  • spf: use async/await dns
  • replace many callbacks with async/await
  • make check_host more linear
  • ci(publish): only when package.json bumped
  • index: safeguard cfg path with optional chaining, fixes #2
  • dep(nopt): bump 6 -> 7

1.0.1 - 2022-07-23

  • add bin/spf
  • move spf.js to lib/spf.js

1.0.0 - 2022-07-23

  • Import from Haraka