Skip to content

Commit

Permalink
Version 1.7.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Feb 26, 2016
1 parent 3d8246f commit 37adffc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change log
==========

## February 26, 2016 - v1.7.0 Beta 1
* Added the `EmbedHostType` method (embeds a host type to script code)

## January 16, 2016 - v1.7.0 Alpha 2
* Added a possibility to debug in Visual Studio by adding the `debugger` statement to script code. This feature only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes.
* In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`)
Expand Down
5 changes: 2 additions & 3 deletions NuGet/MsieJavaScriptEngine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MsieJavaScriptEngine</id>
<version>1.7.0-alpha2</version>
<version>1.7.0-beta1</version>
<title>MSIE JavaScript Engine for .NET</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand All @@ -12,8 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (http://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host).</description>
<summary>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine).</summary>
<releaseNotes>1. Added a possibility to debug in Visual Studio by adding the `debugger` statement to script code. This feature only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes.
2. In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`).</releaseNotes>
<releaseNotes>Added the `EmbedHostType` method (embeds a host type to script code).</releaseNotes>
<copyright>Copyright (c) 2012-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScript ECMAScript MSIE IE Edge Chakra</tags>
Expand Down
8 changes: 2 additions & 6 deletions NuGet/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


----------------------------------------------------------------------
README file for MSIE JavaScript Engine for .NET v1.7.0 Alpha 2
README file for MSIE JavaScript Engine for .NET v1.7.0 Beta 1

----------------------------------------------------------------------

Expand All @@ -21,11 +21,7 @@
=============
RELEASE NOTES
=============
1. Added a possibility to debug in Visual Studio by adding the
`debugger` statement to script code. This feature only works in the
`ChakraIeJsRt` and `ChakraEdgeJsRt` modes.
2. In JavaScript engine settings was added one new property -
`EnableDebugging` (default `false`).
Added the `EmbedHostType` method (embeds a host type to script code).

============
PROJECT SITE
Expand Down

0 comments on commit 37adffc

Please sign in to comment.