Skip to content

Commit b631c64

Browse files
committed
Add v3.1.0 to changelog
1 parent a334d58 commit b631c64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.1.0
8+
9+
* Add support for partial class matching, e.g. `.foo` -> `<div class="foo bar"></div>`
10+
* Fix complex attribute selectors, e.g. `[class^="hello"]`
11+
* Fix crash on attributes with newline characters
12+
713
## 3.0.0
814

915
* Update dependencies. This major version bump is out of caution in case the parsing for the underlying HTML or CSS selector libraries changed.

0 commit comments

Comments
 (0)