Skip to content

Releases: microsoft/tslib

v2.7.0

23 Aug 19:52
6abc075
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...v2.6.1

tslib 2.6.0

26 Jun 23:07
Compare
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
Compare
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
Compare
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
Compare
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.

tslib 2.5.0

26 Jan 20:40
e388a23
Compare
Choose a tag to compare

What's New

  • Fix asyncDelegator reporting done too early by @apendua in #187
  • Add support for TypeScript 5.0's __esDecorate and related helpers by @rbuckton in #193

Full Changelog: 2.4.1...2.5.0

tslib 2.4.1

31 Oct 18:26
8acd4b3
Compare
Choose a tag to compare