This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
Releases: arez/arez-spytools
Releases · arez/arez-spytools
v0.09
- Update the 'org.realityforge.arez' dependencies to version '0.85'
v0.08
- Fix bug that resulted in inclusion in the package of the gwt compile output.
- Change the
org.jetbrains:annotations:jar
dependency to being provided rather than
anoptional
compile
scoped dependency. This is required by the GWT 3.x / J2JS as
it compiles the code from source.
v0.07
- Ensure
BrowserSpyUtil
works correctly whenArez.areZonesEnabled()
returns true. - Bump
org.realityforge.braincheck:braincheck:jar
dependency to version1.6.0
as
this version should be compatible with GWT 3.x. - Add
WhyRun.log()
andWhyRun.whyRun()
utility methods to simplify commonWhyRun
usage. - Refactor
StringifyReplacer
to remove jsni to make the class GWT 3.x compatible.
v0.06
-
Update the 'org.realityforge.arez' dependencies to version '0.84'
-
Ensure
BrowserSpyUtil
works correctly whenArez.areZonesEnabled()
returns true. -
Bump
org.realityforge.braincheck:braincheck:jar
dependency to version1.6.0
as
this version should be compatible with GWT 3.x.
v0.05
- Update the 'org.realityforge.arez' dependencies to version '0.83'
v0.04
-
Update the 'org.realityforge.arez' dependencies to version '0.82'
-
Fix the whitespace in messages output in
WhyRun
utility.
v0.03
Update the 'org.realityforge.arez' dependencies to version '0.81'
v0.02
Update the 'org.realityforge.arez' dependencies to version '0.80'