Skip to content

Releases: jknack/handlebars.java

handlebars 4.4.0

07 Mar 00:58
Compare
Choose a tag to compare

Happy to announce a new release! 🚀 🎉

  • #3228 kotlin: mount of coroutine routes doesn't work

Changes

TODO

  • document package change names required for Java Modules

Support my work

handlebars.java 4.3.1

18 Oct 13:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.1

Support my work

handlebars.java 4.3.0

12 Oct 00:34
Compare
Choose a tag to compare

proud to announce the 4.3.0 release! 🚀 🎉

  • Modern JVM support. Including Java 17

Changes

Donate/Support

handlebars.java 4.2.1

26 Sep 16:08
Compare
Choose a tag to compare

Happy and proud to announce the 4.2.1 release! 🚀 🎉

  • Handlebar.js dependency was upgraded it to 4.7.7
  • #839: Helpers for java.time objects
  • #843 New lines in parameters
  • #829 Add HelperFunction annotation

Changes

Donate/Support

handlebars.java 4.2.0

25 Apr 17:54
Compare
Choose a tag to compare

Happy and proud to announce the 4.2.0 release! 🚀 🎉

  • Handlebar.js dependency was upgraded it to 4.7.6

Changes

Donate/Support

handlebars.java 4.1.2

30 Oct 12:49
Compare
Choose a tag to compare

Minor release with a regression fix for partials:

#660 Partial call with line breaks between hash parameters cause exception since version 4.1.1

#654 Specifying a context resolver without a MapValueResolver breaks list psudo-variables

Thanks all.

handlebars.java 4.1.1

29 Oct 14:34
Compare
Choose a tag to compare

bugs

#646 IndexOutOfBoundException in Formatter chain
#655 Fix inline partial leak

enhancements

#656 Control characters aren't allowed in handlebars expressions
#657 Literals such as "let", "const" not supported anymore in registerHelpers() API.
#643 "empty" variable name does not work in a partial

Checkout the complete list of changes here

support

Please star/follow handlebars.java on Github.

Buy Edgar a beer!

handlebars.java 4.1.0

11 Jun 01:03
Compare
Choose a tag to compare

Great news for Handlebras.java!! This new release is targeted to run Java 8 (finally!) or higher and uses Nashorn as Java Script Engine (removing the need of adding rhino to your classpath).

New Features

#569 #626 : Nashorn
#625 Java 8 upgrade
#633 Standalone jar

At the same time these changes introduced breaking changes, which are described here:

dependencies removal

  • Rhino
  • commons-lang3
  • antlr4-runtime

If your project transitively/indirect uses any of these libraries you must to add them manually to your project.

Checkout the complete list of changes here

happy handlebars.java user?

Please star/follow handlebars.java on Github.

super happy?

Buy Edgar a beer!

Thanks!!

handlebars.java 4.0.7

29 May 17:57
Compare
Choose a tag to compare

Happy to announce a new Handelbars.java release!!!

There are lot lot of small enhancements and bugs fixed!

Most notable are:

  • #627: Conditional helpers
  • #588: Performance improvements for partials
  • #573: Support decimal formats as helper arguments

Checkout the complete list of changes here

happy handlebars.java user?

Please star/follow handlebars.java on Github.

super happy?

Buy Edgar a beer!

Handlebars.java v1.3.0

10 Mar 12:57
Compare
Choose a tag to compare