samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
834 stars 128 forks source link

Release with Visitor mechanism #109

Closed meirf closed 5 years ago

meirf commented 5 years ago

The Visitor mechanism, which looks extremely useful, was committed in https://github.com/samskivert/jmustache/commit/37e31cbeaceda1debb10743170dd6197ad6baa70 which is right after the 1.14 release. Is there a plan to release 1.15 so that the Visitor mechanism can be exposed?

samskivert commented 5 years ago

Release is out and should be headed to Maven Central soon.

meirf commented 5 years ago

That's awesome. Thank you.

I don't yet see it here https://mvnrepository.com/artifact/com.samskivert/jmustache. Is there somewhere else I should look?