Skip to content

Releases: ForkNetwork/twig.js

Twig 2.7+ support

14 Mar 11:35
2d2579f

Choose a tag to compare

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

10 Dec 15:29
d46f47d

Choose a tag to compare

v3.0.2

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

Fixed several issues with Twig functions

22 Nov 15:55
23e5621

Choose a tag to compare

Fixed remaining getLine to getTemplateLine renames. (#7)

Cleaned up tests and git ignore.

Twig 2.0+ and PHP 7.1+

22 Nov 11:27
3d63727

Choose a tag to compare

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

22 Nov 10:04
faaafd4

Choose a tag to compare

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

16 Nov 10:34

Choose a tag to compare

  • Optional arguments in all Twig test expressions are now supported.

Fix for older versions of Twig

14 Nov 11:55

Choose a tag to compare

  • Added Travis CI test for the lowest versions possible.
  • Refactored node checks.
  • Updated minimum version for Twig.

Support for Twig 1.25 and higher

11 Nov 15:12

Choose a tag to compare

  • Updated deprecated calls to getNode.
  • Updated Travis tests.
  • Updated composer requirements.