-
Notifications
You must be signed in to change notification settings - Fork 28
/
CHANGELOG
79 lines (65 loc) · 1.47 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
v0.8.0:
date: 2013-10-10
changes:
- Update version of haml-coffee 1.13.x
- Rendering to HTML with partials now works correctly
v0.7.0:
date: 2013-08-22
changes:
- Replace execSync with proper use of exec.
v0.6.1:
date: 2013-08-12
changes:
- Update version of haml-coffee 1.11.x
v0.6.0:
date: 2013-08-07
changes:
- Add 'precompile', 'includePath', and 'pathRelativeTo' option @leahciMic
v0.5.0:
date: 2013-05-28
changes:
- Add 'ruby' as a language option
- Update version of haml-coffee 1.10.x
v0.4.0:
date: 2013-04-16
changes:
- Full support of grunt 0.4.x
v0.3.2:
date: 2013-03-22
changes:
- Corrected placement option to match readme.
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.