File tree 2 files changed +11
-2
lines changed
src/AngleSharp.Scripting.JavaScript/Properties
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.0
2
+
3
+ - Several bug fixes and improvements
4
+ - Construct prototype chain (#7 )
5
+ - Added better type casts and wrappers (#8 )
6
+ - Allow strings instead of functions (#26 )
7
+ - Include extension method ` ExecuteScript ` to ` document ` (#29 )
8
+ - Simplified DOM context evaluation (#19 )
9
+
1
10
# 0.4.2
2
11
3
12
- Updated to latest version of AngleSharp
Original file line number Diff line number Diff line change 11
11
[ assembly: AssemblyTrademark ( "" ) ]
12
12
[ assembly: AssemblyCulture ( "" ) ]
13
13
[ assembly: ComVisible ( false ) ]
14
- [ assembly: AssemblyVersion ( "0.4.2 .0" ) ]
15
- [ assembly: AssemblyFileVersion ( "0.4.2 " ) ]
14
+ [ assembly: AssemblyVersion ( "0.5.0 .0" ) ]
15
+ [ assembly: AssemblyFileVersion ( "0.5.0 " ) ]
16
16
[ assembly: InternalsVisibleToAttribute ( "AngleSharp.Scripting.JavaScript.Tests" ) ]
You can’t perform that action at this time.
0 commit comments