forked from concordusapps/grunt-haml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (35 loc) · 795 Bytes
/
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
v0.3.1:
date: 2013-01-28
changes:
- Update to current version of grunt.
v0.3.0:
date: 2012-12-20
changes:
- Name changed to `grunt-haml`
- Default target changed to `html`
v0.1.3:
date: 2012-12-19
changes:
- Updated README.
v0.1.2:
date: 2012-12-19
changes:
- Fixed package.json syntax error.
v0.1.1:
date: 2012-12-19
changes:
- Fixed package.json dependencies.
v0.1.0:
date: 2012-12-19
changes:
- Rewrite from scratch (referencing grunt-contrib).
- Support for full gamut of options.
v0.0.2:
date: 2012-12-17
changes:
- Fixed a syntax error in the package.json (missing comma).
v0.0.1:
date: 2012-11-07
changes:
- Initial release; only slightly modified from what `grunt-contrib-coffee`
was at the time.