Releases: Snapchat/ts-inject
Releases · Snapchat/ts-inject
v0.3.0
What's Changed
- Make ClassInjectable infer dependency types. Update docs with an example that compiles. by @kburov-sc in #9
- Added InjectableCompat by @mikalai-snap in #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Partial container API improvements by @kburov-sc in #6
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Npmjs source link
Full Changelog: v0.1.1...v0.1.2-alpha.1
v0.2.0-alpha.1
Full Changelog: v0.1.1...v0.2.0-alpha.1
Bug fix for override types
What's Changed
- Correct types for overriden services by @kburov-sc in #4
New Contributors
- @kburov-sc made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
Initial release
Improved Publishing Process (#2) **Pre-release**: If the Git tag matches `v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+` (e.g., `v1.0.0-alpha.1`), the version is taken from the tag, and the package is published as a pre-release. **Stable Release**: If the Git tag matches `v[0-9]+.[0-9]+.[0-9]+` (e.g., `v1.0.0`), the version is taken from `package.json` and published as the latest stable version.