Skip to content

v0.3.4 - bugfixes

Compare
Choose a tag to compare
@erdos erdos released this 13 Sep 19:08
· 300 commits to master since this release

Bugfixes

  • failed to parse templates that contained hyperlinks. #29
  • make it build on JDK11 #28
  • fixed typos in unit tests

Improvements

  • Plus opertor (+) in expressions can be used to concatenate strings.
  • Started replacing AsserrtionErrror exceptions with ExceptionInfo for more verbose error handling.