Michael Ganss
0a9c2df4b9
Improve parsing performance ( fixes #161 )
2019-03-31 19:55:57 +02:00
Michael Ganss
08993d4437
Update AssemblyVersion to 4.0.0.0 (see #142 )
2019-02-16 12:59:29 +01:00
Michael Ganss
04ba3cf189
Merge remote-tracking branch 'remotes/origin/master' into AngleSharp_0_10
2019-01-27 18:45:34 +01:00
Michael Ganss
11b271631e
Add SanitizeDocument overload that takes a Stream
...
Fixes #158
2019-01-27 17:02:38 +01:00
Michael Ganss
fa391118a7
Merge branch 'master' into AngleSharp_0_10
2019-01-18 14:17:23 +01:00
Michael Ganss
dfd5e9d237
Fix #156
2019-01-18 14:13:49 +01:00
Michael Ganss
a81a866a9b
Merge branch 'master' into AngleSharp_0_10
2019-01-17 12:58:53 +01:00
Michael Ganss
cabae353e8
Fix #155
2019-01-17 12:52:36 +01:00
Michael Ganss
b3684d47ea
Merge branch 'master' into AngleSharp_0_10
2019-01-07 13:00:45 +01:00
Michael Ganss
f4eeace29f
Merge branch 'master' of github.com:mganss/HtmlSanitizer
2018-11-26 12:43:49 +01:00
Michael Ganss
ff8e5950d5
Update AngleSharp to 0.9.11
2018-11-26 12:43:31 +01:00
Michael Ganss
e55c2f9b0e
Add netstandard2.0 badge
2018-11-07 11:47:20 +01:00
Michael Ganss
d5c876f600
Merge pull request #149 from reinaldocoelho/master
...
Add support to NetStandard 2.0.
2018-11-06 19:30:13 +01:00
reinaldo
cac3047159
Adding build support to NetStandard 2.0.
2018-11-06 15:20:33 -02:00
Michael Ganss
4f2ea574ec
Fix sonarcloud badge
2018-09-25 17:16:06 +02:00
Michael Ganss
1a9cb08a09
Add sonarcloud badge
2018-09-25 17:14:20 +02:00
Michael Ganss
88e85bec68
Add back AssemblyInfo.cs
2018-09-24 16:50:24 +02:00
Michael Ganss
edc45180af
Add sonarcube
...
Remove AssemblyInfo.cs
2018-09-24 16:30:59 +02:00
Michael Ganss
9d9c5c956e
Merge branch 'master' of github.com:mganss/HtmlSanitizer
2018-09-21 17:27:40 +02:00
Michael Ganss
357077257b
Rename attr to Attribute
...
Change Default... fields to properties
2018-09-21 17:27:30 +02:00
Michael Ganss
69bfc942bc
Add target framework badges
2018-09-21 16:11:42 +02:00
Michael Ganss
18d1da8b19
Don't tag/publish PR builds
...
Fix XML documentation bugs
2018-09-21 16:08:48 +02:00
Michael Ganss
82d8ca44aa
Fix #137
2018-08-01 17:11:30 +02:00
Michael Ganss
f5421a8965
Use coverlet instead of OpenCover
...
Target netcoreapp2.0
2018-07-18 14:03:10 +02:00
Michael Ganss
fd667a2312
Automatically tag successful build
2018-07-16 17:38:47 +02:00
Michael Ganss
ef3dd0dab7
Update to AngleSharp 0.9.10
2018-07-16 17:35:39 +02:00
Michael Ganss
571e1573bd
Update AngleSharp to 0.9.9.2
...
Update xUnit to 2.3.1
2018-03-19 12:53:54 +01:00
Michael Ganss
6191a5e0dc
Fix typo
2018-02-01 12:49:24 +01:00
Michael Ganss
b6486bf7dc
Update to AngleSharp 0.9.9.1
2018-01-05 14:00:12 +01:00
Michael Ganss
58a7a7552e
Add using()s around internal usage of IHtmlDocument
2018-01-02 13:59:46 +01:00
Michael Ganss
40d0656934
Build symbol package
2017-10-19 16:37:28 +02:00
Michael Ganss
2064d1eea1
Remove references to System.Globalization, System.IO, System.Runtime for net45
2017-10-19 16:24:33 +02:00
Michael Ganss
89b1ce5405
Fix whitespace
2017-10-17 13:12:05 +02:00
Michael Ganss
6a91b9eb99
Set version to 4.0
2017-10-17 13:06:34 +02:00
Michael Ganss
248ad10f1c
Merge branch 'master' into AngleSharp_0_10
2017-10-11 14:01:32 +02:00
Michael Ganss
23ce95b869
Merge pull request #128 from leniency/master
...
Added methods and event to expose the parsed and cleaned IHtmlDocument.
2017-09-24 21:15:04 +02:00
Levi Baker
53ce00db36
Fixed spelling error.
2017-09-23 19:45:03 -07:00
Levi Baker
db06dd2eb5
Added methods to IHtmlSanitizer interface as well.
2017-09-22 11:24:11 -07:00
Levi Baker
8f2735b404
Minor fix to doc reference.
2017-09-22 10:44:58 -07:00
Levi Baker
919a71dba2
Added method SantizeDom that returns the parsed and cleaned IHtmlDocument. This exposes the result for further DOM manipulation without requiring another parse.
...
Also added a PostProcessDom event that runs after PostProcessNode. This also allows the whole DOM to be further manipulated without executing on every node or re-parsing the document.
2017-09-22 10:37:38 -07:00
Michael Ganss
f3d23f8b25
Add missing members to IHtmlSanitizer (see #92 )
...
Remove unneeded assembly reference
2017-08-29 18:03:33 +02:00
Michael Ganss
82857b4dd7
Merge pull request #121 from markashleybell/master
...
CSS class whitelisting
2017-06-17 17:12:52 +03:00
Mark Bell
6a07682267
Implement CSS class whitelisting
2017-06-16 13:05:51 +01:00
Mark Bell
8d6e83a65c
Fix some minor inconsistencies in constructor doc comments
2017-06-16 12:54:23 +01:00
Michael Ganss
124d450f7b
Merge branch 'master' into AngleSharp_0_10
...
# Conflicts:
# src/HtmlSanitizer/HtmlSanitizer.project.json
2017-06-08 13:52:15 +02:00
Michael Ganss
62c6fbdd5f
Fix #119
2017-04-28 15:40:08 +02:00
Michael Ganss
7601eaf333
Remove unnecessary NuGet package
2017-04-20 12:41:57 +02:00
Michael Ganss
0c485a4853
Bump version to 3.5 beta
2017-04-19 15:58:59 +02:00
Michael Ganss
4b60e114ad
Update copyright to 2017
2017-04-19 15:46:59 +02:00
Michael Ganss
44e8282c91
Merge branch 'vs2017'
...
# Conflicts:
# src/HtmlSanitizer/project.json
2017-04-19 15:45:51 +02:00