Skip to content

Tags: pug-php/js-phpize

Tags

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Implement functionsNamespace option

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Provide `or` operator with reference

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (#27)

2.4.0

Toggle 2.4.0's commit message
Provide Math polyfill bundle and allow to render large codes

2.3.0

Toggle 2.3.0's commit message
booleanLogicalOperators option to get PHP behavior on logical operators

2.2.0

Toggle 2.2.0's commit message
Handle instanceof Object

2.1.0

Toggle 2.1.0's commit message
Allow continue keyword as instruction ending

Fix pug-php/pug#205

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2 (#23)

- 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

Toggle 1.14.0's commit message
Fix PHP 5.3 compatibility

1.13.0

Toggle 1.13.0's commit message
Optimize compilation with patterns cache and faster iteration