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

Commit 65b2181

Browse files
committed
completed classList
1 parent f0b5cc3 commit 65b2181

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

FUTURE-CHANGELOG.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,10 @@ QuerySelectorAll takes two regexps and returns all nodes that matches the regexp
1010
Closest returns the closest node that matches the className.
1111
* Closest
1212

13-
## v0.0.1
14-
AddClass add the given class name to the node.
15-
* AddClass
16-
17-
RemoveClass removes the specified class name from the node.
18-
* RemoveClass
19-
20-
HasClass returns a boolean value specifying whether the node has the specified class name or not.
21-
* HasClass
22-
23-
GetClassList returns a map of class names in the specified node.
24-
* GetClassList
25-
2613
## v0.0.2
2714
* GetElementById
2815
* GetElementByClassName
2916
* GetElementByTagName
3017
* GetElementsById
3118
* GetElementsByClassName
32-
* GetElementsByTagName
33-
34-
## v0.0.3
35-
DecodeHeader only serializes only up to head. And return a node with only head and it's child nodes.
36-
* DecodeOnly
37-
* DecodeOnlyByClassName
38-
* DecodeHeader
19+
* GetElementsByTagName

0 commit comments

Comments
 (0)