allegro / handlebars-spring-boot-starter

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

add option to set infiniteLoops #23

Closed st-h closed 7 years ago

st-h commented 7 years ago

This pull requests adds the infiniteLoops option as it is available in https://github.com/jknack/handlebars.java

Allow Infinite loops

By default, Handlebars.java doesn't allow a partial to call itself (directly or indirectly). You can change this > by setting the: Handlebars.inifiteLoops(true), but watch out for a StackOverflowError.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.03%) to 99.01% when pulling 929c02ed691cc58ce179afdde32d38676da89a2e on st-h:infiniteLoops into a3beddaa03a5ed4154214ee5e99fc75b9c54034d on allegro:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.03%) to 99.01% when pulling 929c02ed691cc58ce179afdde32d38676da89a2e on st-h:infiniteLoops into a3beddaa03a5ed4154214ee5e99fc75b9c54034d on allegro:master.

plesiecki commented 7 years ago

available in 0.2.14