You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In JavaScriptEngineSwitcher.ConfigurationIntelliSense added definitions for configuration settings of V8 JavaScript engine;
2. In JavaScriptEngineSwitcher.V8:
2.1. Added support of Microsoft ClearScript.V8 version 5.4.1 (support of V8 version 3.30.33.16);
2.2. Added the ability to change configuration settings of V8 JavaScript engine: `EnableDebugging` (default `false`), `DebugPort` (default `9222`), `DisableGlobalMembers` (default `false`), `MaxNewSpaceSize` (default `0`), `MaxOldSpaceSize` (default `0`) and `MaxExecutableSize` (default `0`);
3. In JavaScriptEngineSwitcher.Jint added support of Jint version of February 14, 2015.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Change log
2
2
==========
3
3
4
+
## February 16, 2015 - v1.2.3
5
+
* In JavaScriptEngineSwitcher.ConfigurationIntelliSense added definitions for configuration settings of V8 JavaScript engine
6
+
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.4.1 (support of V8 version 3.30.33.16) and added the ability to change configuration settings of V8 JavaScript engine: `EnableDebugging` (default `false`), `DebugPort` (default `9222`), `DisableGlobalMembers` (default `false`), `MaxNewSpaceSize` (default `0`), `MaxOldSpaceSize` (default `0`) and `MaxExecutableSize` (default `0`)
7
+
* In JavaScriptEngineSwitcher.Jint added support of Jint version of February 14, 2015
8
+
4
9
## January 13, 2015 - v1.2.2
5
10
* In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 1.5.1
0 commit comments