Releases: microsoft/tslib
Releases · microsoft/tslib
v2.8.1
What's Changed
- Fix publish workflow by @andrewbranch in #271
- Include non-enumerable keys in __importStar helper by @rbuckton in #272
- Remove use of ES2015 syntax by @andrewbranch in #275
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
- Validate export structure of every entrypoint by @andrewbranch in #269
- Add rewriteRelativeImportExtension helper by @andrewbranch in #270
Full Changelog: v2.7.0...v2.8.0
v2.7.0
v2.6.3
tslib 2.6.2
What's Changed
- Fix path to
exports["module"]["types"]
by @andrewbranch in #217
Full Changelog: v2.6.1...v2.6.2
tslib 2.6.1
What's Changed
- Allow functions as values in __addDisposableResource by @rbuckton in #215
- Stop using es6 syntax in the es6 file by @andrewbranch in #216
Full Changelog: 2.6.0...v2.6.1
tslib 2.6.0
What's Changed
Full Changelog: v2.5.3...2.6.0
tslib 2.5.3
What's Changed
- Do not reference tslib.es6.js from package.json exports by @andrewbranch in #208
Full Changelog: 2.5.2...v2.5.3
tslib 2.5.2
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
tslib 2.5.1
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.