Releases: concordancejs/concordance
Releases · concordancejs/concordance
5.0.4
5.0.3
5.0.2
5.0.1
- Negative-integer keys on lists must be treated as object keys 591366d
5.0.0
4.0.0
- 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
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:
- Dropped the
moment
dependency 611e720 (@sindresorhus) - Changed
Date
formatting to end withUTC
rather thanZ
611e720 (@sindresorhus)
2.0
First official release 🎊