Skip to content

Releases: tc39/eshost

v3.8.0

04 Apr 16:04
Compare
Choose a tag to compare
Commit Message/Description
9b7289c 3.8.0
bc8bcb9 Add CI badges to README
59ae578 xs: minor cleanups
5bd0252 Add XS test engine
984b439 runtimes/d8.js: introduce V8's own harness agent (includes license)
2886010 Add License file
2a06d71 Safely replace occurrences of $ in runtimes/*.js code.

v3.7.1

02 Mar 15:56
Compare
Choose a tag to compare
Commit Message/Description
482fd80 3.7.1
ddea357 #52 DYLD_FRAMEWORK_PATH string match for JSC Agent: removing top level webkit directory string match to avoid casing or rename mismatches

v3.7.0

02 Mar 15:56
Compare
Choose a tag to compare
Commit Message/Description
bbb8946 3.7.0
bd363a4 JSCAgent: add support for executing against jsc built from source.
91604b0 runtime/jsc: update to use JavaScriptCore's built-in $/$262
b09f64f travis: update to run npm scripts separately from npm install
cd1cfa2 lint fixes for the lint gods
51b268e appveyor: minimal ci config
b98f2a5 tests: use existsSync to determine if binary is available on windows
623b910 tests: use hasbin module to determine if binary is available.
6f01b1d Update runtime scripts for JSC, V8, and SpiderMonkey

v3.6.0

02 Mar 15:57
Compare
Choose a tag to compare
Commit Message/Description
ea03bfe 3.6.0
5297b51 Rename to IsHTMLDDA, clean up a couple things (Ref #41).
ae6cab0 uncallableAndIsHTMLDDA => fakeDocumentAll
33aec4f sm: uncallableAndIsHTMLDDA() { return objectEmulatingUndefined(); },
e535f86 Add uncallableAndIsHTMLDDA
e0e3d4f Trigger CI
ae20d53 Trigger CI
c76f275 Avoid race condition in ConsoleAgent#stop

v3.5.1

02 Mar 15:57
Compare
Choose a tag to compare
Commit Message/Description
f5e2035 3.5.1
44ddb39 Add hosts/* to .gitignore
0f43a77 Add setTimeout to eshostContext. Fixes gh-37
c46e378 Add .gitignore

v3.5.0

02 Mar 15:59
Compare
Choose a tag to compare
Commit Message/Description
56d3234 3.5.0
1c5956b fixup: remove "// (empty)"
b85b2c4 ci: ChakraCore-Debug_1_7_0.tar.gz => ChakraCore-Debug_linux_1_7_0.tar.gz
302ac90 ci: update to use ChakraCore --debug build
9cf0f0c Adds chakra test
a67acc9 fixup!: print("true") is what I really wanted here.
87d7ac1 Refactor: use only public facing API as test entry point
4226cd2 Correction to order of host args passed to cp.spawn. Fixes gh-31
5e712ca Correct printing of undefined in browser hosts
91425cf fixup! Implement new host: "remote"
0d5b04c Implement new host: "remote"
3737672 Refactor tests
492b29e NodeAgent: Execute scripts in dedicated VM
1efa660 Refactor test code
582af79 Avoid timeout bug in Socket.io
b894a69 Do not run transform tests for skipped hosts
a04081b Rename transpiler to transform, and add documentation
2c5e314 Allow a transpiler to be provided for an agent
78eb5eb Test the Chrome web browser host in automation
fe6147a Destory agent following test execution
b69c88a Run tests in continuous integration

v3.4.2

02 Mar 16:00
Compare
Choose a tag to compare
Commit Message/Description
b6a24c8 v3.4.2
d66325c fixup! Honor shortName option in browser runtimes
a5185c1 Honor shortName option in browser runtimes
85ecd6a Declare binding to avoid implicit global
6cfc544 Fix usage of selenium-webdriver module

v3.4.1

02 Mar 16:00
Compare
Choose a tag to compare
Commit Message/Description
bcae6e6 v3.4.1
1eac60d Fix completion record for SM runtime
2c81fde Don't crash when unable to parse error props

v3.4.0

02 Mar 16:00
Compare
Choose a tag to compare
Commit Message/Description
b2b8aff v3.4.0: add shortName config to control $ identifier name
d22b0fc Fix issues with hostArguments handling. Fixes gh-17
8b7f061 README: update Supported Hosts table.

v3.3.2

02 Mar 16:01
Compare
Choose a tag to compare
Commit Message/Description
633dac1 v3.3.2 - support yet another jsshell stderr format