Skip to content

Releases: google/jsinterop-base

1.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:05

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

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

Full Changelog: 1.1.1...1.2.0

1.2.0-RC1

1.2.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Apr 12:36

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

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

Full Changelog: 1.1.1...1.2.0-RC1

1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 17:34

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

1.1.1-RC2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 17:16

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

1.1.1-RC1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 10:05
24d576e

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

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:16

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