Skip to content

Commit

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

- Changed location storing in `SyntaxMatchError`
- Changed property to store mismatch offset to `mismatchOffset`
- Changed `offset` property to store bad node offset in source CSS if any
- Added `loc` property that stores bad node `loc` if any

## 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)
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-alpha12",
"version": "1.0.0-alpha13",
"description": "Fast detailed CSS parser",
"keywords": [
"css",
Expand Down

0 comments on commit a99f399

Please sign in to comment.