Skip to content

Releases: microsoft/tslib

v2.8.1

31 Oct 22:42
v2.8.1
d72d6f7

Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

15 Oct 17:13
v2.8.0
ca5f7fb

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

23 Aug 19:52
6abc075

Choose a tag to compare

What's Changed

  • Implement deterministic collapse of await in await using by @rbuckton in #262
  • Use global 'Iterator.prototype' for downlevel generators by @rbuckton in #267

Full Changelog: v2.6.3...v2.7.0

v2.6.3

04 Jun 20:25
a280d4b

Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

tslib 2.6.2

18 Aug 17:41
v2.6.2

Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

tslib 2.6.1

24 Jul 20:29
41c120d

Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...v2.6.1

tslib 2.6.0

26 Jun 23:07

Choose a tag to compare

What's Changed

Full Changelog: v2.5.3...2.6.0

tslib 2.5.3

02 Jun 21:21
v2.5.3
cc5ff03

Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...v2.5.3

tslib 2.5.2

18 May 21:59
e623061

Choose a tag to compare

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

tslib 2.5.1

17 May 22:52
91fcbd0

Choose a tag to compare

This release of tslib provides fixes for two issues.

First, it reverses the order of init hooks provided by decorators to correctly reflect proposed behavior.

Second, it corrects the exports field of tslib's package.json and provides accurate declaration files so that it may be consumed under the node16 and bundler settings for moduleResolution.