Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 18, 2020
1 parent 05094c8 commit e8b1039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## next
## 2.0.0 (November 18, 2020)

- Droped support for Nodejs < 8
- CLI exits with code `1` and outputs to `stderr` when errors (#12)
- Bumped `csstree` to [1.1.1](https://github.com/csstree/csstree/releases/tag/v1.1.1)
- CLI exits with code `1` and outputs messages to `stderr` when errors (#12)
- Added built version for browsers: `dist/csstree-validator.js` (#11)
- Added at-rule validation for name, prelude and descriptor
- Added `validateAtrule`, `validateAtrulePrelude`, `validateAtruleDescriptor`, `validateRule` and `validateDeclaration` methods
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csstree-validator",
"version": "1.6.0",
"description": "CSS validator build on csstree",
"version": "2.0.0",
"description": "CSS validator built on csstree",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "MIT",
"repository": "csstree/validator",
Expand Down

0 comments on commit e8b1039

Please sign in to comment.