4.3.0 (2017-12-19) Update postcss-url (#86) 4.2.1 (2017-03-17) Fix fs-extra version (compatibility Node 0.12) 4.2.0 (2017-03-17) Update modules (compatibility Node 7)
- Update Autoprefixer to 6.4 (and caniuse data)
- Update Pixrem to 3.0.2 (fix a reduce-css-calc bug)
4.0.5 (2016-07-19) Update dependencies (LESS, node-sass, stylus)
4.0.4 (2015-11-12) Add stable Node to Travis (+ update node-sass)
4.0.3 (2015-10-29) Fix sourcemaps creation for LESS
4.0.2 (2015-10-27) Fix broken output when pleeease-cli gives pleeease.parse AST data (#62)
4.0.1 (2015-09-30) Fix test on Windows
4.0.0 - 2015-09-30
- Changes: Remove pleeease.NEXT
- Changes: API is now aync only
- Added: new vmin postprocessor
- Added: new
modules
option, to add every PostCSS plugins you need - Added: Node.js 4
- Added: PostCSS 5, Autoprefixer 6 & other PostCSS modules
- Added: Node-sass 3.3, Stylus 0.52
- Fixed: browsers key no longer override autoprefixer's one
- Added: Option
rebaseUrls
to rebase URLs (or not)
- Added: Autoprefixer 5.2
- Fix: feature detection from caniuse data
- Fixed:
- Sourcemaps with PostCSS 4.1
- postcss-url with PostCSS 4.1
- Changed:
- Replace pseudo elements processor with dedicated module
- Remove annotation from preprocess step
- Fixed:
- Apply previous sourcemap only if sourcemaps.map exists
- Set annotation:true only if it's not false
- Fixed:
- Standalone version (by using own browserslist and caniuse-db)
- Fixed:
- Rebase URL according to
options.out
oroptions.sourcemaps.to
(Ref #34)
- Rebase URL according to
- Fixed:
- Sourcemaps from preprocessors to postprocessors
- No longer read .pleeeaserc file in this module
- Changed:
- Use postcss-opacity instead of processors/opacity
- Added:
- Sass 2.0.0 (node-sass)
- Fixed:
- Sourcemaps from preprocessors to postprocessors
- Read .pleeeaserc file with Node.js 0.12
- Added:
- Less 2.4.0
- Stylus 0.50.0
- Fixed:
- URLs rewriting by adding
to
to PostCSS options
- URLs rewriting by adding
3.0.0 - 2015-02-05
- Added:
- PostCSS 4.x (and all modules based on it)
- Autoprefixer 5.x
- Experimental: adding preprocessors (Sass, LESS, Stylus)
- Expose Pleeease as a plugin (can be chained in postcss)
- Fixed:
browsers
option when many browsers are set- Rebase urls in imported files with
postcss-url
- Changed:
- Pleeease module no longer contains cli tool, there's now a new pleeease-cli module
2.0.0 - 2014-11-26
- Added:
- PostCSS 3.x
- Pixrem 1.x
- New
browsers
option
- Changed:
mqpacker
option set tofalse
by default
- Fixed:
- Pixrem processor call
- Fixed:
- Update CSS Wring
- Update CSS Mqpacker
1.1.0 - 2014-08-26
- Added:
- Opacity filter for IE8
- Fixed:
rem
conversion
1.0.0 - 2014-08-25
- Added:
- Autoprefixer 3.x
- Pleeease.NEXT (mostly cssnext)
- Changed:
- No more "subcategories" for options
- Use postcss-import module instead of specific one
- Added:
- PostCSS 2.x
- Changed:
- Standalone version now made with Browserify 5.x
- Fixed:
- Fix encoding problem in 0.4.2
- Added:
- Standalone version available now for each version
- Changed:
- Better sourcemaps integration. Now read prev sourcemaps (from Sass for example)
- Added:
- pleeease-filters postprocessor: converts CSS shorthand filters to SVG equivalent
- Added:
- PostCSS 1.x and Autoprefixer 2.x
- Sourcemaps support
- Changed:
- Better watch command
- Options
input
andoutput
renamed toin
andout
- Improve
@import
(options.optimizers.import
can now receive a dirname)
- Added:
@import
processor
- Changed:
- Refactor default options