Skip to content

Commit f0e3700

Browse files
committed
Added CHANGELOG.md file
1 parent c204653 commit f0e3700

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Change log
2+
==========
3+
4+
## December 7, 2013 - v0.9.5
5+
6+
* In JavaScriptEngineSwitcher.V8 the [Noesis Javascript .NET](http://javascriptdotnet.codeplex.com/) was replaced by the [Microsoft ClearScript.V8](http://clearscript.codeplex.com/) library (solves a problem of `V8JsEngine` stable work on 64-bit version of IIS 8.X)
7+
* In JavaScriptEngineSwitcher.Jurassic added support of [Jurassic](http://jurassic.codeplex.com/) version of September 30 2013
8+
9+
## November 19, 2013 - v0.9.3
10+
11+
* In JavaScriptEngineSwitcher.V8 changed a mechanism for loading the Noesis Javascript .NET assemblies for different processor architectures
12+
* Deleted a `/configuration/jsEngineSwitcher/v8` configuration section
13+
14+
## September 5, 2013 - v0.9.2
15+
16+
* Added JavaScriptEngineSwitcher.ConfigurationIntelliSense NuGet package
17+
18+
## September 4, 2013 - v0.9.0
19+
* Initial version uploaded

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ JavaScript Engine Switcher determines unified interface for access to the basic
55
This library allows you to quickly and easily switch to using of another JavaScript engine.
66

77
The supported .NET types are as follows:
8-
* System.Boolean
9-
* System.Int32
10-
* System.Double
11-
* System.String
8+
* System.Boolean
9+
* System.Int32
10+
* System.Double
11+
* System.String
1212

13-
#Installation
13+
## Installation
1414
This library can be installed through NuGet:
15-
* [JS Engine Switcher: Core](http://nuget.org/packages/JavaScriptEngineSwitcher.Core)
16-
* [JS Engine Switcher: IntelliSense](http://nuget.org/packages/JavaScriptEngineSwitcher.ConfigurationIntelliSense)
17-
* [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie)
18-
* [JS Engine Switcher: V8](http://nuget.org/packages/JavaScriptEngineSwitcher.V8)
19-
* [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic)
15+
* [JS Engine Switcher: Core](http://nuget.org/packages/JavaScriptEngineSwitcher.Core)
16+
* [JS Engine Switcher: IntelliSense](http://nuget.org/packages/JavaScriptEngineSwitcher.ConfigurationIntelliSense)
17+
* [JS Engine Switcher: MSIE](http://nuget.org/packages/JavaScriptEngineSwitcher.Msie)
18+
* [JS Engine Switcher: V8](http://nuget.org/packages/JavaScriptEngineSwitcher.V8)
19+
* [JS Engine Switcher: Jurassic](http://nuget.org/packages/JavaScriptEngineSwitcher.Jurassic)
2020

21-
# License
21+
## Release History
22+
See the [changelog](CHANGELOG.md).
23+
24+
## License
2225
[Apache License Version 2.0](http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE)

0 commit comments

Comments
 (0)