Skip to content

v0.11.6

Compare
Choose a tag to compare
@dignifiedquire dignifiedquire released this 04 Aug 09:28
· 1736 commits to master since this release

Bug Fixes

  • config: apply CLI logger options as soon as we can (16179b0)
  • config: ignore empty string patterns (66c86a6)
  • preprocess: set correct extension for the preprocessed path (c9a64d2), closes #843

Features

  • browser: improve logging (71b542a)
  • client: show error if no adapter is included (7213877)
  • web-server: cache preprocessed files (c786ee2)
  • web-server: use SHA hash instead of timestamps (6e31cb2), closes #520
  • add browserDisconnectTolerance config option (19590e1)
  • make autoWatch true by default (8454898)

BREAKING CHANGES

  • autoWatch is true by default. If you rely on the default value being false, please set it in karma.conf.js explicitly to false.