Skip to content

Releases: mradionov/karma-jasmine-diff-reporter

v3.0.0

26 Jul 11:21
Compare
Choose a tag to compare

Breaking changes

  • Deprecating the plugin for Jasmine 4+. Will show a warning in karma output if trying to use with Jasmine 4+. More info in #63.

Chore

  • Fix NPM audit errors

v2.0.1

29 Oct 13:55
Compare
Choose a tag to compare

Bugfixing

  • Fixed use of jasmine.matchersUtil.equals (#50)

Chore

  • Updated dependencies and dev dependencies to fix NPM audit errors and warnings

v2.0.0

07 Oct 18:47
Compare
Choose a tag to compare

Breaking changes

  • Removed legacy option. Jasmine >= 2.6 will have built-in output overridden by reporter by default (#38)

Bugfixing

  • Fixed output of empty objects and arrays (#36)
  • Fixed Jasmine < 2.6 error by removing legacy flag (#39)

Chore

  • Updated dependencies and dev dependencies. Added package-lock.json (#37)
  • Droped support for node 4 and 5. Added support for node 10.

v1.2.1

20 Sep 20:34
Compare
Choose a tag to compare

Bugfixes:

  • Fix for Jasmine 3.0 internal pretty printer value.and.identity type change. (#33)

v1.2.0

17 Apr 10:07
Compare
Choose a tag to compare

Feat:

  • Support for setting a type of diff algorithm which will be used for custom matcher (#31)

v1.1.1

24 Sep 09:52
Compare
Choose a tag to compare

Docs:

  • Updated README to adress Jasmine 2.6 built-in diffs and overriding Karma plugins option. (#29)

v1.1.0

24 Jun 11:26
Compare
Choose a tag to compare

Feat:

  • Adds legacy option, which allows to bring back legacy Jasmine diff output and reporter diff highlight as well.
    (#27)

Bugfixes:

  • Removes highlight for Jasmine 2.6 toEqual diff. (#27)

v1.0.0

29 Jan 13:25
Compare
Choose a tag to compare

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)

v0.6.3

28 Jan 12:19
Compare
Choose a tag to compare

Bugfixes:

  • Reverts 0.6.2 and restores the behavior for highlighting jasmine.objectContaining (#16)

v0.6.2

18 Jan 21:24
Compare
Choose a tag to compare

Bugfixes:

  • Do not diff with jasmine.objectContaining (#16)