Skip to content

Releases: microsoft/tslib

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

tslib 2.4.0

22 Apr 00:28
a7129c7
Compare
Choose a tag to compare

This release includes the __classPrivateFieldIn helper as well as an update to __createBinding to reduce indirection between multiple re-exports.

tslib 2.3.1

11 Aug 22:55
Compare
Choose a tag to compare

This release updates the __spreadArray helper for TypeScript 4.4 to correctly operate on collections that are not "concat-spreadable" such as the DOM's NodeLists and HTMLCollections.