Commit cb1697b
committed
Version 1.2.3:
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.1 parent 584610a commit cb1697b
File tree
28 files changed
+280
-41
lines changed- Binaries
- ClearScript
- x64
- x86
- Jint
- JavaScriptEngineSwitcher.Jint
- Properties
- JavaScriptEngineSwitcher.Tests
- Properties
- JavaScriptEngineSwitcher.V8
- Configuration
- Properties
- Licenses
- NuGet
- JavaScriptEngineSwitcher.ConfigurationIntelliSense
- JavaScriptEngineSwitcher.Jint
- JavaScriptEngineSwitcher.V8
- content
28 files changed
+280
-41
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
0 commit comments