Skip to content

Releases: concordancejs/concordance

5.0.4

Choose a tag to compare

@novemberborn novemberborn released this 13 Mar 15:10
9b21a19
  • Escape backticks in multi-line strings with the default theme, thanks again @ninevra! 50289f5

v5.0.3...v5.0.4

5.0.3

Choose a tag to compare

@novemberborn novemberborn released this 02 Mar 09:24
v5.0.3
2ccf8e9

v5.0.2...v5.0.3

5.0.2

Choose a tag to compare

@novemberborn novemberborn released this 13 Feb 15:33
ab3ff74
  • Fully deserialize as necessary to look up pointers, thanks @ninevra! 2182889

v5.0.1...v5.0.2

5.0.1

Choose a tag to compare

@novemberborn novemberborn released this 22 Aug 12:49
2bf27e0
  • Negative-integer keys on lists must be treated as object keys 591366d

v5.0.0...v5.0.1

5.0.0

Choose a tag to compare

@novemberborn novemberborn released this 24 May 15:22
0c004bb
  • Reset depth when formatting differences 7ee06d8
  • Require Node.js 10 9f7852f

v4.0.0...v5.0.0

4.0.0

Choose a tag to compare

@novemberborn novemberborn released this 30 Sep 15:52
cdae27d
  • 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

3.0

Choose a tag to compare

@novemberborn novemberborn released this 13 Jul 11:00
262782a

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

2.0

Choose a tag to compare

@novemberborn novemberborn released this 13 Jul 10:44
750d111

First official release 🎊