Skip to content

Releases: Snapchat/ts-inject

v0.3.2

28 Nov 06:40
5b2c728

Choose a tag to compare

What's Changed

  • Fix published provideClass return type inference. by @kburov-sc in #14

Full Changelog: v0.3.1...v0.3.2

Improved docs

20 Nov 22:48
44b4588

Choose a tag to compare

What's Changed

  • Improved docs by @mikalai-snap in #13

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Nov 14:00
bb78e35

Choose a tag to compare

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

19 Sep 14:02
d716d2a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

09 Sep 14:11
3346f61

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Npmjs source link

09 Sep 03:08

Choose a tag to compare

Npmjs source link Pre-release
Pre-release

Full Changelog: v0.1.1...v0.1.2-alpha.1

v0.2.0-alpha.1

08 Sep 23:09

Choose a tag to compare

v0.2.0-alpha.1 Pre-release
Pre-release

Full Changelog: v0.1.1...v0.2.0-alpha.1

Bug fix for override types

06 Sep 00:40
d85d8f1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Initial release

14 Aug 15:09
818bb29

Choose a tag to compare

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.