Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

Commit 1bf9fa5

Browse files
Merge pull request #6 from udan-jayanith/v0.0.1-beta.1
V0.0.1 beta.1
2 parents bdb2d1e + 2e8a276 commit 1bf9fa5

21 files changed

Lines changed: 601 additions & 414 deletions

FUTURE-CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## v0.0.1-beta.1
2-
- bug fix: style attribute not get serialized correctly.
1+
## v0.0.0-beta.3 <- current
32

4-
## v0.0.1
5-
DecodeHeader only serializes only up to head. And return a node with only head and it's child nodes.
6-
* DecodeHeader
3+
## v0.0.0
4+
Delete deletes the branch without connecting sibling nodes.
5+
* Delete
76

8-
## v0.0.2
97
QuerySelector takes attribute name and regexp for the value and returns the first node that matches the regexp.
108
* QuerySelector
119

@@ -15,7 +13,7 @@ QuerySelectorAll takes two regexps and returns all nodes that matches the regexp
1513
Closest returns the closest node that matches the className.
1614
* Closest
1715

18-
## v0.0.3
16+
## v0.0.1
1917
AddClass add the given class name to the node.
2018
* AddClass
2119

@@ -28,10 +26,16 @@ HasClass returns a boolean value specifying whether the node has the specified c
2826
GetClassList returns a map of class names in the specified node.
2927
* GetClassList
3028

31-
## v0.0.4
29+
## v0.0.2
3230
* GetElementById
3331
* GetElementByClassName
3432
* GetElementByTagName
3533
* GetElementsById
3634
* GetElementsByClassName
37-
* GetElementsByTagName
35+
* GetElementsByTagName
36+
37+
## v0.0.3
38+
DecodeHeader only serializes only up to head. And return a node with only head and it's child nodes.
39+
* DecodeOnly
40+
* DecodeOnlyByClassName
41+
* DecodeHeader

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![GoHTML logo](https://raw.githubusercontent.com/udan-jayanith/GoHTML/a4ea865d453ddb3f12d31686193f1d5abde9df3a/assets/media/Transparent%20Black%20version.svg)
1+
![GoHTML logo](https://raw.githubusercontent.com/udan-jayanith/GoHTML/46044619ab943b8ae00301565cc37566d5f2ffa4/assets/media/Black-text%20version.svg)
22
# GoHTML
33
A powerful and comprehensive HTML parser and DOM manipulation library for Go, bringing JavaScript-like DOM operations to the Go ecosystem.
44

119 KB
Loading
Lines changed: 6 additions & 0 deletions
Loading

assets/media/Favicon.png

40.6 KB
Loading

assets/media/Favicon.svg

Lines changed: 4 additions & 0 deletions
Loading
-116 KB
Binary file not shown.

assets/media/Transparent Black version.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

assets/media/White version.png

-119 KB
Binary file not shown.

assets/media/White version.svg

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)