Commit graph

153 commits

Author SHA1 Message Date
Minas Keshishyan
a73bf56d39 improve comments 2020-02-03 15:52:15 +04:00
Minas Keshishyan
cb219a0d3a add getAttribute 2020-02-03 15:17:49 +04:00
Minas Keshishyan
9257f300b9 fix testes to expect the same behaviout as browsers 2020-02-03 13:45:26 +04:00
Minas Keshishyan
6aba0280bf fix rawAttributes() 2020-02-03 13:40:28 +04:00
Minas Keshishyan
2315ec89a2 fix should edit the attributes of the element test 2020-02-03 13:23:05 +04:00
Minas Keshishyan
1f0ebc52c7 fix setAttributes and attributes, also fix some tests, need more fixes 2020-02-03 13:19:32 +04:00
Minas Keshishyan
9e8f0aaf1e improve rawAttributes, fix setAttribute when the value is number 2020-02-03 12:05:22 +04:00
taoqf
4686ba46b2 1.2.0 2020-02-02 15:00:59 +08:00
taoqf
cba17a7439 lint ts 2020-02-02 15:00:51 +08:00
taoqf
5ae3604472 🐛 fix: Issue #17 2020-02-02 13:28:04 +08:00
taoqf
e9560b2d0e Merge branch 'master' of github.com:taoqf/node-html-parser 2020-02-02 11:25:49 +08:00
taoqf
40c9c680fc
Merge pull request #16 from Sharcoux/master
Update documentation for attributes modification
2020-01-31 10:27:12 +08:00
François BILLIOUD
730559387b Update documentation for attributes modification
Signed-off-by: François BILLIOUD <f.billioud@gmail.com>
2020-01-30 06:44:44 +01:00
taoqf
fe16be6bc6 1.1.20 2020-01-30 09:54:32 +08:00
taoqf
1ca18d01b2
Merge pull request #14 from Sharcoux/master
Consider attributes modification in toString
2020-01-30 09:49:57 +08:00
taoqf
2ad3ea6fb5
Merge pull request #15 from Sharcoux/fix-namespace
Fix issue when parsing namespaces
2020-01-30 09:45:43 +08:00
François BILLIOUD
0fb0baa47f Fix issue when parsing namespaces
Signed-off-by: François BILLIOUD <f.billioud@gmail.com>
2020-01-29 16:18:18 +01:00
François BILLIOUD
ed3e2205b0 Enable attributes edition. 2020-01-29 15:33:21 +01:00
taoqf
a655a9a17f add tests 2020-01-27 15:59:48 +08:00
taoqf
f96af39690 1.1.19 2020-01-26 21:59:32 +08:00
taoqf
08afce5a57 1.1.18 2020-01-26 21:57:46 +08:00
taoqf
881d708e72 remove duplicated items in querySelectAll 2020-01-26 21:57:27 +08:00
taoqf
c145442179
Merge pull request #13 from blex41/parse-comments
feat: add support for comment parsing
2020-01-14 12:14:52 +08:00
blex41
1d03ef06ac feat: allow comment parsing 2020-01-12 01:03:34 +01:00
taoqf
1083ffd59e 🚀 2020-01-08 00:27:02 -05:00
taoqf
6cb869f8c8 ignore lock file 2020-01-08 00:24:30 -05:00
taoqf
2f2da9dc38 add missing , 2020-01-08 00:09:59 -05:00
taoqf
4b588b69e2
Merge pull request #12 from patrikpihlstrom/master
support ',' in query selectors
2020-01-08 00:05:01 -05:00
patrik
7651417f1e support ',' in query selectors 2020-01-07 13:43:14 +01:00
taoqf
8a481f5d19 do not generate dts in umd 2019-11-18 11:57:36 +08:00
taoqf
dca773639b travis build status 2019-08-06 14:47:55 +08:00
taoqf
e71f137df1 1.1.16 2019-07-01 09:23:07 +08:00
taoqf
3618d68f01
Merge pull request #10 from gauntface/picture-element
Adding LICENSE and support for picture element
2019-07-01 09:20:21 +08:00
Matt Gaunt
cf42c82058 Adding LICENSE and support for picture element 2019-06-29 17:46:18 -07:00
taoqf
b5260be1ac 1.1.15 2019-04-11 18:30:43 +08:00
taoqf
7cf8c31309
Merge pull request #6 from ananyasaxena/master
updating the type of options in the parse function
2019-04-11 18:14:21 +08:00
taoqf
04111959f3 1.1.14 2019-04-03 12:00:04 +08:00
taoqf
d464145bc2
Merge pull request #7 from leeoniya/parse-empty-attrs
properly handle attrs with zero length values
2019-04-03 11:57:09 +08:00
Leon Sorokin
dc2e4ee6ab properly handle attrs with zero length values 2019-04-02 21:32:05 -05:00
ananya saxena
559050a1e9
updating the type of options in the parse function 2019-03-22 09:41:03 -07:00
taoqf
a37b7cc941 1.1.13 2019-03-21 10:49:31 +08:00
taoqf
99bae248a6
Merge pull request #5 from leeoniya/parse-empty-attrs
parse value-less attributes
2019-03-21 10:46:58 +08:00
Leon Sorokin
1917dd76b5 parse value-less attributes 2019-03-20 02:50:15 -05:00
taoqf
38d70076fc add script pretest 2019-01-21 12:06:18 +08:00
taoqf
001f31d392 remove debug files 2019-01-21 12:02:12 +08:00
taoqf
8aa9884761 1.1.12 2019-01-21 11:54:14 +08:00
taoqf
ddf2b8e07e added html validation 2019-01-21 11:53:28 +08:00
taoqf
ba58c88fcd 1.1.11 2018-11-12 14:12:03 +08:00
taoqf
50cbc8ebd4
Merge pull request #2 from jnarowski/master
eliminated dependence on new Function
2018-11-12 14:10:06 +08:00
jnarowski
a585334212 eliminated dependence on new Function 2018-11-10 16:12:51 -07:00