Releases: pointfreeco/swift-custom-dump
Releases · pointfreeco/swift-custom-dump
Release list
1.7.3
1.7.2
What's Changed
- Fixed: Bump platforms to suppress 6.4 tools deprecations (#174).
Full Changelog: 1.7.1...1.7.2
1.7.1
What's Changed
- Infrastructure: Bump to support IssueReporting 2.1 (#172).
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- Added:
SwiftUI.Colordump (#171). - Added:
SIMD{2,3,4}dump (thanks @x-sheep, #165). - Fixed: Consistent printing of "object" identity (#170).
- Fixed: Consistent number formatting in data byte dumps (thanks @johankool, #163).
- Infrastructure: Add documentation badge to README (#168).
Full Changelog: 1.6.1...1.7.0
1.6.1
What's Changed
- Fixed: Better format single-field object differences (#167).
- Infrastructure: Modernize package (#166).
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Added:
Networkingpackage trait gatingFoundationNetworking(thanks @mansbernhardt, #164). - Fixed: Improvements to "diffable" objects (#160).
- Infrastructure: Add Swift 6.3 (Xcode 26.4) to CI (thanks @davdroman, #156).
- Infrastructure: Linux and Android CI (thanks @johankool, #162).
New Contributors
- @mansbernhardt made their first contribution in #164
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Added: CLLocation support (thanks @x-sheep, #150).
- Fixed: Address tvOS build regression in Swift 6.3 for SFSpeech extensions (thanks @davdroman, #154).
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
- Fixed: Address
UISplitViewController.Column.inspectoravailability for Xcode <26 (thanks @Walt-D, #151).
New Contributors
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- Added: Support
UTTypefromUniformTypeIdentifiers(thanks @tgrapperon, #144). - Fixed: Fail when
expectDifferencedoesn't actually make a change for better exhaustive testing (#149). - Added: Support enums in
UISplitViewController(thanks @x-sheep, #147).
New Contributors
- @tgrapperon made their first contribution in #144
- @x-sheep made their first contribution in #147
Full Changelog: 1.3.4...1.4.0
1.3.4
What's Changed
- Fixed: Break out of infinite loop when diffing non-equatable recursive objects (#137).
- Fixed: Weaken sendability requirements of
expectDifferencein Swift 6.2 (#145). - Infrastructure: Update
expectDifference/expectNoDifferencedocs (thanks @freak4pc, #129; thanks @mercedesbunz, #132). - Infrastructure: Avoid stack overflow in Wasm CI by extending the stack size (thanks @kateinoigakukun, #131).
- Infrastructure: Add Android CI (thanks @johankool, #133).
- Infrastructure: README updates (#140)
- Infrastructure: Update package versioning (#143).
New Contributors
- @freak4pc made their first contribution in #129
- @mercedesbunz made their first contribution in #132
- @johankool made their first contribution in #133
Full Changelog: 1.3.3...1.3.4