Releases: phug-php/lexer
Releases · phug-php/lexer
0.5.33: Use multiline markup as default
Use multiline markup as default
0.5.32: Fix markup outdent detection
Fix markup outdent detection phug-php/phug#39
0.5.31: Handle spaces in attribute value expression
Handle spaces in attribute value expression
0.5.30: Propagate path to the Reader class
Propagate path to the Reader class to help Reader errors debugging
0.5.29: Allow consecutive ternary expression,
Allow consecutive ternary expression
0.5.28: Allow ternary short operators
Allow ternary short operators
0.5.27: Add multiline_markup_enabled option
Add multiline_markup_enabled option
0.5.26: Disallow interpolation inside the LinAnalyzer for filters
Redo filter refactoring properly avoiding the bug introduced in 0.5.23 and reverted in 0.5.25 that enabled interpolation in filters which is not the expected behavior.
0.5.25: Revert filter breaking-change
Revert filter breaking-change (introduced in 0.5.23)
0.5.24: Fix infinite loop on falsy value
Fix infinite loop on falsy value