0.10.0
What's Changed
- Added:
String.init(customDumping:)
, for generating a string dump of a value in a single expression (#79). - Changed: Optional, array, and dictionary types are now abbreviated using
A?
,[A]
and[K: V]
syntax (#78). - Changed: Set and dictionary mirrors are no longer sorted by default (#80).
Dictionary
andSet
are special-cased. - Fixed: We no longer rely on
AnyKeyPath.debugDescription
due to a Swift crash around dynamic member lookup (#81).
Full Changelog: 0.9.1...0.10.0