-
Notifications
You must be signed in to change notification settings - Fork 141
Releases: microsoft/tslib
Releases · microsoft/tslib
v2.8.1
@andrewbranch
andrewbranch
v2.8.1
This tag was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
d72d6f7
This commit was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
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
Assets 2
1 person reacted
v2.8.0
@andrewbranch
andrewbranch
v2.8.0
This tag was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
ca5f7fb
This commit was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
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
Assets 2
1 person reacted
v2.7.0
@DanielRosenwasser
DanielRosenwasser
6abc075
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Implement deterministic collapse of
await
inawait using
by @rbuckton in #262 - Use global 'Iterator.prototype' for downlevel generators by @rbuckton in #267
Full Changelog: v2.6.3...v2.7.0
Assets 2
v2.6.3
@DanielRosenwasser
DanielRosenwasser
a280d4b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
tslib 2.6.2
@andrewbranch
andrewbranch
v2.6.2
This tag was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
What's Changed
- Fix path to
exports["module"]["types"]
by @andrewbranch in #217
Full Changelog: v2.6.1...v2.6.2
Assets 2
tslib 2.6.1
@andrewbranch
andrewbranch
41c120d
This commit was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
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
Assets 2
tslib 2.6.0
What's Changed
Full Changelog: v2.5.3...2.6.0
Assets 2
tslib 2.5.3
@andrewbranch
andrewbranch
v2.5.3
This tag was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
cc5ff03
This commit was signed with the committer’s verified signature.
The key has expired.
andrewbranch
Andrew Branch
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
Assets 2
tslib 2.5.2
@DanielRosenwasser
DanielRosenwasser
e623061
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
Assets 2
tslib 2.5.1
@DanielRosenwasser
DanielRosenwasser
91fcbd0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
Assets 2
1 person reacted