-
Notifications
You must be signed in to change notification settings - Fork 126
/
CHANGELOG
155 lines (155 loc) · 3.44 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
v3.0.0:
date: 2021-05-14
changes:
- Docs, CI and dependency updates. Requires node 12+.
v2.0.0:
date: 2019-09-30
changes:
- Docs, CI and dependency updates.
v1.0.0:
date: 2016-03-04
changes:
- Update docs and examples.
- Remove peerDeps and other fixes.
v0.11.0:
date: 2015-10-16
changes:
- Update to Handlebars 4.0.0.
v0.10.2:
date: 2015-04-21
changes:
- Added `options.amd` as a function.
v0.10.1:
date: 2015-03-23
changes:
- Documentation fix.
v0.10.0:
date: 2015-03-23
changes:
- Update to Handlebars 3.0.0.
v0.9.3:
date: 2015-02-04
changes:
- Fix issues with namespace declarations and `partialsUseNamespace`.
v0.9.2:
date: 2014-12-31
changes:
- More fixes for AMD namespacing.
v0.9.1:
date: 2014-11-09
changes:
- Fixes namespacing issues.
v0.9.0:
date: 2014-10-16
changes:
- Update to Handlebars 2.0.
v0.8.0:
date: 2014-04-15
changes:
- Less verbose output.
- New custom AMD path options.
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 `processAST` option.
v0.5.5:
date: 2013-02-27
changes:
- Add new `partialsUseNamespace`, `partialRegex`, `partialsPathRegex` options.
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.