Skip to content

0.10.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 03 Apr 18:02
· 41 commits to main since this release
805c57f

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 and Set 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