Skip to content

Releases: concordancejs/concordance

5.0.4

13 Mar 15:10
9b21a19
Compare
Choose a tag to compare
  • Escape backticks in multi-line strings with the default theme, thanks again @ninevra! 50289f5

v5.0.3...v5.0.4

5.0.3

02 Mar 09:24
v5.0.3
2ccf8e9
Compare
Choose a tag to compare

v5.0.2...v5.0.3

5.0.2

13 Feb 15:33
ab3ff74
Compare
Choose a tag to compare
  • Fully deserialize as necessary to look up pointers, thanks @ninevra! 2182889

v5.0.1...v5.0.2

5.0.1

22 Aug 12:49
2bf27e0
Compare
Choose a tag to compare
  • Negative-integer keys on lists must be treated as object keys 591366d

v5.0.0...v5.0.1

5.0.0

24 May 15:22
0c004bb
Compare
Choose a tag to compare
  • Reset depth when formatting differences 7ee06d8
  • Require Node.js 10 9f7852f

v4.0.0...v5.0.0

4.0.0

30 Sep 15:52
cdae27d
Compare
Choose a tag to compare
  • Drop Node.js 4 support
  • Improved support for Symbol.asyncIterator
  • Fix string diff when there are more lines than expected
  • Fix serialization of list objects with a length property
  • Add BigInt support
  • Bump serialization version

3.0

13 Jul 11:00
262782a
Compare
Choose a tag to compare
3.0

This is a bugfix release, with one breaking change:

  • Simplify how repeated object references are handled. This changes how circular references are compared. Now, if the same cycle is present in the actual and expected values they're considered equal, but they're unequal otherwise. ae51d22

Other bugfixes are:

  • Fix maxDepth formatting of properties, noticeable when diffing React trees with AVA f127100
  • When diffing lists, recognize when complex values are unequal so they're diffed correctly 221c11e

And finally:

2.0

13 Jul 10:44
750d111
Compare
Choose a tag to compare
2.0

First official release 🎊