Skip to content

Commit

Permalink
README.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Nov 3, 2024
1 parent 3b0caba commit b26cbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Previously these functions required `NodeId` as a parameter.
- Added `NodeRef::append_prev_siblings` method, which allows to prepend other nodes and their siblings before the selected node.

### Fixed
- Fixed `Tree::append_prev_siblings_from_another_tree` method. It didn't assign `TreeNode.prev_sibling` properly.
- Fixed `<NodeRef<'a> as selectors::Element>::is_empty` to correctly handle line breaks, whitespace, and ensure only elements pass the check.

### Removed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ assert_eq!(doc.select("div.content > p").length(), 4);
</details>

- **[more examples](./examples/)**
- **[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)**
- **[dom_query by example](https://niklak.github.io/dom_query_by_example/)**



Expand All @@ -654,7 +654,7 @@ assert_eq!(doc.select("div.content > p").length(), 4);
- `hashbrown` — optional, standard hashmaps and hashsets will be replaced `hashbrown` hashmaps and hashsets;

## Possible issues
* [wasm32 compilation](https://github.com/niklak/dom_query/wiki/WASM32-compilation)
* [wasm32 compilation](https://niklak.github.io/dom_query_by_example/WASM32-compilation.html)


## Changelog
Expand Down

0 comments on commit b26cbb8

Please sign in to comment.