UNPKG

659 BMarkdownView Raw
1# 2.1.3
2
3* Drops deprecated gulp-util dependency (thanks @demurgos).
4* Replaces `new Buffer(x)` with `Buffer.from(x)` in newer Node environments.
5
6# 2.1.2
7
8* Fixes an issue where gulp-cssnano was not passing on sourcemap errors and was
9 crashing instead.
10
11# 2.1.1
12
13* Added more keywords for easier discovery on npm.
14
15# 2.1.0
16
17* Print a CssSyntaxError when the input CSS could not be parsed properly with
18 PostCSS (thanks to @stelund).
19
20# 2.0.1
21
22* Bump object-assign and vinyl-sourcemaps-apply to latest versions.
23
24# 2.0.0
25
26* Upgrade to cssnano `3.0.0`.
27
28# 1.1.0
29
30* Upgrade to cssnano `2.0.0`.
31* Bump other runtime dependencies.
32
33# 1.0.0
34
35* Initial release.