Skip to content

v1.0.0

Choose a tag to compare

@mradionov mradionov released this 29 Jan 13:25

Breaking changes

  • Removed json option. If you used this option to get rid of Object({ ... }) Jasmine wrapper, then you can use new option verbose: false instead. (#17)
  • Particular matchers now can't be configured to have different pretty and multiline output. pretty and multiline are now the same for all matchers, configured in karma config file.

Bugfixes:

  • Correct diffs for jasmine.objectContaining and jasmine.arrayContaining (#16)
  • Highlight references with warning color (#18)