We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6773f75 commit 1bcdbd2Copy full SHA for 1bcdbd2
1 file changed
CHANGES.md
@@ -1,5 +1,12 @@
1
# selectolax Changelog
2
3
+# Unreleased
4
+
5
+- Add `is_fragment` parameter to `LexborHTMLParser` @pygarap
6
7
+- Add the ability to skip empty text nodes for lexbor backend to `.text`, `.iter`, `.traverse` @pygarap
8
9
+- Add new properties to lexbor backend: `is_element_node`, `is_text_node`, `is_comment_node`, `is_document_node`. @pygarap
10
11
12
# Version 0.4.3
0 commit comments