This project adheres to Semantic Versioning.
- Fixed multiple background values support (by @katozaaaa).
- Removed Node.js 16 and 14 support.
- Replace only URL part of
background
(by @Razunter). - Improved selector rewriting (by @Razunter).
- Removed Node.js 12 support.
- Added
check
options (by @taoliujun). - Added
format=webp
support (by @taoliujun). - Moved from
background
tobackground-image
(by @taoliujun).
- Removed Node.js 10 support.
- Add no JS support (by @LambdaZed).
- Added funding links.
- Moved to PostCSS 8.
- Moved
postcss
topeerDependencies
. - Added
.jpeg
files support (by Anton Nesterov).
- Added
rename
option (by @wtagain).
- Rename
require('webp-in-css')
torequire('webp-in-css/polyfill')
.
- Add
modules
,webpClass
, andnoWebpClass
options (by Hovhannes Babayan).
- Fix IE 10 support.
- Fix support of selectors with
html
(by Bohdan Onatsky).
- Initial release.