Skip to content

1.4.3

Choose a tag to compare

@benhutchins benhutchins released this 27 Aug 15:41
· 107 commits to master since this release

Changelog:

  • No longer give tests numbers, now lookup tests based on the js argument to allow for sharing links using the js-test-server
  • Servers now shutdown after running the js-test command, allowing multiple js-test tasks to be ran with different targets during the same process.
  • New option for serverTimeout, defaults to 1000 to ensure connections close after phantomjs is shutdown
  • New CLI options for filtering tests, --file, --search, --bail
  • Support for stylesheets being used in <reference> tags and for stylesheets to be given as an option similar to deps.
  • Other misc bug fixes