Empty Coalesce Changelog.
Link 1.0.7 · 2024.04.13
added - 2024.04.13
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
changed - 2024.04.13
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Link 1.0.6 · 2019-05-23
changed - 2019-05-23
- Remove the pointless
Twig_Node_Expression_EmptyCoalesce
class
Link 1.0.5 · 2019-04-30
changed - 2019-04-30
- Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x
- Use Twig's
twig_test_empty()
instead of PHP'sempty()
Link 1.0.4 · 2018-12-20
changed - 2018-12-20
- Fixed namespacing/comments
- Fixed tests
Link 1.0.3 · 2018-12-18
changed - 2018-12-18
- Refactored the node parser to handle all undefined values appropriately
Link 1.0.2 · 2018-10-04
changed - 2018-10-04
- Fixed an issue where if the first expression was a constant, the evaluation wouldn't work as expected
Link 1.0.1 · 2018-09-21
changed - 2018-09-21
- Fixed broken documentation URLs
Link 1.0.0 · 2018-06-04
added - 2018-06-04
- Initial release