Skip to content

Releases: google/jsinterop-base

1.1.1

09 Sep 17:34

Choose a tag to compare

Using Bazel 8 or later, add to your MODULE.bazel file:

bazel_dep(name = "jsinterop_base", version = "1.1.1")

Full Changelog: 1.1.0...1.1.1

1.1.1-RC2

04 Sep 17:16

Choose a tag to compare

1.1.1-RC2 Pre-release
Pre-release

Patch release built with Java 11 for fixing issue #23

Using Bazel 8 or later, add to your MODULE.bazel file:

bazel_dep(name = "jsinterop_base", version = "1.1.1-RC2")

Full Changelog: 1.1.0...1.1.1-RC2

1.1.1-RC1

28 Aug 10:05
24d576e

Choose a tag to compare

1.1.1-RC1 Pre-release
Pre-release

Patch release built with Java 11 for fixing issue #23

Using Bazel 8 or later, add to your MODULE.bazel file:

bazel_dep(name = "jsinterop_base", version = "1.1.1-RC1")

Full Changelog: 1.1.0...1.1.1-RC1

1.1.0

06 Aug 15:16

Choose a tag to compare

Using Bazel 8 or later, add to your MODULE.bazel file:

bazel_dep(name = "jsinterop_base", version = "1.1.0")

What's Changed

  • Add .gitignore for intermediate bazel files by @realityforge in #9
  • Proposed pom cleanup, with missing api dependency by @niloc132 in #20

New Contributors

Full Changelog: v20190325...1.1.0