Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Updates version (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsenft authored May 30, 2017
1 parent 8d73c0e commit 43dbfe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 0.13.7
## 0.14.0

### New features

* Supports nested at-rules.
* Supports nested HTML comments in CSS comments and vice-versa.

### Breaking changes

* The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and
`StyletDirective` has been replaced by `List<TreeNode> rules` to allow nested
at-rules in addition to rulesets.

## 0.13.6

* Adds support for `@viewport`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: csslib
version: 0.13.7
version: 0.14.0
author: Dart Team <misc@dartlang.org>
description: A library for parsing CSS.
homepage: https://github.com/dart-lang/csslib
Expand Down

0 comments on commit 43dbfe8

Please sign in to comment.