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
andfalse
) as a valid escape type
Internals
- Make
key
part ofObjectProperty
type optional to support object declaration that omit key part
Full Changelog: v0.8.0...v0.9.0