Skip to content

Commit 37adffc

Browse files
committed
Version 1.7.0 Beta 1
1 parent 3d8246f commit 37adffc

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change log
22
==========
33

4+
## February 26, 2016 - v1.7.0 Beta 1
5+
* Added the `EmbedHostType` method (embeds a host type to script code)
6+
47
## January 16, 2016 - v1.7.0 Alpha 2
58
* 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.
69
* In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`)

NuGet/MsieJavaScriptEngine.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>MsieJavaScriptEngine</id>
5-
<version>1.7.0-alpha2</version>
5+
<version>1.7.0-beta1</version>
66
<title>MSIE JavaScript Engine for .NET</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,8 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<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>
1414
<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>
15-
<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.
16-
2. In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`).</releaseNotes>
15+
<releaseNotes>Added the `EmbedHostType` method (embeds a host type to script code).</releaseNotes>
1716
<copyright>Copyright (c) 2012-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1817
<language>en-US</language>
1918
<tags>JavaScript ECMAScript MSIE IE Edge Chakra</tags>

NuGet/readme.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
----------------------------------------------------------------------
4-
README file for MSIE JavaScript Engine for .NET v1.7.0 Alpha 2
4+
README file for MSIE JavaScript Engine for .NET v1.7.0 Beta 1
55

66
----------------------------------------------------------------------
77

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

3026
============
3127
PROJECT SITE

0 commit comments

Comments
 (0)