UNPKG

2.74 kBPlain TextView Raw
1v0.13.0:
2 date: 2015-02-20
3 changes:
4 - Updates to CoffeeScript 1.9.1.
5v0.12.0:
6 date: 2014-10-04
7 changes:
8 - Fixes litcoffee sourcemaps.
9 - Updates to CoffeeScript 1.8.0.
10v0.11.1:
11 date: 2014-08-15
12 changes:
13 - Fixes summary logging.
14v0.11.0:
15 date: 2014-08-06
16 changes:
17 - Adds summary containing number of files created.
18 - Move file creation logging to grunt.verbose.
19 - Updates Chalk to 0.5.
20v0.10.0:
21 date: 2014-02-07
22 changes:
23 - SourceMappingURL calculated correctly
24v0.9.0:
25 date: 2014-01-29
26 changes:
27 - Source mapping fixes.
28 - Update coffee-script to 1.7.0
29 - Use lodash directly instead of deprecated grunt.util._
30v0.8.2:
31 date: 2014-01-17
32 changes:
33 - Force coffeescript 1.6.3
34 - Use new sourceMappingUrl syntax.
35v0.8.1:
36 date: 2014-01-17
37 changes:
38 - Fix sourcemap regression.
39v0.8.0:
40 date: 2013-12-24
41 changes:
42 - Support sourceMapDir
43v0.7.0:
44 date: 2013-04-19
45 changes:
46 - Place Sourcemaps at bottom of file
47 - Change extension for Sourcemaps from .maps to .js.map
48v0.6.7:
49 date: 2013-04-18
50 changes:
51 - Improved error reporting
52v0.6.6:
53 date: 2013-04-08
54 changes:
55 - Fix regression with single-file compilation.
56v0.6.5:
57 date: 2013-04-05
58 changes:
59 - Improved error reporting
60v0.6.4:
61 date: 2013-03-22
62 changes:
63 - Sourcemap support
64v0.6.3:
65 date: 2013-03-19
66 changes:
67 - Increase error logging verbosity.
68v0.6.2:
69 date: 2013-03-18
70 changes:
71 - Bump to CoffeeScript 1.6.2
72v0.6.1:
73 date: 2013-03-18
74 changes:
75 - Support `join` option
76v0.6.0:
77 date: 2013-03-06
78 changes:
79 - Bump to CoffeeScript 1.6
80 - Support literate CoffeeScript extension coffee.md
81v0.5.0:
82 date: 2013-02-25
83 changes:
84 - Bump to CoffeeScript 1.5
85 - Support literate CoffeeScript (.litcoffee)
86v0.4.0:
87 date: 2013-02-15
88 changes:
89 - First official release for Grunt 0.4.0.
90v0.4.0rc7:
91 date: 2013-01-23
92 changes:
93 - Updating grunt/gruntplugin dependencies to rc7.
94 - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
95 - Bump coffeescript dependency to 1.4.
96v0.4.0rc5:
97 date: 2013-01-09
98 changes:
99 - Updating to work with grunt v0.4.0rc5.
100 - Switching to this.filesSrc api.
101v0.4.0a:
102 date: 2012-12-15
103 changes:
104 - Conversion to grunt v0.4 conventions.
105 - Remove experimental destination wildcards.
106v0.3.2:
107 date: 2012-10-12
108 changes:
109 - Rename grunt-contrib-lib dep to grunt-lib-contrib.
110v0.3.1:
111 date: 2012-09-25
112 changes:
113 - Don't fail when there are no files.
114v0.3.0:
115 date: 2012-09-24
116 changes:
117 - Global options depreciated.
118v0.2.0:
119 date: 2012-09-10
120 changes:
121 - Refactored from grunt-contrib into individual repo.