Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
- modify changelog
- update dev dependencies
- change purge-from-html -> purgecss-from-html
  • Loading branch information
Ffloriel committed Jan 30, 2018
1 parent 3c5bb94 commit 50e824a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# v0.20.0 - 2018-01-31

* https://github.com/FullHuman/purgecss/pull/48, fix https://github.com/FullHuman/purgecss/issues/41
* New option `fontFace` to remove unused font-face declaration
* Remove unused vendor-prefixed keyframes rules
* Update dependencies



# v.0.19.0 - 2018-01-14

* https://github.com/FullHuman/purgecss/pull/34, fix https://github.com/FullHuman/purgecss/issues/33
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With a custom extractor:

```js
import Purgecss from 'purgecss'
import purgeHtml from 'purge-from-html'
import purgeHtml from 'purgecss-from-html'
const purgeCss = new Purgecss({
content: ['**/*.html'],
css: ['**/*.css'],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "0.19.0",
"version": "0.20.0",
"description": "Remove unused css selectors.",
"main": "./lib/purgecss.js",
"module": "./lib/purgecss.es.js",
Expand Down Expand Up @@ -58,12 +58,12 @@
"babel-preset-flow": "^6.23.0",
"codacy-coverage": "^2.0.3",
"eslint": "^4.16.0",
"eslint-plugin-flowtype": "^2.41.1",
"eslint-plugin-flowtype": "^2.42.0",
"flow-bin": "^0.64.0",
"jest": "^22.1.4",
"prettier": "^1.10.2",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.55.0",
"rollup": "^0.55.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-builtins": "^2.1.2",
Expand Down

0 comments on commit 50e824a

Please sign in to comment.