Skip to content

Closure Rules 0.14.0

Latest
Compare
Choose a tag to compare
@gkdn gkdn released this 22 Nov 01:33
· 7 commits to master since this release
b8d260a

This is the final release with the current function set and incorporates latest available releases of Closure Compiler and Closure Library. Future releases will reduce supported features due to scoping changes for the project.

As noted in previous release, also some backward incompatible changes incorporated in this release with respect to Starlark providers for future Bazel compatibility. However this should only affect more advanced integrations with the rule set.

What's Changed

  • Fixed incremental type checking for goog modules
  • Upgraded closure_library to v20230802
  • Upgraded JsCompiler to v20240317
  • Upgraded rules_webtesting, rules_java and GSON to newer versions
  • Replaced legacy "struct" style providers with modern ones (breaking change)
  • Other Minor Bazel compatibility fixes.

Full Changelog: 0.13.0...0.14.0