Skip to content

Commit cefe6df

Browse files
committed
Version 3.0.0 Alpha 4
1 parent ed99187 commit cefe6df

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change log
22
==========
33

4+
## v3.0.0 Alpha 4 - September 22, 2017
5+
* In JavaScriptEngineSwitcher.ChakraCore prevented an occurrence of the “Host may not have set any promise continuation callback. Promises may not be executed.” error
6+
47
## v3.0.0 Alpha 3 - September 15, 2017
58
* In JavaScriptEngineSwitcher.Msie:
69
* Added support of MSIE JavaScript Engine version 3.0.0 Alpha 1

NuGet/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.nuspec

Lines changed: 2 additions & 2 deletions
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>JavaScriptEngineSwitcher.ChakraCore</id>
5-
<version>3.0.0-alpha3</version>
5+
<version>3.0.0-alpha4</version>
66
<title>JS Engine Switcher: ChakraCore</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -20,7 +20,7 @@ This package does not contain the native implementations of ChakraCore. Therefor
2020
* JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64
2121
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</description>
2222
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore).</summary>
23-
<releaseNotes>An attempt was made to fix a error #40 “Support For Native Promises.</releaseNotes>
23+
<releaseNotes>Prevented an occurrence of the “Host may not have set any promise continuation callback. Promises may not be executed.” error.</releaseNotes>
2424
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2525
<language>en-US</language>
2626
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore/readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore v3.0.0 Alpha 3
4+
README file for JS Engine Switcher: ChakraCore v3.0.0 Alpha 4
55

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

@@ -30,7 +30,8 @@
3030
=============
3131
RELEASE NOTES
3232
=============
33-
An attempt was made to fix a error #40 “Support For Native Promises”.
33+
Prevented an occurrence of the “Host may not have set any promise continuation
34+
callback. Promises may not be executed.” error.
3435

3536
=============
3637
DOCUMENTATION

0 commit comments

Comments
 (0)