Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 801 Bytes

CHANGELOG.md

File metadata and controls

38 lines (17 loc) · 801 Bytes

Changelog

Last Changes

v0.4.0

  • #4: treat null and undefined as Java null
  • #6: handle placeholders in template parameter

v0.3.1

  • #5: fixed possible multithreading issue

v0.3.0

  • #3: expect template model data as input, template as query parameter
    • BREAKING CHANGE:* see ticket for details

v0.2.0

v0.2.0-rc.0

  • #1: implement the sequence interface for arrays, so they can be used with ?sort_by()

v0.1.1

  • Fix template type mapping

v0.1.0

  • initial version