Skip to content

Commit 2a18b92

Browse files
committed
Update CHANGELOG.
[ci skip]
1 parent a6de8b3 commit 2a18b92

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

CHANGELOG

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
v1.0.0:
22
date: 2016-02-20
33
changes:
4-
- Update source-map to 0.5.3
5-
- Tag Grunt as peerDep to >=0.4.0
6-
- Make source maps generation a little faster
7-
- Add charset:utf-8 to sourceMappingURL
4+
- Update source-map to 0.5.3.
5+
- Tag Grunt as peerDep to >=0.4.0.
6+
- Make source maps generation a little faster.
7+
- Add `charset:utf-8` to `sourceMappingURL`.
88
v0.5.1:
99
date: 2015-02-20
1010
changes:
11-
- Fix path issues with Source Maps on Windows.
11+
- Fix path issues with source maps on Windows.
1212
v0.5.0:
1313
date: 2014-07-19
1414
changes:
15-
- Adds sourceMap option.
15+
- Adds `sourceMap` option.
1616
v0.4.0:
1717
date: 2014-03-21
1818
changes:
19-
- README updates. Output updates.
19+
- README updates.
20+
- Output updates.
2021
v0.3.0:
2122
date: 2013-04-25
2223
changes:
@@ -42,11 +43,11 @@ v0.1.2rc5:
4243
date: 2013-01-09
4344
changes:
4445
- Updating to work with grunt v0.4.0rc5.
45-
- Switching back to this.files api.
46+
- Switching back to `this.files` API.
4647
v0.1.1:
4748
date: 2012-11-13
4849
changes:
49-
- Switch to this.file api internally.
50+
- Switch to `this.file` API internally.
5051
v0.1.0:
5152
date: 2012-10-03
5253
changes:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Task targets, files and options may be specified according to the Grunt [Configu
3232
Type: `String`
3333
Default: `grunt.util.linefeed`
3434

35-
Concatenated files will be joined on this string. If you're post-processing concatenated JavaScript files with a minifier, you need to use a semicolon `';\n'` or valid javascript comment `'//###\n'` as the separator.
35+
Concatenated files will be joined on this string. If you're post-processing concatenated JavaScript files with a minifier, you may need to use a semicolon `';\n'` as the separator.
3636

3737
#### banner
3838
Type: `String`
@@ -280,21 +280,21 @@ grunt.initConfig({
280280

281281
## Release History
282282

283-
* 2016-02-20   v1.0.0   Update source-map to 0.5.3 Tag Grunt as peerDep to >=0.4.0 Make source maps generation a little faster Add charset:utf-8 to sourceMappingURL
284-
* 2015-02-20   v0.5.1   Fix path issues with Source Maps on Windows.
285-
* 2014-07-19   v0.5.0   Adds sourceMap option.
283+
* 2016-02-20   v1.0.0   Update source-map to 0.5.3. Tag Grunt as peerDep to >=0.4.0. Make source maps generation a little faster. Add `charset:utf-8` to `sourceMappingURL`.
284+
* 2015-02-20   v0.5.1   Fix path issues with source maps on Windows.
285+
* 2014-07-19   v0.5.0   Adds `sourceMap` option.
286286
* 2014-03-21   v0.4.0   README updates. Output updates.
287287
* 2013-04-25   v0.3.0   Add option to process files with a custom function.
288288
* 2013-04-08   v0.2.0   Don't normalize separator to allow user to set LF even on a Windows environment.
289289
* 2013-02-22   v0.1.3   Support footer option.
290290
* 2013-02-15   v0.1.2   First official release for Grunt 0.4.0.
291291
* 2013-01-18   v0.1.2rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
292-
* 2013-01-09   v0.1.2rc5   Updating to work with grunt v0.4.0rc5. Switching back to this.files api.
293-
* 2012-11-13   v0.1.1   Switch to this.file api internally.
292+
* 2013-01-09   v0.1.2rc5   Updating to work with grunt v0.4.0rc5. Switching back to `this.files` API.
293+
* 2012-11-13   v0.1.1   Switch to `this.file` API internally.
294294
* 2012-10-03   v0.1.0   Work in progress, not yet officially released.
295295

296296
---
297297

298298
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
299299

300-
*This file was generated on Sat Feb 20 2016 19:54:39.*
300+
*This file was generated on Fri Mar 18 2016 18:50:03.*

0 commit comments

Comments
 (0)