- Drop support for Node versions older than 18
- Add ignore feature #70
- Fix support for
postcss-load-config
#102 - Fix repo and homepage urls #101
- Fix typo in readme #87
- Fix source maps #109
- Fix output path for
async
option, this is now relative to the process. (BREAKING!) - Fix order of CSS, now the
@font-face
will be inserted after@charset
,@import
and similar statements. #107
Dropped support of Node.js 6.x, 8.x, 11.x, and 13.x
Added: Migrate to Postcss 8 API Updated: dev dependecies Updated: package.json
Added: Support of Material Icons font Updated: google-fonts-complete dependency Updated: dev dependecies Updated: package.json
Updated: google-fonts-complete dependency Updated: dev dependecies
Updated: google-fonts-complete dependency
Fixed: issue with array options Updated: package.json Updated: eslint rules
Dropped support of Node 4.x
Updated: tests via updates to google-fonts-complete Updated: package.json Updated: eslint rules Removed: gulp, gulp-eslint, gulp-mocha from devDependencies
Fixed: issue with hosted
keys
Updated: tests via updates to google-fonts-complete
Updated: package.json, devDependencies chai, gulp-eslint, gulp-mocha
Updated: eslint rules
Added: PostCSS 6 compatibility Updated: tests via updates to google-fonts-complete Updated: package.json, devDependencies chai, gulp, and gulp-eslint (gulp-mocha not updated)
Updated: google-fonts-complete dependency
Changed: added option with custom path in the hosted
method.
Added: variants
method
Added: support of 'font-display'
Added: support of 'font-stretch'
Added: support of 'unicode-range'
Added: protocol
method
Updated: PostCSS v5 dependency Updated: Developer dependencies and configuration
Added: async
method
Added: process
method
Added: Plugin refactoring
Added: Support custom specified fonts
Added: Initial version
Added: Beta 1