File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the ` dom_query ` crate will be documented in this file.
4
4
5
- ## [ Unreleased ]
5
+ ## [ 0.12.0 ] - 2025-01-16
6
6
7
7
### Added
8
8
@@ -14,7 +14,7 @@ a given matcher (`&Matcher`) or selector (`&str`) without creating a `Selection`
14
14
### Changed
15
15
16
16
- ` Selection ` 's internal code changes aimed at reducing calls to ` RefCell::borrow ` and ` RefCell::borrow_mut ` .
17
- - ` Matches ` internal code changes .
17
+ - Internal code changes in ` Matches ` aimed at increasing selection performance .
18
18
19
19
## [ 0.11.0] - 2024-12-10
20
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dom_query"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
description = " HTML querying and manipulation with CSS selectors"
5
5
license = " MIT"
6
6
repository = " https://github.com/niklak/dom_query"
You can’t perform that action at this time.
0 commit comments