forked from gruntjs/grunt-contrib-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
105 lines (105 loc) · 2.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
v0.7.0:
date: 2014-03-03
changes:
- Update handlebars dep to ~1.3.0
v0.6.1:
date: 2014-01-23
changes:
- Support function on `namespace` option.
v0.6.0:
date: 2013-11-11
changes:
- Update handlebars dep to ~1.1.2
v0.5.12:
date: 2013-11-07
changes:
- Pass file path into `processContent`.
v0.5.11:
date: 2013-09-24
changes:
- Fix for broken partial pre-compilation.
v0.5.10:
date: 2013-07-14
changes:
- Add `commonjs` option.
v0.5.9:
date: 2013-05-30
changes:
- Allow passing `compilerOptions` to Handlebars compiler.
v0.5.8:
date: 2013-03-14
changes:
- Update handlebars dep to ~1.0.10
v0.5.7:
date: 2013-03-11
changes:
- Fix regression with 'wrapped' option.
v0.5.6:
date: 2013-03-07
changes:
- Add new option, processAST
v0.5.5:
date: 2013-02-27
changes:
- Add new options partialsUseNamespace, partialRegex, partialsPathRegex
v0.5.4:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.5.4rc7:
date: 2013-02-08
changes:
- When `namespace` is false and `amd` is true, return handlebars templates directly from AMD wrapper.
v0.5.3rc7:
date: 2013-02-01
changes:
- Add `node` option to produce dual node.js / front-end compiled file.
v0.5.2rc7:
date: 2013-01-29
changes:
- Define handlebars as a dependency for AMD option.
v0.5.1rc7:
date: 2013-01-28
changes:
- Add AMD compilation option.
- Add processContent option.
- Do not generate templates into a namespaces when namespace option is false.
v0.5.0rc7:
date: 2013-01-23
changes:
- Updating grunt/gruntplugin dependencies to rc7.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
- Default wrapped option to true.
v0.4.0rc5:
date: 2013-01-09
changes:
- Updating to work with grunt v0.4.0rc5.
- Switching to this.files api.
v0.3.3:
date: 2012-11-21
changes:
- Reset for each target
v0.3.2:
date: 2012-10-12
changes:
- Rename grunt-contrib-lib dep to grunt-lib-contrib.
v0.3.1:
date: 2012-10-03
changes:
- Bugfix default processPartialName.
v0.3.0:
date: 2012-09-23
changes:
- Options no longer accepted from global config key.
v0.2.3:
date: 2012-09-16
changes:
- Support for nested namespaces.
v0.2.2:
date: 2012-09-12
changes:
- Escape single quotes in filenames.
v0.2.0:
date: 2012-09-10
changes:
- Refactored from grunt-contrib into individual repo.