Skip to content

v1.1.0

Compare
Choose a tag to compare
@rwaldron rwaldron released this 24 Aug 20:23
· 318 commits to master since this release
Commit Message/Description
80c6b33 v1.1.0
0850b54 validateResult no longer takes a stdout stream
d8e9ea7 Update README.md
990419c Add an out-of-proc runner for node
ca7cae3 Call end on runner instances when everything is done
b4b0afd Allow setting batch configuration via useConfig
57d520d Add useConfig and a config flag
c5ed940 Fix file cleanup for console runner
ba46fc0 Add index, export runners
35d9d0d Better factoring of batch mode runners
19478c1 Clean up run.js with highland and stream-bifurcate dependency
c2766c2 evaluate is the new evalcx
f61f571 Update README with batch flag
ea8c5a4 Add batch mode, and a jsshell runner that can use it
ab0af63 Default to 4 threads
36977f1 let runners specify default print arg. Add _print helper to console runner.
2c3309d Loosen error string matching regexp
dbc7d6c Update output of simple reporter
a80005f Update README.md
c714895 Add shorter command line aliases, update readme
d73605f Fix toString of Test262Error