We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656c142 commit a3a5f95Copy full SHA for a3a5f95
CHANGES
@@ -33,3 +33,4 @@
33
- added regexp/callback support to $collection->first
34
- update modest
35
2021-06-26 1.20 - fix link to issues
36
+2021-06-26 1.21 - fix link to issues
lib/HTML5/DOM.pm
@@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
17
use HTML5::DOM::CSS;
18
use HTML5::DOM::TokenList;
19
20
-our $VERSION = '1.20';
+our $VERSION = '1.21';
21
require XSLoader;
22
23
# https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType
0 commit comments