Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
- merge PR #29 by @jsnanigans: add `raw` for content option to pass a raw string instead of a filepath.
- fix incorrect logic that removes attributes selectors
- update dependencies
- add changelog
  • Loading branch information
Ffloriel committed Dec 7, 2017
1 parent 5eb95eb commit 6a03110
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

# v0.14.0 - 2017-12-07

* Merge PR https://github.com/FullHuman/purgecss/pull/29 by @jsnanigans: add
`raw` for content option to pass a raw string instead of a filepath.
* Fix incorrect logic that removes attributes selectors.
* Update dependencies.
2 changes: 1 addition & 1 deletion lib/purgecss.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/purgecss.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "0.13.1",
"version": "0.14.0",
"description": "Remove unused css selectors.",
"main": "./lib/purgecss.js",
"module": "./lib/purgecss.es.js",
Expand Down

0 comments on commit 6a03110

Please sign in to comment.