Skip to content

Releases: tc39/eshost

v7.3.0

12 Mar 19:40
Compare
Choose a tag to compare
Commit Message/Description
41b47f8 7.3.0
c9910c7 Update engine262.js

v7.2.0

03 Mar 16:47
Compare
Choose a tag to compare
Commit Message/Description
1d6deef 7.2.0
2f5d53a Add esvu to readme
64749ee GraalJS Corrections

v7.1.0

29 Jan 15:46
Compare
Choose a tag to compare
Commit Message/Description
643f8c2 7.1.0
98aca56 Runtimes: make error messages consistent

v7.0.0

29 Jan 15:23
Compare
Choose a tag to compare
Commit Message/Description
f1244a2 7.0.0
e9ac937 README: Node.js "Active" LTS
dc19559 Agent/Runtime: Initial add GraalJS
c8460fc README: add note about supported Node.js versions (LTS)
ced480d Agent: restore syntax in Node agent and runtime

v6.7.0

29 Jan 14:51
Compare
Choose a tag to compare
Commit Message/Description
9c6d0a4 6.7.0
1b97b61 Also update the harness code in the agent
c97858b Use only pre-es6 syntax in the node harness

v6.6.0

22 Jan 19:47
Compare
Choose a tag to compare
Commit Message/Description
a382a07 6.6.0
f1c83b7 Bump eslint from 4.18.1 to 4.18.2
0ace18b Bump js-yaml from 3.10.0 to 3.13.1
9276849 Add GraalJS
13e627c engine262: use globalThis so it works in modules
edbdf05 Add XS test engine
735ecc8 Bump lodash from 4.17.4 to 4.17.15
58a22c6 Upgrade socket.io to the latest
3c50567 Remove empty test file
d7c39a1 $ => $262, because it's been long enough.
5d9e91c CI: skip Hermes in appveyor
3c9f876 Test: remove this comment, it's no longer true
a1abf83 Test: enable Hermes and Engine262
0b2def7 Hermes: additional handling for inconsistent stderr formatting.
21a9307 CI: Temporarily disable ChakraCore building for CI
725d558 CI: Clone and build ChakraCore v1.11.11
6d49e2b Test: restore Engine262
0af5893 CI: Add Node 10 back to travis; Add Node 12 to appveyor
9475f22 Node: error output has changed between Node versions
7394535 CI: Install Hermes (disabled until process stall is fixed)
6a2aab6 Agent: Hermes tests
f96d9a6 Agent: add initial Hermes support
46a7f38 Rename runtimePath.js => runtime-path.js
5ffe407 Rename parseError.js => parse-error.js
69346b4 Cleanup Runtime Path and Supported Hosts code
888fb54 README: improved QuickJS resources.
35f840e Lint: fix 'ErrorParser' is assigned a value but never used no-unused-vars
36c82a0 README: fix sup
6a45f08 README: $ => $262 (as shown in INTERPRETING.md)
ebc0833 README: add QuickJS to list of supported types

v6.5.0

02 Oct 18:35
Compare
Choose a tag to compare
Commit Message/Description
cd08fa5 6.5.0
8fea2f9 QJS: Updated runtime and agent

v6.4.0

18 Jul 14:35
Compare
Choose a tag to compare
Commit Message/Description
54f51cc 6.4.0
41a9f6a QuickJS: Basic experimental host runtime and agent.

v6.3.1

18 Jul 13:53
Compare
Choose a tag to compare
Commit Message/Description
81dce3b 6.3.1
489cf02 Minor cleanups
30f03f1 ConsoleAgent: Log unexpected signals to stderr
1920031 JSCAgent: Preserve environment variables not being specified
ceea42f $262: use "CollectGarbage()" if available in ChakraCore

v6.3.0

21 Jun 15:27
Compare
Choose a tag to compare
Commit Message/Description
4ddcad1 6.3.0
8a88e33 $262: Create a new host api for invoking garbage collector. Closes gh-83
bc8cb21 Expose "source" API: allow consumers to get at all of the module dependency machinery
14bd224 engine262 moved