Skip to content

Releases: pug-php/js-phpize

2.6.0: Implement functionsNamespace option

11 Dec 16:49
8bd3a87
Compare
Choose a tag to compare

Implement functionsNamespace option

2.5.0: Provide `or` operator with reference

09 Sep 16:03
ca93300
Compare
Choose a tag to compare

Provide or operator with reference

2.4.1: Handle let in statements

24 Jun 07:51
e41ce34
Compare
Choose a tag to compare

Handle let in for/while/if statements

2.4.0: Provide static Math functions polyfill

23 Oct 10:53
Compare
Choose a tag to compare
  • Provide static Math functions polyfill
  • Allow to render large codes

2.3.0: Add booleanLogicalOperators option

18 Oct 14:16
Compare
Choose a tag to compare

Add booleanLogicalOperators option to get the PHP behavior on logical operators

2.2.0: Handle new operators

12 Oct 15:50
Compare
Choose a tag to compare

Handle:

  • for-in loops
  • handle instanceof
  • handle particular instanceof Array/Object
  • clone
  • polyfill RegExp class

2.1.0: Allow continue keyword as instruction ending

10 Oct 12:49
Compare
Choose a tag to compare

Allow continue keyword as instruction ending

2.0.0: Allow references (array.push, array.unshift, etc.)

10 Jun 10:48
d4a255a
Compare
Choose a tag to compare
  • 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

06 Feb 08:58
Compare
Choose a tag to compare

Implement .length property on strings and arrays

1.13.0: Optimize compilation with patterns cache and faster iteration

31 Jan 10:04
Compare
Choose a tag to compare

Optimize compilation with patterns cache and faster iteration