Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Feb 11, 2016
1 parent 405755e commit 314e95a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.0.0-rc1
date: 2016-02-10
date: 2016-02-11
changes:
- full list of changes is on http://gruntjs.com
- if you have a Grunt plugin that includes `grunt` in the `peerDependencies`,
Expand All @@ -13,17 +13,20 @@ v1.0.0-rc1
-`glob` is upgraded to `~6.0.4` and `minimatch` is upgraded to `~3.0.0`. Results
are now sorted by default with `grunt.file.expandMapping()`. Pass the
`nosort: true` option if you don't want the results to be sorted.
- `lodash` was upgraded to `~3.10.1`. Many changes have occurred. Some of which
- `lodash` was upgraded to `~4.3.0`. Many changes have occurred. Some of which
that directly effect Grunt are `grunt.util._.template()` returns a compile
function and `grunt.util._.flatten` no longer flattens deeply.
`grunt.util._` is deprecated and we highly encourage you to
`npm install lodash` and `var _ = require('lodash')` to use `lodash`.
Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog
- `iconv-lite` is upgraded to `~0.4.13` and strips the BOM by default.
- `js-yaml` is upgraded to `~3.5.2` and may affect `grunt.file.readYAML`.
We encourage you to please `npm install js-yaml` and use
`var YAML = require('js-yaml')` directly in case of future deprecations.
- A file `mode` option can be passed into
[grunt.file.write()](http://gruntjs.com/api/grunt.file#grunt.file.write).
- `Done, without errors.` was changed to `Done.` to avoid failing by mistake
on the word `errors`.
v0.4.5:
date: 2014-05-12
changes:
Expand Down

0 comments on commit 314e95a

Please sign in to comment.