Saturday, February 23, 2019

[ANN] (Unofficial) JsInterop-Base 1.0.0-b1-e6d791f release

The jsInterop-base library contains a set of utilities to implement functionality that
cannot be expressed with Jsinterop alone.


This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

This release contains 2 breaking changes. The removal of the methods:

* JsArrayLike<T>::getAnyAt(int)
* JsPropertyMap<T>::getAny(java.lang.String)

And 6 non breaking changes. 

It should be noted that this is the GWT2.x variant and is not j2cl compatible. In the future there may be a j2cl compatible artifact released if there is demand.

The Maven dependency can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.org.realityforge.com.google.jsinterop</groupId>
      <artifactId>base</artifactId>
      <version>1.0.0-b1-e6d791f</version>
    </dependency>

Hope this helps,

Peter Donald

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment