- Bump to Ninja v6.0.0-beta2
- Bump to Rocker v0.15.0
- NOTE: this version is NOT compatible w/ Ninja v5 or lower
- Java 8 now required (matches Ninja v6 requirement)
- Guice injector now available in
DefaultNinjaRocker
- Bump to Rocker v0.14.0
- Guice bindings modified for compat w/ ninja v5.4.0
TemplateEngineRocker
includes aContent-Length
header since the size of the response is known (and usually web containers can optimize for it)- Tweaked project build
- Bump to Rocker v0.11.1
- Bump to Ninja v5.3.1
- Ninja
N
variable now exposescontext
as public - Application-specific template support and examples!
- Added support for accessing previously hidden variables in NinjaRocker by it being an actual instance of (DefaultNinjaRocker) where those properties have public methods.
- Simpler code for rendering templates in engine
- Improved future compat against Rocker changes for its default output type for rendering templates
- Bump to Rocker v0.10.5
- Bump to Ninja v5.3.0
- Bump to Rocker v0.10.3
- Improved support for calling dynamic templates
- Bump to Rocker v0.10.1
- Added support for flash variables via
N.flash.get("name")
- Major refactor to support v0.10.0 of Rocker
- Added support for Rocker hot reloading automatically if Ninja in dev mode
- Added support for Ninja authenticity tokens
- Added support for Ninja method of dynamic templates and property binding
- Improved exception handling and display of hot reload parsing & compile exceptions -- template source code now displayed!
- Improved documentation
- More error checking on common misuse of module with helpful solutions in exception messages
- Initial release