Tslib Versions Save

Runtime library for TypeScript helpers.

v2.6.2

8 months ago

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.1...v2.6.2

v2.6.1

9 months ago

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/2.6.0...v2.6.1

2.6.0

10 months ago

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.5.3...2.6.0

v2.5.3

11 months ago

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/2.5.2...v2.5.3

2.5.2

11 months ago

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

2.5.1

11 months ago

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.

2.5.0

1 year ago

What's New

Full Changelog: https://github.com/microsoft/tslib/compare/2.4.1...2.5.0

2.4.1

1 year ago

2.4.0

2 years ago

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

2.3.1

2 years ago

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.