Skip to content

Releases: blutorange/closure-compiler-maven-plugin

2.32.0

02 Mar 20:49

Choose a tag to compare

  • feat: Add new option htmlUpdates for updating HTML files with the generated files, #4
  • feat: Add new option gzip to create gzip files next to each ouptut file, #5
  • chore: Add spotless code formatter.
  • chore: Minor code cleanup.
  • chore: Update dependencies.

2.31.0

02 Sep 00:00

Choose a tag to compare

  • Update to closure compiler v20240317
  • Improve error message when path relativization fails #68

2.30.0

13 Mar 19:20

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

Choose a tag to compare

  • Update to closure compiler v20231112

2.28.0

13 Mar 18:29

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

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

Choose a tag to compare

  • Update to closure compiler v20230228.

v2.25.0

14 Jan 12:13

Choose a tag to compare

  • Update to closure compiler v20230103

v2.24.0

14 Jan 12:16

Choose a tag to compare

  • Update to closure compiler v20220905

v2.23.0

14 Jan 12:15

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)