Skip to content

Releases: ampproject/rollup-plugin-closure-compiler

v0.12.0

23 Oct 23:58
Compare
Choose a tag to compare

Notable new feature! You can now specify a platform preference in your configuration.

compile({
  platform: 'javascript',
})

v0.11.0...v0.12.0

v0.11.0

23 Oct 22:01
Compare
Choose a tag to compare
  • move to more recent lib and target with typescript ffb9d5c
  • Update dependency np to v5.1.1 (#217) e89ae1e
  • Update dependency typescript to v3.6.4 (#215) 949f4bf
  • Update dependency tslint to v5.20.0 (#213) a89b289
  • Update dependency lint-staged to v9.4.2 (#204) 57ff8f2
  • Update dependency google-closure-compiler to v20190929 (#221) 0a5580d
  • Update dependency magic-string to v0.25.4 (#220) b1e0406
  • Update dependency ava to v2.4.0 (#212) 1582a43
  • Update dependency rimraf to v3 (#210) a59d296
  • Update dependency acorn to v6.3.0 (#203) 7c59201
  • Update dependency husky to v3.0.7 (#202) f1d4426
  • Update dependency rollup-plugin-copy to v3 (#192) 528a1aa
  • Update dependency google-closure-compiler to v20190909 (#216) ea9d92e

v0.10.0...v0.11.0

v0.10.0

12 Jul 20:26
Compare
Choose a tag to compare

v0.9.0...v0.10.0

v0.9.0

15 Apr 04:25
Compare
Choose a tag to compare

Updated Closure Compiler to latest version, since there has been a significant gap the output is quite different when transpiling to ES5.

0.8.0

18 Oct 23:19
Compare
Choose a tag to compare

This release adds support for dynamic imports when using Closure Compiler simple optimizations.

0.6.2

04 Sep 22:23
Compare
Choose a tag to compare

This release fixes an issue with provided extern definitions overwriting ones generated from source or rollup configuration.

0.6.1

03 Aug 17:23
Compare
Choose a tag to compare

This release adds full support for all export types leveraged in ES Modules and switches to use a native compiled executable on supported platforms for a significant speedup.

0.3.1

29 Jun 04:43
073e1fb
Compare
Choose a tag to compare

In this release missing tests were added to ensure the plugin was working as expected.

0.3.0

29 Jun 00:28
Compare
Choose a tag to compare

First release! This is an initial release of rollup-plugin-closure-compiler which supports internal use-cases.

We expect there to be issues using this release for projects outside of @ampproject.