Skip to content

Commit

Permalink
Version 2.0.0 Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Aug 23, 2016
1 parent 139b191 commit 35a3f68
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Change log
==========

## August 23, 2016 - v2.0.0 Alpha 1
* Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the `Web.config` and `App.config` files)
* In JavaScriptEngineSwitcher.Core and JavaScriptEngineSwitcher.ChakraCore added support of .NET Core 1.0
* Now all modules are support of .NET Framework 4.5.1 and can be used in web applications based on the “ASP.NET Core Web Application (.NET Framework)” template
* Created a JavaScriptEngineSwitcher.Extensions.MsDependencyInjection package, that contains extension methods for adding the JS engine switcher in an `IServiceCollection`
* JavaScriptEngineSwitcher.ConfigurationIntelliSense package is no longer required for the current version of the JavaScript Engine Switcher

## July 27, 2016 - v1.5.9
* In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of July 15, 2016
* In JavaScriptEngineSwitcher.Jint added support of Jint version 2.9.1
Expand Down
Expand Up @@ -12,7 +12,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.</description>
<summary>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore).</summary>
<releaseNotes>Added support of .NET Core 1.0.</releaseNotes>
<releaseNotes>1. Added support of .NET Core 1.0;
2. Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript</tags>
Expand Down
4 changes: 3 additions & 1 deletion NuGet/JavaScriptEngineSwitcher.Core/readme.txt
Expand Up @@ -19,7 +19,9 @@
=============
RELEASE NOTES
=============
Added support of .NET Core 1.0.
1. Added support of .NET Core 1.0;
2. Removed dependency on `System.Configuration.dll` (no longer supported
configuration by using the Web.config and App.config files).

=============
DOCUMENTATION
Expand Down
Expand Up @@ -11,8 +11,8 @@
===========
DESCRIPTION
===========
JavaScriptEngineSwitcher.Extensions.MsDependencyInjection contains extension methods
for adding the JS engine switcher in an `IServiceCollection`.
JavaScriptEngineSwitcher.Extensions.MsDependencyInjection contains extension
methods for adding the JS engine switcher in an `IServiceCollection`.

=============
DOCUMENTATION
Expand Down
Expand Up @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.9.1).</description>
<summary>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine version 2.9.1).</summary>
<releaseNotes></releaseNotes>
<releaseNotes>Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript Jint</tags>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/JavaScriptEngineSwitcher.Jint/readme.txt
Expand Up @@ -17,7 +17,8 @@
=============
RELEASE NOTES
=============

Removed dependency on `System.Configuration.dll` (no longer supported
configuration by using the Web.config and App.config files).

=============
DOCUMENTATION
Expand Down
Expand Up @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.Jurassic contains adapter `JurassicJsEngine` (wrapper for the Jurassic JavaScript Engine (http://github.com/paulbartrum/jurassic) version of July 15, 2016).</description>
<summary>JavaScriptEngineSwitcher.Jurassic contains adapter `JurassicJsEngine` (wrapper for the Jurassic JavaScript Engine version of July 15, 2016).</summary>
<releaseNotes></releaseNotes>
<releaseNotes>Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript Jurassic</tags>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/JavaScriptEngineSwitcher.Jurassic/readme.txt
Expand Up @@ -18,7 +18,8 @@
=============
RELEASE NOTES
=============

Removed dependency on `System.Configuration.dll` (no longer supported
configuration by using the Web.config and App.config files).

=============
DOCUMENTATION
Expand Down
Expand Up @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9 and above on a server.</description>
<summary>JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net).</summary>
<releaseNotes></releaseNotes>
<releaseNotes>Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript MSIE IE Chakra</tags>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/JavaScriptEngineSwitcher.Msie/readme.txt
Expand Up @@ -19,7 +19,8 @@
=============
RELEASE NOTES
=============

Removed dependency on `System.Configuration.dll` (no longer supported
configuration by using the Web.config and App.config files).

=============
DOCUMENTATION
Expand Down
Expand Up @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of June 20, 2016 with support of V8 version 5.1.281.65). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version of June 20, 2016 with support of V8 version 5.1.281.65).</summary>
<releaseNotes></releaseNotes>
<releaseNotes>Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript</tags>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/JavaScriptEngineSwitcher.V8/readme.txt
Expand Up @@ -20,7 +20,8 @@
=============
RELEASE NOTES
=============

Removed dependency on `System.Configuration.dll` (no longer supported
configuration by using the Web.config and App.config files).

====================
POST-INSTALL ACTIONS
Expand Down
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -15,12 +15,15 @@ The supported .NET types are as follows:
## Installation
This library can be installed through NuGet:

* [JS Engine Switcher: Core](http://nuget.org/packages/JavaScriptEngineSwitcher.Core)
* [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie)
* [JS Engine Switcher: V8](http://nuget.org/packages/JavaScriptEngineSwitcher.V8)
* [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic)
* [JS Engine Switcher: Jint](http://nuget.org/packages/JavaScriptEngineSwitcher.Jint)
* [JS Engine Switcher: ChakraCore](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore)
* [JS Engine Switcher: Core](http://nuget.org/packages/JavaScriptEngineSwitcher.Core/2.0.0-alpha1) (supports .NET Framework 4.0 Client, .NET Framework 4.5.1 and .NET Standard 1.3)
* [JS Engine Switcher: MS Dependency Injection](http://nuget.org/packages/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/2.0.0-alpha1) (supports .NET Framework 4.5.1 and .NET Standard 1.3)
* [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie/2.0.0-alpha1) (supports .NET Framework 4.0 Client and .NET Framework 4.5.1)
* [JS Engine Switcher: V8](http://nuget.org/packages/JavaScriptEngineSwitcher.V8/2.0.0-alpha1) (supports .NET Framework 4.0 Client and .NET Framework 4.5.1)
* [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic/2.0.0-alpha1) (supports .NET Framework 4.0 Client and .NET Framework 4.5.1)
* [JS Engine Switcher: Jint](http://nuget.org/packages/JavaScriptEngineSwitcher.Jint/2.0.0-alpha1) (supports .NET Framework 4.0 Client and .NET Framework 4.5.1)
* [JS Engine Switcher: ChakraCore](http://nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore/2.0.0-alpha1) (supports .NET Framework 4.0 Client, .NET Framework 4.5.1 and .NET Standard 1.3)

Before installing of NuGet packages, I recommend to first read [“How to upgrade applications to version 2.X”](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-2.X) section of the documentation.

## Release History
See the [changelog](CHANGELOG.md).
Expand Down

0 comments on commit 35a3f68

Please sign in to comment.