All Versions
36
Latest Version
Avg Release Cycle
62 days
Latest Release
1400 days ago

Changelog History
Page 1

  • v1.3.0 Changes

    May 29, 2020
    • NOTE: Templates compiled before v1.2.5 are not runtime-compatible if compiled from v1.2.4 due to a change of method signature in how values are rendered. We are bumping up the minor number and re-releasing so users take caution. All templates are still source compatible and fine if generated with v1.2.5+.
  • v1.2.5 Changes

    May 26, 2020
    • Null safe operator guards against target value toString() also returning a null (@jjlauer)
    • Bump gradle publish plugin to v0.12.0
  • v1.2.4 Changes

    May 26, 2020
    • Version skipped due to deploy issue to Maven Central
  • v1.2.3 Changes

    January 07, 2020
    • Relaxed dynamic binding of template arguments. You can supply a map of keys and values and valid keys are set on the template model. (@pmlopes)
    • Additional improvements for Java version detection. (@igorbolic)
  • v1.2.2 Changes

    September 10, 2019
    • Support for marking classes with generated annotation (@serranya)
  • v1.2.1 Changes

    January 18, 2019
    • @args supports advanced generics (e.g. List<? extends Foo>) (@plblueraven)
  • v1.2.0 Changes

    November 21, 2018
    • More flexible approach to parsing Java version number to handle faster release cycle. (@drauf)
  • v1.1.0 Changes

    September 04, 2018
    • Generated templates use static methods vs. final constants for a few key internal variables. Helps with incremental compilation in gradle and other environments. (@breskeby)
  • v1.0.0 Changes

    August 23, 2018
    • Rocker templates have been battle tested for years -- time to officially do a v1 release!
    • Work for Java 9 and 10 compat (@drauf)
  • v0.24.0 Changes

    March 15, 2018
    • Java 9 support! (@benjamin-demarteau)
    • @for loop will now work with any Iterator object (works well with Stream.iterator() too) (@jjlauer)