Skip to content

Commit

Permalink
1.0.0-alpha7
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 7, 2016
1 parent 16e0e95 commit 0577756
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
@@ -1,3 +1,16 @@
## 1.0.0-alpha7 (October 7, 2016)

- Added support for explicit descendant combinator (`>>`)
- Implemented `Type` and `Universal` type nodes
- Improved `Number` parsing by including sign and exponent (#26)
- Parse `before`, `after`, `first-letter` and `first-line` pseudos with single colon as `PseudoElement`
- Changed `FunctionalPseudo` node type to `PseudoClass`
- Fixed attribute selector name parsing (namespace edge cases)
- Fixed location calculation for specified offset when `eof` is reached
- Added more non-standard colors (#25)
- Removed obsolete `Syntax#getAll()` method
- Fixed various edge cases, code clean up and performance improvements

## 1.0.0-alpha6 (September 23, 2016)

- More accurate positions for syntax mismatch errors
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "css-tree",
"version": "1.0.0-alpha6",
"version": "1.0.0-alpha7",
"description": "Detailed CSS parser",
"keywords": [
"css",
Expand Down

0 comments on commit 0577756

Please sign in to comment.