allegro / handlebars-spring-boot-starter

Spring Boot auto-configuration for Handlebars
Apache License 2.0
108 stars 26 forks source link

Upgrade handlebars.java to 4.0.7 #28

Closed ryuneeee closed 5 years ago

ryuneeee commented 5 years ago

Hello, This project is nice, very comfortable use in Spring boot.

https://github.com/jknack/handlebars.java/blob/3b702a4a8ffeb07e52867fdf1ab69c9c414ae973/handlebars/src/main/java/com/github/jknack/handlebars/helper/ConditionalHelpers.java#L33

We can use conditional helpers of new feature in Handlebars.java 4.0.7

PR Included:

Thanks!

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.029% when pulling 28fa5e7879c5115f246b4db2717317c16fec4c92 on ryuneeee:upgrade-handlebars-to-4.0.7 into a9bf95256090e2f7d6dc6ad27cc39e76ff2b8da6 on allegro:master.

platan commented 5 years ago

@ryuneeee thanks for your contribution! A new version is released. I will let you know when the new version is available.

platan commented 5 years ago

@ryuneeee handlebars-spring-boot-starter 0.3.1 is available http://repo1.maven.org/maven2/pl/allegro/tech/boot/handlebars-spring-boot-starter/0.3.1/

ryuneeee commented 5 years ago

@platan Thanks, platan!