File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ options:
359
359
// Usage:
360
360
// data.json: { "test": "foobar" }
361
361
// {% set mydata = data("path/to/jsonOrYml/data.json") %}
362
- // {{ mydata.test }}
362
+ // {{ mydata.test }}
363
363
364
364
// Output:
365
365
// foobar
@@ -470,7 +470,7 @@ options:
470
470
Type: ` Object `
471
471
Default value: ` {} `
472
472
473
- Object hash defining functions in TwigJS.
473
+ Object hash defining functions in TwigJS.
474
474
475
475
##### Example 1: Add asset function to TwigJS
476
476
``` js
@@ -485,7 +485,7 @@ Object hash defining functions in TwigJS.
485
485
Type: ` Object `
486
486
Default value: ` {} `
487
487
488
- Object hash defining filters in TwigJS.
488
+ Object hash defining filters in TwigJS.
489
489
490
490
##### Example 1: Add dots filter to TwigJS
491
491
``` js
@@ -500,6 +500,10 @@ For a complete list of available params see the [official twigjs documentation](
500
500
501
501
## Release History
502
502
503
+ __ 1.8.3__
504
+
505
+ * Improved error message output.
506
+
503
507
__ 1.8.2__
504
508
505
509
* Updated twig.js to 1.12.0.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-twig-render" ,
3
3
"description" : " Render twig templates" ,
4
- "version" : " 1.8.2 " ,
4
+ "version" : " 1.8.3 " ,
5
5
"homepage" : " https://github.com/sullinger/grunt-twig-render" ,
6
6
"author" : {
7
7
"name" : " Stefan Ullinger" ,
You can’t perform that action at this time.
0 commit comments