Releases: smonn/container
Releases · smonn/container
v2.0.0
v1.3.0
- Bump dev dependencies.
- Improve type inference from
Token<T>
andcreateToken
helpers. - Switch to Vite for builds.
- Switch to Jest for tests.
Full Changelog: v1.2.1...v1.3.0
v1.2.1
- Update readme
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- 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
What's Changed
- Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 by @dependabot in #2
- Bump prettier from 2.6.1 to 2.6.2 by @dependabot in #3
- Bump rollup-plugin-esbuild from 4.8.2 to 4.9.1 by @dependabot in #6
- Bump rollup from 2.70.1 to 2.70.2 by @dependabot in #14
- Bump c8 from 7.11.0 to 7.11.2 by @dependabot in #19
- Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.21.0 by @dependabot in #23
- Bump rollup-plugin-dts from 4.2.0 to 4.2.1 by @dependabot in #10
- Bump esbuild from 0.14.29 to 0.14.38 by @dependabot in #21
- Bump lint-staged from 12.3.7 to 12.4.1 by @dependabot in #25
- Bump typescript from 4.6.3 to 4.6.4 by @dependabot in #26
- Bump eslint from 8.12.0 to 8.14.0 by @dependabot in #22
- Bump @typescript-eslint/parser from 5.17.0 to 5.21.0 by @dependabot in #24
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.1
Fix for importing in a Node.js module (ESM) environment.
Full Changelog: v1.0.0...v1.0.1