Skip to content

Releases: Brad-Turner/swtc

v2.1.0

23 Oct 10:11
b3cdb6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

23 Oct 09:39
41d732a
Compare
Choose a tag to compare

What's Changed

  • Fix malformed node args when enabling esm in swtc config by @Brad-Turner in #1

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Oct 11:46
Compare
Choose a tag to compare
  • BREAKING: Removed lifecycle hooks containers and run from swtc configuration file. This has been replaced by a new configuration object, see the SWTC Documentation for more information.
  • Upgrade package to using ESM modules by default.
  • Drop support for node 12, 14, and 16. Minimum supported version is now node 18.
  • Changed the default SWTC configuration file location from swtc.ts to .swtc.ts to move it inline with other similar packages.
  • Moved testcontainers and ts-node to the list of peer dependencies.