Skip to content

Commit d66bcb2

Browse files
committed
Cosmetics for the repo
1 parent 415344f commit d66bcb2

8 files changed

+48
-224
lines changed

CHANGELOG.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0
2+
3+
Released on ?.
4+
5+
- Fixed usage of document ready state (#87) @Sebbs128
6+
- Updated to use AngleSharp v1
7+
- Updated for Jint v3 (#89) @tomvanenckevort
8+
19
# 0.15.0
210

311
Released on Sunday, June 12 2021.
@@ -16,12 +24,12 @@ Released on Tuesday, March 31 2020.
1624

1725
Released on Friday, September 6 2019.
1826

19-
- Added thread-based event loop implementation `JsEventLoop`
20-
- Included new `WithEventLoop` configuration extensions
27+
- Fixed missing `btoa` and `atob` functions (#55)
28+
- Added `javascript:` URL handler (#47)
29+
- Added new `WithEventLoop` configuration extensions
30+
- Added support for .NET Standard 1.3 (#58)
2131
- Added constructors to `window` (#12)
22-
- Fixed `btoa` and `atob` missing (#55)
23-
- Included `javascript:` URL handler (#47)
24-
- Included support for .NET Standard 1.3 (#58)
32+
- Added thread-based event loop implementation `JsEventLoop`
2533

2634
# 0.12.1
2735

@@ -34,13 +42,13 @@ Released on Wednesday, May 15 2019.
3442
Released on Tuesday, May 14 2019.
3543

3644
- Properly forward setting window.location (#31)
37-
- Respect window.onload event (#42)
38-
- Support for more APIs to enable jQuery (#43)
39-
- Respect DOMContentLoaded event (#50)
4045
- Restored compatibility with AngleSharp v0.12 (#51)
4146
- Renamed to `AngleSharp.Js` (focus only on JavaScript) (#51)
4247
- Renamed the `WithJavaScript` extension method to `WithJs`
43-
- Changed the namespace from `AngleSharp.Scripting.JavaScript` to `AngleSharp.Js`
48+
- Updated the namespace from `AngleSharp.Scripting.JavaScript` to `AngleSharp.Js`
49+
- Added support for window.onload event (#42)
50+
- Added support for more APIs to enable jQuery (#43)
51+
- Added support for DOMContentLoaded event (#50)
4452

4553
# 0.5.1
4654

CONTRIBUTORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ AngleSharp.Js contains code written by (in order of first pull request / commit)
88
* [Georgios Diamantopoulos](https://github.com/georgiosd)
99
* [miroslav22](https://github.com/miroslav22)
1010
* [doominator42](https://github.com/doominator42)
11+
* [Tom van Enckevort](https://github.com/tomvanenckevort)
12+
* [Wayne Sebbens](https://github.com/Sebbs128)
1113

1214
Without these awesome people AngleSharp.Js could not exist. Thanks to everyone for your contributions! :beers:
1315

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 - 2021 AngleSharp
3+
Copyright (c) 2013 - 2024 AngleSharp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# AngleSharp.Js
44

5-
[![Build Status](https://img.shields.io/appveyor/ci/FlorianRappl/AngleSharp-Scripting.svg?style=flat-square)](https://ci.appveyor.com/project/FlorianRappl/AngleSharp-Scripting)
5+
[![CI](https://github.com/AngleSharp/AngleSharp.Js/actions/workflows/ci.yml/badge.svg)](https://github.com/AngleSharp/AngleSharp.Js/actions/workflows/ci.yml)
66
[![GitHub Tag](https://img.shields.io/github/tag/AngleSharp/AngleSharp.Js.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Js/releases)
77
[![NuGet Count](https://img.shields.io/nuget/dt/AngleSharp.Js.svg?style=flat-square)](https://www.nuget.org/packages/AngleSharp.Js/)
88
[![Issues Open](https://img.shields.io/github/issues/AngleSharp/AngleSharp.Js.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.Js/issues)
@@ -83,7 +83,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
8383

8484
The MIT License (MIT)
8585

86-
Copyright (c) 2015 - 2020 AngleSharp
86+
Copyright (c) 2015 - 2024 AngleSharp
8787

8888
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8989

src/AngleSharp.Js.nuspec

+22-12
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,39 @@
66
<authors>AngleSharp</authors>
77
<owners>Florian Rappl</owners>
88
<license type="expression">MIT</license>
9+
<repository type="git" url="https://github.com/AngleSharp/AngleSharp.Js" />
910
<projectUrl>https://anglesharp.github.io</projectUrl>
1011
<icon>logo.png</icon>
12+
<readme>README.md</readme>
1113
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1214
<description>Integrates a JavaScript engine to AngleSharp.</description>
1315
<releaseNotes>https://github.com/AngleSharp/AngleSharp.Js/blob/master/CHANGELOG.md</releaseNotes>
14-
<copyright>Copyright 2017-2021, AngleSharp</copyright>
16+
<copyright>Copyright 2017-2024s, AngleSharp</copyright>
1517
<tags>html html5 css css3 dom javascript scripting library js scripts runtime jint anglesharp angle</tags>
1618
<dependencies>
1719
<group targetFramework="netstandard2.0">
18-
<dependency id="AngleSharp" version="0.14.0" />
19-
<dependency id="Jint" version="2.10.4" />
20+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
21+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
2022
</group>
21-
<group targetFramework="net46">
22-
<dependency id="AngleSharp" version="0.14.0" />
23-
<dependency id="Jint" version="2.10.4" />
24-
</group>
25-
<group targetFramework="net461">
26-
<dependency id="AngleSharp" version="0.14.0" />
27-
<dependency id="Jint" version="2.10.4" />
23+
<group targetFramework="net462">
24+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
25+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
2826
</group>
2927
<group targetFramework="net472">
30-
<dependency id="AngleSharp" version="0.14.0" />
31-
<dependency id="Jint" version="2.10.4" />
28+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
29+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
30+
</group>
31+
<group targetFramework="net60">
32+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
33+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
34+
</group>
35+
<group targetFramework="net70">
36+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
37+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
38+
</group>
39+
<group targetFramework="net80">
40+
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
41+
<dependency id="Jint" version="[3.0.0,4.0.0)" />
3242
</group>
3343
</dependencies>
3444
</metadata>

src/Directory.Build.props

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<PropertyGroup>
33
<Description>Integrates a JavaScript engine to AngleSharp.</Description>
44
<Product>AngleSharp.Js</Product>
5-
<Version>0.15.0</Version>
5+
<Version>1.0.0</Version>
6+
<LangVersion>latest</LangVersion>
7+
<SignAssembly>true</SignAssembly>
8+
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Key.snk</AssemblyOriginatorKeyFile>
69
</PropertyGroup>
710
</Project>

src/Key.snk

596 Bytes
Binary file not shown.

tools/anglesharp.cake

-199
This file was deleted.

0 commit comments

Comments
 (0)