Skip to content

Releases: haraka/test-fixtures

1.2.0

27 Jun 16:07
0b615e6
Compare
Choose a tag to compare
  • 2877cc1 txn: replace Header & Body stubs w/ email-message

1.1.0

24 Jun 06:23
db92cb7
Compare
Choose a tag to compare
  • 1620c51 transactions improvements

v1.0.35

05 Jun 23:56
6cfea21
Compare
Choose a tag to compare
  • f1e9ed5 update changes
  • 5af3628 ci: update GHA workflow with shared
  • b34e6eb doc(changes): add Unreleased marker
  • 193594b ci: add submodule .release

1.0.34

23 May 21:51
509a7ba
Compare
Choose a tag to compare
  • 509a7ba ci(node): add v18 testing (#49)
  • 0739b96 Create dependabot.yml (#48)
  • 6867dab conn: add smtp.ini config, pass config as haraka does (#47)
  • e4c9374 transaction: populate logging methods (#44)
  • 625ce72 transaction: lowercase the header names (#43)
  • c63e660 es6 and testing updates (#41)
  • 2de78a5 drop node 6, add node 12 CI testing (#40)
  • 071705a trans: store results in transaction (#37)
  • 70a0f37 transaction: add results (#36)
  • f1f4403 txn: have header.add() populate header_decoded too (#35)
  • 5410848 txn: add header.get_decoded() (#34)
  • 84ae550 es6 class changed meaning of this (#33)
  • 2bf28dd add updated get/set to match upstream connection (#30)
  • 4e2938c Update to node 10 in .travis.yml (#32)
  • 6fe2ee6 use es6 classes (#29)
  • 9af8cd2 added array values to transaction.header and header.get_all (#28)
  • f1d725f plugins: provide haraka_require (#27)
  • 623dd58 haraka-eslint updates (#26)
  • 6fb1096 Haraka notes (#24)
  • f32da45 fix appveyor image URL (#23)
  • 0530cd3 remove version from haraka-results (#22)
  • 1638c89 Add missing server property and allow setImmediate in pluigns (#20)
  • 8ad2811 Meta updates (#19)
  • ce59c0d shared eslint (#18)
  • 1e1cffd add shorter fixtures.results alias (#17)
  • 14819fc replace copied results_store with freshly packaged haraka-results (#16)
  • 8177e25 update result_store, adding get(plugin) syntax. (#15)
  • 70e2679 permit npm packaged plugin to inherit a locally installed npm packaged plugin (#14)
  • 7ef1145 Add Greenkeeper badge 🌴 (#13)
  • 00d33c6 fix path.basename/dirname issue (#12)
  • 95661ae Appveyor - windows compatibility (#11)
  • 5f84c1f lint fixes (#10)
  • 4404d9a simplified .travis.yml, add .codeclimate (#8)
  • d9bf341 more functional header add/get/rm functions (#7)
  • 5dc4603 added connection.set() (#6)
  • 55e1666 normalize connection properties (#5)
  • 19ae0cb Implement remote_ip on connections
  • 116098e Merge pull request #3 from haraka/increased-test-coverage
  • 3174b3b add plugin inherit naming test
  • e21b6c4 Merge pull request #2 from haraka/npm-packaged-plugin-mods
  • 15ece99 improved npm module path resolution
  • 2d67b9b Merge pull request #1 from haraka/inheritance
  • aa1b1ff version bump
  • ce55b11 inheritance tests and package support
  • dceb4cc enable more Haraka tests to depend on this
  • 49880ee updates for compat with Haraka/tests/plugins
  • 5bccc00 more path resolution improvements
  • 137ef1c better path-to-plugin resolution
  • e76ba28 improve code quality score
  • 8a14bca add some docs
  • 15a74cb add address-rfc2821 dep
  • 91acf43 add CI settings
  • 680279b progress
  • 065c9b7 Initial commit