Skip to content

Commit 3da1028

Browse files
committed
Updated version to 0.5
1 parent 5abf1f9 commit 3da1028

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
# 0.4.2
211

312
- Updated to latest version of AngleSharp

src/AngleSharp.Scripting.JavaScript/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313
[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")]
1616
[assembly: InternalsVisibleToAttribute("AngleSharp.Scripting.JavaScript.Tests")]

0 commit comments

Comments
 (0)