Skip to content

Releases: pug-php/js-phpize

2.9.2: Fix PHP 8.4 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 02 Dec 22:37
8dcff7d

Fix PHP 8.4 compatibility

2.9.1: Minor optimization

Choose a tag to compare

@kylekatarnls kylekatarnls released this 29 Aug 09:07
0e8e536

Use strict comparison for array checks

2.9.0: Optimize addition compilation

Choose a tag to compare

@kylekatarnls kylekatarnls released this 30 Dec 10:13
cbf05dc

Optimize addition compilation

2.8.5: Fix PHP 8.2 compatibility

Choose a tag to compare

@kylekatarnls kylekatarnls released this 08 Oct 19:20
ed1c375

2.8.4: Allow to nest cached template in class declaration

Choose a tag to compare

@kylekatarnls kylekatarnls released this 12 Jul 10:04
9600d41

Allow to nest cached template in class declaration

2.8.3: Fix namespace handling

Choose a tag to compare

@kylekatarnls kylekatarnls released this 25 Apr 20:41
60a9bb3

Fix namespace handling

2.8.2: Allow to put content after a namespace statement

Choose a tag to compare

@kylekatarnls kylekatarnls released this 25 Apr 20:28
33b3f60

Allow to put content after a namespace statement

2.8.1: Add __toBoolean methods

Choose a tag to compare

@kylekatarnls kylekatarnls released this 06 Apr 14:18
f7f76ae

Add __toBoolean() methods

2.8.0: Improve dot operator support

Choose a tag to compare

@kylekatarnls kylekatarnls released this 06 Apr 06:46
fb51f7b
  • #33 Allow pseudo-callable to be output as string or boolean
  • Disable dot helper when used inside isset()
  • Handle RegExp flags compatible with PHP
  • Remove dollar prefixing when ignoreDollarVariable is set to true

2.7.1: Advanced back ticks support

Choose a tag to compare

@kylekatarnls kylekatarnls released this 21 Dec 15:42
41a3f8e

Add support of complex interpolation and recursivity in back-tick strings.