Skip to content

Releases: smonn/container

v2.0.0

06 Oct 03:40
Compare
Choose a tag to compare

v1.3.0

07 Aug 04:32
Compare
Choose a tag to compare
  • Bump dev dependencies.
  • Improve type inference from Token<T> and createToken helpers.
  • Switch to Vite for builds.
  • Switch to Jest for tests.

Full Changelog: v1.2.1...v1.3.0

v1.2.1

25 May 01:17
Compare
Choose a tag to compare
  • Update readme

Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 May 01:16
Compare
Choose a tag to compare
  • Bump dev dependencies.
  • Allow tokens to be strings
  • Allow createToken to accept a class/constructor
  • Add examples for the above
  • Ensure 100% test coverage

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Apr 01:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Apr 03:12
Compare
Choose a tag to compare

Add Token<T> interface and createToken(name) helper. This replaces Symbol usages to identify factories and instances.

v1.0.1

31 Mar 02:53
Compare
Choose a tag to compare

Fix for importing in a Node.js module (ESM) environment.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Mar 02:24
Compare
Choose a tag to compare

Initial release.