New
1.3.4
What's Changed
- Fixed: Break out of infinite loop when diffing non-equatable recursive objects (https://github.com/pointfreeco/swift-custom-dump/pull/137).
- Fixed: Weaken sendability requirements of
expectDifferencein Swift 6.2 (https://github.com/pointfreeco/swift-custom-dump/pull/145). - Infrastructure: Update
expectDifference/expectNoDifferencedocs (thanks @freak4pc, https://github.com/pointfreeco/swift-custom-dump/pull/129; thanks @mercedesbunz, https://github.com/pointfreeco/swift-custom-dump/pull/132). - Infrastructure: Avoid stack overflow in Wasm CI by extending the stack size (thanks @kateinoigakukun, https://github.com/pointfreeco/swift-custom-dump/pull/131).
- Infrastructure: Add Android CI (thanks @johankool, https://github.com/pointfreeco/swift-custom-dump/pull/133).
- Infrastructure: README updates (https://github.com/pointfreeco/swift-custom-dump/pull/140)
- Infrastructure: Update package versioning (https://github.com/pointfreeco/swift-custom-dump/pull/143).
New Contributors
- @freak4pc made their first contribution in https://github.com/pointfreeco/swift-custom-dump/pull/129
- @mercedesbunz made their first contribution in https://github.com/pointfreeco/swift-custom-dump/pull/132
- @johankool made their first contribution in https://github.com/pointfreeco/swift-custom-dump/pull/133
Full Changelog: https://github.com/pointfreeco/swift-custom-dump/compare/1.3.3...1.3.4