Skip to content

v2.1.0

Compare
Choose a tag to compare
@damnhandy damnhandy released this 08 Nov 20:48
· 134 commits to master since this release

Fixes the following issues:

  • #26 Some issues with custom VarExpander
  • #30 Replace SimpleDateFormat with Joda Time to Improve Performance
  • #34 Seems to be an issue with expanding UUID value
  • #35 Expanding enums

Please note that the changes for Issue #26 have removed the use of the java.beans.* package and have been replaced by a custom implementation. This was necessary in order for this library to function on Android. As a result, behavior may differ slightly. Please file an issue something isn't working out for you.