Releases: pug-php/js-phpize
Releases · pug-php/js-phpize
2.6.0: Implement functionsNamespace option
Implement functionsNamespace option
2.5.0: Provide `or` operator with reference
Provide or
operator with reference
2.4.1: Handle let in statements
Handle let in for/while/if statements
2.4.0: Provide static Math functions polyfill
- Provide static Math functions polyfill
- Allow to render large codes
2.3.0: Add booleanLogicalOperators option
Add booleanLogicalOperators option to get the PHP behavior on logical operators
2.2.0: Handle new operators
Handle:
- for-in loops
- handle instanceof
- handle particular instanceof Array/Object
- clone
- polyfill RegExp class
2.1.0: Allow continue keyword as instruction ending
Allow continue keyword as instruction ending
2.0.0: Allow references (array.push, array.unshift, etc.)
- Drop PHP 5
- Allow references (array.push, array.unshift, etc.)
- Add an abstract class DynamicValue for Variable and FunctionCall
- PHPDoc blocks on nodes
1.14.0: Implement .length property on strings and arrays
Implement .length property on strings and arrays
1.13.0: Optimize compilation with patterns cache and faster iteration
Optimize compilation with patterns cache and faster iteration