Skip to content

Releases: microsoft/tslib

v2.8.1

Choose a tag to compare

@andrewbranch andrewbranch released this 31 Oct 22:42
v2.8.1
d72d6f7

What's Changed

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

v2.8.0

Choose a tag to compare

@andrewbranch andrewbranch released this 15 Oct 17:13
v2.8.0
ca5f7fb

What's Changed

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

v2.7.0

Choose a tag to compare

@DanielRosenwasser DanielRosenwasser released this 23 Aug 19:52
6abc075

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

Choose a tag to compare

@DanielRosenwasser DanielRosenwasser released this 04 Jun 20:25
a280d4b

What's Changed

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

tslib 2.6.2

Choose a tag to compare

@andrewbranch andrewbranch released this 18 Aug 17:41
v2.6.2

What's Changed

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

tslib 2.6.1

Choose a tag to compare

@andrewbranch andrewbranch released this 24 Jul 20:29
41c120d

What's Changed

Full Changelog: 2.6.0...v2.6.1

tslib 2.6.0

Choose a tag to compare

@rbuckton rbuckton released this 26 Jun 23:07

What's Changed

Full Changelog: v2.5.3...2.6.0

tslib 2.5.3

Choose a tag to compare

@andrewbranch andrewbranch released this 02 Jun 21:21
v2.5.3
cc5ff03

What's Changed

Full Changelog: 2.5.2...v2.5.3

tslib 2.5.2

Choose a tag to compare

@DanielRosenwasser DanielRosenwasser released this 18 May 21:59
e623061

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

tslib 2.5.1

Choose a tag to compare

@DanielRosenwasser DanielRosenwasser released this 17 May 22:52
91fcbd0

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.