All Versions
217
Latest Version
Avg Release Cycle
24 days
Latest Release
556 days ago

Changelog History
Page 5

  • v5.0.7 Changes

    May 16, 2020

    5.0.7 (2020-05-16)

    ๐Ÿ› Bug Fixes

    • detect type for URLs with query parameter or fragment identifier (#3509) (f399063), closes #3497
  • v5.0.6 Changes

    May 16, 2020

    5.0.6 (2020-05-16)

    ๐Ÿ› Bug Fixes

    • dependencies: update production dependencies (#3512) (0cd696f)
  • v5.0.5 Changes

    May 07, 2020

    5.0.5 (2020-05-07)

    ๐Ÿ› Bug Fixes

  • v5.0.4 Changes

    April 30, 2020

    5.0.4 (2020-04-30)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’ป browser: make sure that empty results array is still recognized (#3486) (fa95fa3)
  • v5.0.3 Changes

    April 29, 2020

    5.0.3 (2020-04-29)

    ๐Ÿ› Bug Fixes

  • v5.0.2 Changes

    April 16, 2020

    5.0.2 (2020-04-16)

    ๐Ÿ› Bug Fixes

    • ci: stop the proxy before killing the child, handle errors (#3472) (abe9af6), closes #3464
  • v5.0.1 Changes

    April 10, 2020

    5.0.1 (2020-04-10)

    ๐Ÿ› Bug Fixes

  • v5.0.0 Changes

    April 09, 2020

    5.0.0 (2020-04-09)

    ๐Ÿ› Bug Fixes

    ๐Ÿ”จ Code Refactoring

    Continuous Integration

    • โฌ‡๏ธ drop node 8, adopt node 12 (#3430) (a673aa8)

    ๐Ÿ”‹ Features

    • ๐Ÿ“„ docs: document DEFAULT_LISTEN_ADDR constant (#3443) (057d527), closes #2479
    • karma-server: added log to the server.js for uncaught exception (#3399) (adc6a66)
    • preprocessor: obey Pattern.isBinary when set (#3422) (708ae13), closes #3405

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ”Œ Karma plugins which rely on the fact that Karma uses Bluebird promises may break as Bluebird-specific API is no longer available on Promises returned by the Karma core
    • server: Deprecated createPreprocessor removed, karma-browserify < 7 version doesn't work
    • โœ… no more testing on node 8.
  • v4.4.1 Changes

    October 18, 2019

    ๐Ÿ› Bug Fixes

    • deps: back to karma-browserstack-launcher 1.4 (#3361) (1cd87ad)
    • server: Add test coverage for config.singleRun true branch. (#3384) (259be0d)
    • if preprocessor is async function and doesn't return a content then await donePromise (#3387) (f91be24)
  • v4.4.0 Changes

    October 17, 2019

    ๐Ÿ› Bug Fixes

    • โš™ runner: remove explicit error on all tests failed (#3369) (f8005c6), closes #3367

    ๐Ÿ”‹ Features