Skip to content

Releases: blutorange/closure-compiler-maven-plugin

2.30.0: * Support an empty prefix location mapping name, relates to #65. An e…

13 Mar 19:20
Compare
Choose a tag to compare
  • Support an empty prefix location mapping name, relates to #65. An empty name matches all paths.

2.29.0

13 Mar 18:33
Compare
Choose a tag to compare
  • Update to closure compiler v20231112

2.28.0: * Fixes #64 - do not fail when input directory does not exist and red…

13 Mar 18:29
Compare
Choose a tag to compare
  • Fixes #64 - do not fail when input directory does not exist and reduce log level to warn when no input files were found.

2.27.0: * Update to closure compiler `v20230802`.

13 Mar 18:29
Compare
Choose a tag to compare

* Update to closure compiler v20230802.
@blutorange blutorange tagged this Sep 6, 2023

  • Update dependencies
  • Add option closureChunkOutputType, see (the wiki for Chunk output for dynamic loading)[https://github.com/google/closure-compiler/wiki/Chunk-output-for-dynamic-loading]. For clo> set to ES_MODULES`.

2.26.0: * Update to closure compiler `v20230228`.

13 Mar 18:28
Compare
Choose a tag to compare
  • Update to closure compiler v20230228.

v2.25.0

14 Jan 12:13
Compare
Choose a tag to compare
  • Update to closure compiler v20230103

v2.24.0

14 Jan 12:16
Compare
Choose a tag to compare
  • Update to closure compiler v20220905

v2.23.0

14 Jan 12:15
Compare
Choose a tag to compare
  • Update to closure compiler v20220601
  • Set default input language of JSCompiler to ES_NEXT
  • Add flag for isolating polyfills (closureIsolatePolyfills)

v2.22.0

26 Oct 18:40
2c26b21
Compare
Choose a tag to compare

See also the closure compiler changelog.

  • Compiled against Java 11.
  • Update to closure compiler version v20211006
  • Add flag for setting the dynamic import alias (closureDynamicImportAlias)

v2.21.0

13 Feb 09:21
Compare
Choose a tag to compare

See also the closure compiler changelog.

  • Update to closure compiler version v20210202
  • Add flag for allowing dynamic import expression (closureAllowDynamicImport) #57