Skip to content

v0.9.0

Compare
Choose a tag to compare
@zackad zackad released this 03 Oct 02:53
· 44 commits to master since this release
v0.9.0

Features

  • Add support for three-way-comparison operator (spaceship operator)

Bugfixes

  • Fix handling mapping that omit key part
  • Fix documentation about twigAlwaysBreakObjects option to reflect actual default value
  • Fix autoescape block which allow boolean value (true and false) as a valid escape type

Internals

  • Make key part of ObjectProperty type optional to support object declaration that omit key part

Full Changelog: v0.8.0...v0.9.0