Skip to content

Releases: stackb/rules_tsickle

v1.1.0

03 Nov 23:13
00c500e

Choose a tag to compare

Using bzlmod with Bazel 6 or later:

Add to your MODULE.bazel file:

bazel_dep(name = "rules_tsickle", version = "v1.1.0")

What's Changed

  • fix: external module names by @pcj in #7

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Oct 18:12
5220aff

Choose a tag to compare

Using bzlmod with Bazel 6 or later:

Add to your MODULE.bazel file:

bazel_dep(name = "rules_tsickle", version = "v1.0.0")

What's Changed

  • Explain closure_ts_compile.deps by @pcj in #1
  • Add LICENSE by @pcj in #2
  • Add golden file tests by @pcj in #3
  • Cleanup MODULE.bazel npm deps, add pnpm-workspace by @pcj in #4
  • Apply --incompatible_autoload_externally= for bcr CI by @pcj in #5
  • Upgrade bazel-lib for BCR CI java 8 by @pcj in #6

New Contributors

  • @pcj made their first contribution in #1

Full Changelog: https://github.com/stackb/rules_tsickle/commits/v1.0.0