Skip to content

Releases: ruby-processing/WordCram

To match gem release

09 Apr 15:02
Compare
Choose a tag to compare
2.1.0

abandon travis until core

Update jsoup

27 Nov 20:04
Compare
Choose a tag to compare

Update jsoup and polyglot maven

Updating versions

25 Mar 19:31
Compare
Choose a tag to compare
2.0.4

bump versions

Bump version update changelog

06 Oct 10:31
Compare
Choose a tag to compare
2.0.2

bump version

Keep in line with processing and jruby releases

25 Feb 07:40
Compare
Choose a tag to compare

cue.language now compiled into WordCram.jar

12 Mar 14:40
Compare
Choose a tag to compare

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

08 Mar 16:12
Compare
Choose a tag to compare

Added Observer and Placer