Releases: ruby-processing/WordCram
Releases · ruby-processing/WordCram
To match gem release
Update jsoup
Update jsoup and polyglot maven
Updating versions
2.0.4 bump versions
Bump version update changelog
2.0.2 bump version
Keep in line with processing and jruby releases
Bump to more recent versions
cue.language now compiled into WordCram.jar
We now compile our own version of WordCram, which for this release is essentially the the same code as Dan Bernier (and Jonathan Feinberg cue.language), except we have dropped java-1.5 compatibility in favour of updating to JDK8. So where possible instead of using an anonymous class expression, we now use a lambda expression, and other jdk goodness. Future releases might actually include some jruby java code to compile. Update to use jsoup-1.10.2.jar
Supports most WordCram examples
Added Observer and Placer