Deno Rollup Versions Save

Next-generation ES module bundler ported for Deno

2.58.0+0.20.0

2 years ago

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

2 years ago

ChangeLog

[2.52.7+0.19.1] - 02-07-2021

  • chore: upgrade postcss plugin deps

2.52.7+0.19.0

2 years ago

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 [email protected] 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

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

ChangeLog

[2.42.3+0.17.1] - 23-03-2021

  • [#29] Rollup deno compiler options (#30)

2.42.3+0.17.0

3 years ago

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

3 years ago

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

3 years ago

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