We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb10021 commit d646380Copy full SHA for d646380
README.md
@@ -475,6 +475,10 @@ For a complete list of available params see the [official twigjs documentation](
475
476
## Release History
477
478
+__1.8.0__
479
+
480
+ * Allows to use all available twigjs parameters and provides a more lightweight way to define custom functions and filters.
481
482
__1.7.4__
483
484
* Updated twig.js to 0.10.0.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "grunt-twig-render",
3
"description": "Render twig templates",
4
- "version": "1.7.4",
+ "version": "1.8.0",
5
"homepage": "https://github.com/sullinger/grunt-twig-render",
6
"author": {
7
"name": "Stefan Ullinger",
0 commit comments