diff --git a/CHANGELIST.md b/CHANGELIST.md index c3237a0..6cd8cd7 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -3,6 +3,16 @@ ## Changelog +# v0.6.1 May 31st, 2026 + +## Changelog + +- [#517](https://github.com/nevware21/ts-async/pull/517) [CHORE] Address issues with `/*#__PURE__*/` annotations placed inside parens causing Rolldown/Vite 8 issues + - /* #__PURE__*/ annotations in the published ESM/ES5 bundles are positioned inside the wrapping parentheses, between the open paren and the annotated expression. Rolldown, used by Vite 8 cannot associate the annotation with the expression that follows it, so the annotation is silently ignored and dead-code elimination does not kick in for the affected values. +- [#516](https://github.com/nevware21/ts-async/pull/516) [TASK] Update changelog + +For full details see [v0.6.0...v0.6.1](https://github.com/nevware21/ts-async/compare/v0.6.0...v0.6.1) + # v0.6.0 May 30th, 2026 ## Changelog diff --git a/README.md b/README.md index ba249ab..fb6b550 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Install the npm packare: `npm install @nevware21/ts-async --save` > It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available > we do not intend to make ANY known breaking changes moving forward until v2.x > ```json -> "@nevware21/ts-async": ">= 0.6.0 < 2.x" +> "@nevware21/ts-async": ">= 0.6.1 < 2.x" > ``` And then just import the helpers and use them. diff --git a/lib/package.json b/lib/package.json index a26759f..f0f8730 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@nevware21/ts-async", "description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.", - "version": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/nevware21/ts-async", "funding": [ { diff --git a/package.json b/package.json index b203484..0ae067d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nevware21/ts-async", "description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.", - "version": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/nevware21/ts-async", "funding": [ {