File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 1.3.0
2
2
3
- Released on Friday, January 31 2025.
3
+ Released on Friday, April 18 2025.
4
4
5
+ - Fixed DOM exposed type of ` HasChildNodes ` (#1219 ) @arekdygas
6
+ - Fixed ` NodeIterator ` behavior when nodes are removed (#1222 )
7
+ - Improved form documentation (#1220 ) @RedZone908
5
8
- Updated to NUKE 9 and removed obsolete .NET 6 and 9 targets (#1216 ) @lahma
9
+ - Added ` GetAttributeNode ` methods to ` IElement ` (#1223 ) @arekdygas
10
+ - Added support for finding targets in browsing contexts (#1218 ) @TheJayMann
6
11
- Added support for targetting iframes (#1205 ) @TheJayMann
7
12
8
13
# 1.2.0
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ AngleSharp contains code written by (in order of first pull request / commit):
62
62
* [ Martin Parkin] ( https://github.com/memiamp )
63
63
* [ Hakob Grigoryan] ( https://github.com/hflexgrig )
64
64
* [ TheJayMann] ( https://github.com/TheJayMann )
65
+ * [ arekdygas] ( https://github.com/arekdygas )
66
+ * [ RedZone908] ( https://github.com/RedZone908 )
65
67
66
68
Without these awesome people AngleSharp could not exist. Thanks to everyone for your contributions! :beers :
67
69
You can’t perform that action at this time.
0 commit comments