Skip to content

Latest commit

 

History

History
193 lines (72 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

193 lines (72 loc) · 5.35 KB

5.0.0 (2024-05-11)

chore

BREAKING CHANGES

  • drop support of Nodejs < v18

4.1.0 (2022-01-23)

Bug Fixes

  • support both jasmine-core v3 and v4 (9ea5ee2), closes #8

4.0.0 (2021-11-03)

chore

  • upgrade deps, es6ify doesn't work with latest socket.io anymore (de56192)

BREAKING CHANGES

  • drop IE support

3.0.2 (2020-10-02)

Bug Fixes

  • fix wrong jasmine report on fit/fdescribe (3a1f72e), closes #3

3.0.1 (2020-10-01)

Bug Fixes

  • has to use yarn to build to support IE11 (59ff7a2)

3.0.0 (2020-08-18)

Features

BREAKING CHANGES

  • drop nodejs v8 support

2.0.2 (2020-05-15)

Performance Improvements

  • remove through and duplexer (4b11b1e)

2.0.1 (2020-02-19)

2.0.0 (2020-02-18)

Bug Fixes

  • bypass IE11 SCRIPT5045 (a86710c)
  • fix macOS false browser detection (961a8c6)
  • fix reporter build (2a8fc38)
  • make reporter runnable on IE11 again (0929c9d)

Features

  • migrate to latest chromium based edge (b1a54c1)
  • support browser edge-headless (63474b9)

BREAKING CHANGES

  • doesn't work with old MS Edge anymore.

1.0.0 (2020-01-21)

0.5.0 (2020-01-19)

Bug Fixes

  • use large socket.io timeout to cater huge test file (49fe1ff)

0.4.0 (2020-01-14)

Features

  • print out console debug/info/warn/error (390df91)

0.3.4 (2020-01-05)

0.3.3 (2019-11-20)

0.3.2 (2019-06-27)

Bug Fixes

  • don't check leak in default mocha setup, mocha thinks window.coverage is a leak (53695e3)

0.3.1 (2019-06-27)

0.3.0 (2019-06-27)

Bug Fixes

  • avoid multiple tap complete callback (e32b354)

Features

  • support window.coverage report (c4c2aa0)

0.2.0 (2019-06-19)

Features

  • replace xhr-write-stream with socket.io (9be4d62)

0.1.0 (2019-06-18)

Bug Fixes

  • add gitattributes for windows linebreak issue (f99d952)
  • add polyfill for mocha+ie (d8ad455)
  • fix edge script. (244fb40)
  • fix unnecessary and broken browser path check (db4d6e2)
  • get back enstore (cf32452)

Features

  • first try of browser-run + tape-run (ac20c9f)
  • in keep-open mode, forward test result to ctrl-c exit (9a56224)
  • internal tap parser (9ed7206)
  • support jasmine out of the box (16e69db)