karma v5.0.0 Release Notes

Release Date: 2020-04-09 // about 4 years ago
  • 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.