Skip to content

0.7.2

Compare
Choose a tag to compare
@bkiers bkiers released this 19 Jan 07:08
· 453 commits to master since this release

New in version 0.7.2:

  • allowing for nested variable contexts: #47
  • optional strict variables: #48 (thanks @jajcek)
  • and/or operators have equal precedence and are evaluated from right to left: #59 (thanks @bmateusz)
  • allow filters to have access to the template context: #50 (thanks @lukito)
  • closing the thread once its execution is done: #54 (thanks @mehtasankets)
  • custom tag parameters as string: #46 (thanks @mosabua)
  • upgraded JSoup (security patch): #62 (thanks @efenderbosch)
  • allowing some keywords as identifiers: #65 (thanks @bmateusz)