This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
Releases: cmorten/deno-rollup
Releases · cmorten/deno-rollup
2.58.0+0.20.0
ChangeLog
[2.58.0+0.20.0] - 09-10-2021
- [NO-ISSUE] Improve performance (#38)
- chore: support Deno 1.14.3, std 0.110.0, Rollup 2.58.0
2.52.7+0.19.1
ChangeLog
[2.52.7+0.19.1] - 02-07-2021
- chore: upgrade postcss plugin deps
2.52.7+0.19.0
ChangeLog
[2.52.7+0.19.0] - 02-07-2021
- [FEAT]: Adds a new rollup plugin called string derived from https://github.com/TrySound/rollup-plugin-string (#37)
- [#39] Upgraded to std@0.100.0 to work with deno 1.11.4 (#40)
- chore: upgrade deps
- [#41] Updated the terser dependencies to 5.7.1 (#42)
- feat: refactor terser example
- feat: add esbuild plugin
- fix: try full esm.sh urls
2.50.5+0.18.2
ChangeLog
[2.50.5+0.18.2] - 31-05-2021
- [NO-ISSUE] Fixes some bugs regarding css and svelte plugins (#36)
2.50.5+0.18.1
ChangeLog
[2.50.5+0.18.1] - 31-05-2021
- test: add subset of Web Platform Tests for importmap plugin with some compatibility improvements
2.50.5+0.18.0
ChangeLog
[2.50.5+0.18.0] - 31-05-2021
- chore: support Deno 1.10.2 and std 0.97.0
- feat: upgrade Rollup to 2.50.5
2.42.3+0.17.1
2.42.3+0.17.0
ChangeLog
[2.42.3+0.17.0] - 22-03-2021
- [#26] Open 'rollup' to set custom Deno.CompilerOptions (#27)
- feat: support Deno 1.8.2 and std 0.91.0
2.41.0+0.16.1
ChangeLog
[2.41.0+0.16.1] - 10-03-2021
- fix: allow net for worker in terser plugin
- fix: race condition in terser plugin for terminating worker
2.41.0+0.16.0
ChangeLog
[2.41.0+0.16.0] - 10-03-2021
- feat: support Deno 1.8.1 and std 0.90.0
- feat: upgrade Rollup to 2.41.0
- feat: add terser plugin