Empty Coalesce
Version 1.0.6
May 23, 2019
Changed
- Remove the pointless
Twig_Node_Expression_EmptyCoalesce
class
Version 1.0.5
April 30, 2019
Changed
- Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x
- Use Twig's
twig_test_empty()
instead of PHP'sempty()
Version 1.0.4
December 20, 2018
Changed
- Fixed namespacing/comments
- Fixed tests
Version 1.0.3
December 18, 2018
Changed
- Refactored the node parser to handle all undefined values appropriately
Version 1.0.2
October 4, 2018
Changed
- Fixed an issue where if the first expression was a constant, the evaluation wouldn't work as expected
Version 1.0.1
September 21, 2018
Changed
- Fixed broken documentation URLs
Version 1.0.0
June 4, 2018
Added
- Initial release