Skip to content

Commit

Permalink
1.0.0-alpha12
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 19, 2017
1 parent 78e6642 commit 86c802b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0-alpha12 (January 19, 2017)

- Fixed `Syntax#matchProperty()` method to always return a positive result for custom properties since syntax is never defined for them (#31)
- Implemented `fromPlainObject()` and `toPlainObject()` to convert plain object to AST or AST to plain object (currently converts `List` <-> `Array`)

## 1.0.0-alpha11 (January 18, 2017)

- Added support for `:matches(<selector-list>)` (#28)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-tree",
"version": "1.0.0-alpha11",
"version": "1.0.0-alpha12",
"description": "Fast detailed CSS parser",
"keywords": [
"css",
Expand Down

0 comments on commit 86c802b

Please sign in to comment.