We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a334d58 commit b631c64Copy full SHA for b631c64
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
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
13
## 3.0.0
14
15
* 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