Skip to content

Releases: ruby-processing/WordCram

To match gem release

Choose a tag to compare

@monkstone monkstone released this 09 Apr 15:02
2.1.0

abandon travis until core

Update jsoup

Choose a tag to compare

@monkstone monkstone released this 27 Nov 20:04

Update jsoup and polyglot maven

Updating versions

Choose a tag to compare

@monkstone monkstone released this 25 Mar 19:31
2.0.4

bump versions

Bump version update changelog

Choose a tag to compare

@monkstone monkstone released this 06 Oct 10:31
2.0.2

bump version

Keep in line with processing and jruby releases

Choose a tag to compare

@monkstone monkstone released this 25 Feb 07:40

Bump to more recent versions

cue.language now compiled into WordCram.jar

Choose a tag to compare

@monkstone monkstone released this 12 Mar 14:40

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

Choose a tag to compare

@monkstone monkstone released this 08 Mar 16:12

Added Observer and Placer