Skip to content

Releases: ForkNetwork/twig.js

Twig 2.7+ support

Choose a tag to compare

@RolfBabijn RolfBabijn released this 14 Mar 11:35
2d2579f

Refactored all Twig namespaces to use the 2.7+ standard in preparation of release of 3.0.
Removed some old deprecated Twig class references.

Clear compiler on each template

Choose a tag to compare

@RolfBabijn RolfBabijn released this 10 Dec 15:29
d46f47d
v3.0.2

Added a parent call to the compiler so it is cleared for each new nod…

Fixed several issues with Twig functions

Choose a tag to compare

@RolfBabijn RolfBabijn released this 22 Nov 15:55
23e5621
Fixed remaining getLine to getTemplateLine renames. (#7)

Cleaned up tests and git ignore.

Twig 2.0+ and PHP 7.1+

Choose a tag to compare

@RolfBabijn RolfBabijn released this 22 Nov 11:27
3d63727
Add support for Twig 2.0+ (#6)

* #99 fixing MacroCompiler, when context did not contain current arguments
* updating plovr location
* update travis and bumped php version from 5.3 to 5.4
* updated twig/twig@2
* update travis to 7.0, 7.1
* Update to the latest version of PHPUnit.

Merge upstream changes

Choose a tag to compare

@RolfBabijn RolfBabijn released this 22 Nov 10:04
faaafd4
Merge latest changes from schmittjoh repository (#5)

Fixes #107 for twig up to v1.30.0
* Add composer flag: prefer-stable: true
* Libraries should not include a composer.lock file
* Relax twig version requirements
* Update composer.json

Change twig dep to ^1.25 rather than ^1.24
* ignore composer.lock

Update Twig 1.25+ test expressions

Choose a tag to compare

@RolfBabijn RolfBabijn released this 16 Nov 10:34
  • Optional arguments in all Twig test expressions are now supported.

Fix for older versions of Twig

Choose a tag to compare

@RolfBabijn RolfBabijn released this 14 Nov 11:55
  • Added Travis CI test for the lowest versions possible.
  • Refactored node checks.
  • Updated minimum version for Twig.

Support for Twig 1.25 and higher

Choose a tag to compare

@RolfBabijn RolfBabijn released this 11 Nov 15:12
  • Updated deprecated calls to getNode.
  • Updated Travis tests.
  • Updated composer requirements.