source: Dev/trunk/node_modules/grunt-contrib-coffee/CHANGELOG @ 533

Last change on this file since 533 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 1.8 KB
Line 
1v0.7.0:
2  date: 2013-04-19
3  changes:
4    - Place Sourcemaps at bottom of file
5    - Change extension for Sourcemaps from .maps to .js.map
6v0.6.7:
7  date: 2013-04-18
8  changes:
9    - Improved error reporting
10v0.6.6:
11  date: 2013-04-08
12  changes:
13    - Fix regression with single-file compilation.
14v0.6.5:
15  date: 2013-04-05
16  changes:
17    - Improved error reporting
18v0.6.4:
19  date: 2013-03-22
20  changes:
21    - Sourcemap support
22v0.6.3:
23  date: 2013-03-19
24  changes:
25    - Increase error logging verbosity.
26v0.6.2:
27  date: 2013-03-18
28  changes:
29    - Bump to CoffeeScript 1.6.2
30v0.6.1:
31  date: 2013-03-18
32  changes:
33    - Support `join` option
34v0.6.0:
35  date: 2013-03-06
36  changes:
37    - Bump to CoffeeScript 1.6
38    - Support literate CoffeeScript extension coffee.md
39v0.5.0:
40  date: 2013-02-25
41  changes:
42    - Bump to CoffeeScript 1.5
43    - Support literate CoffeeScript (.litcoffee)
44v0.4.0:
45  date: 2013-02-15
46  changes:
47    - First official release for Grunt 0.4.0.
48v0.4.0rc7:
49  date: 2013-01-23
50  changes:
51    - Updating grunt/gruntplugin dependencies to rc7.
52    - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
53    - Bump coffeescript dependency to 1.4.
54v0.4.0rc5:
55  date: 2013-01-09
56  changes:
57    - Updating to work with grunt v0.4.0rc5.
58    - Switching to this.filesSrc api.
59v0.4.0a:
60  date: 2012-12-15
61  changes:
62    - Conversion to grunt v0.4 conventions.
63    - Remove experimental destination wildcards.
64v0.3.2:
65  date: 2012-10-12
66  changes:
67    - Rename grunt-contrib-lib dep to grunt-lib-contrib.
68v0.3.1:
69  date: 2012-09-25
70  changes:
71     - Don't fail when there are no files.
72v0.3.0:
73  date: 2012-09-24
74  changes:
75    - Global options depreciated.
76v0.2.0:
77  date: 2012-09-10
78  changes:
79    - Refactored from grunt-contrib into individual repo.
Note: See TracBrowser for help on using the repository browser.