Hi Hypirinha user(s),
Last week I released version 0.3. It's available to download now from:
http://code.google.com/p/hypirinha/downloads/list
Key changes are:
- Build process targets 1.5 JVMs (thanks to Glen Ford for spotting this problem)
- Copyright notice now references "Hypirinha contributers" instead of "Alistair Jones".
- Semantics of text() method changed; now returns the element to which the text node was added; allows simple table rows to be built as a single statement. For example:
table.tr().contains(th().text("x"), th().text("x + 2"));The
Tutorial has been updated to reflect the changes.
Upgrading to 0.3 should cause minimal disruption for existing applications, so go ahead if you think you'd benefit from the new syntax.
cheers,
-Alistair