Skip to content

Releases: bterlson/eshost

v9.0.0

06 Jun 18:38
Compare
Choose a tag to compare
Commit Message/Description
3989a6b 9.0.0
1022627 fix: skip unsupported hosts on windows
1ecf7bb Add 'serenity-js' synonym to LibJS, fix a couple of tests
db04624 Add SerenityOS's LibJS
92c560d fix: correct broken cpOptions.env.DYLD_FRAMEWORK_PATH
8348772 chore: update DYLD_FRAMEWORK_PATH documentation

v8.1.0

24 Jun 19:14
Compare
Choose a tag to compare
Commit Message/Description
76630bd 8.1.0
6b2f14f Correct definition of JSC "runtime" object

v8.0.0

28 May 19:45
Compare
Choose a tag to compare
Commit Message/Description
42ba3a8 8.0.0
34ff5e4 Allow modules to import files with .json ext.
d180999 tests: disable remote
02582c0 tests: exclude firefox from race condition test
f638045 tests: exclude browser runs from shortName and transform
f178c8a CI: update firefox
dcae6ea WebdriverAgent: remove duplicate call to this._driver.quit()
1224cee tests: when a module test fails because a dependency wasn't found, ignore the error
4445fed WebdriverAgent & Agent: async destroy() and stop returns boolean
4c57048 tests: call agent.stop and agent.destroy for all createAgent
376dea9 package.json: remove --no-cache from test command
11a447c tests: call agent.stop and agent.destroy
c05e712 BrowserAgent: stop returns resolved promise
3ad1fc0 BrowserAgent: stop return true
e2a1ef3 CI: restore esvu --engines=all
1819e3b CI: re-enable browsers
9e6ffb0 Tests: fix snapshots
1eacfc9 Tests: remove focus
096ee66 CI: ESHOST_SKIP_XS
d3f33ef Tests: refactoring, use snapshots of output
2ccbfb7 Lint fixes
7bf0ac3 ConsoleAgent: fix stop
7588096 Agents: align divergences.
be081bb .eslintrc: "globales": (extended), "es2021": true
0f2910d .eslintrc: "ecmaVersion": 2021
78c86ae Tests: minor adjustments
d9af197 Lint fix
a038513 Tests: refactor evaluation mode tests
9f6ce1d $262 must be declared via var in runtimes
7605bb1 ConsoleAgent: patch "Test262Error" with "ESHostError" if necessary
32ca3aa Hermes: set args
590ade0 package.json: remove unused test script
828a7df fix: update parsing of hermes errors
63c4c4e package.json: "test": "jest --runInBand --no-cache --config=./jest.config.js"
5714431 CI: enable spidermonkey/jsshell
ba979c2 package.json: "build:env": "./node_modules/.bin/esvu",
d159455 Remove scripts/
a85a061 CI: move prep into travis.yml
08792e8 Graaljs: 21.1.0 improvements
00124a6 CI: move build to script
629393c Tests: reorg
9aca954 travis: arch: arm64, dist: focal
01ddeb2 CI: fix coordination between CI and runify
30ca52a CI: temp disable coverageThreshold
31d085f package.json: move test:jest -> test
8de8e80 CI: update jest config
5fd8b87 Tests: enable all engines
fdc3490 Minor fixes
7516824 Coverage: fix collectCoverageFrom
c18ca20 promisify.js: remove
3dd52c6 npx jest-codemods: assert -> expect
12c342f gitignore: coverage/
0a73a12 Test: mocha -> jest
dbc168c Linting
4e9c3ee Refactoring
f90ca5c CI: use esvu

v7.7.0

04 May 14:19
Compare
Choose a tag to compare
Commit Message/Description
c4b16b6 7.7.0
93445b9 Improve robustness of dependency inference
4770db2 CI: update to Node 12, 14, 16
bd19493 CI: update installs
0a2e9d9 CI: update path to engine262

v7.6.0

24 Mar 14:53
Compare
Choose a tag to compare
Commit Message/Description
f849ee3 7.6.0

v7.5.2

08 Sep 14:27
Compare
Choose a tag to compare
Commit Message/Description
fa2d4d2 7.5.2
edd8c7c Runtimes: remove no-op IsHTMLDDA from qjs (QuickJS is now shipping an implementation)

v7.5.1

08 Sep 14:27
Compare
Choose a tag to compare
Commit Message/Description
6e2c17f 7.5.1

v7.5.0

03 Sep 13:52
Compare
Choose a tag to compare
Commit Message/Description
a927497 7.5.0
27187b2 Update engine262.js
88dbf67 Update engine262.js
2ea6cdd Agent: fix jsshell error parser

v7.4.1

03 Sep 13:52
Compare
Choose a tag to compare
Commit Message/Description
efd1599 7.4.1
2a5de26 Update qjs runtime

v7.4.0

03 Sep 13:52
Compare
Choose a tag to compare
Commit Message/Description
39e245f 7.4.0
fbaa61e Improve error stack frame parser for jsshell
5223069 Allow absent message in uncaught exception string
2316f86 Update SpiderMonkey's $262.agent to match upstream implementation
ff43f5d Remove IsHTMLDDA stub for JSC