Skip to content

Releases: pointfreeco/swift-custom-dump

1.7.3

Choose a tag to compare

@mbrandonw mbrandonw released this 28 Aug 14:38

What's Changed

  • Fix: Package.swift for 6.1 #175

Full Changelog: 1.7.2...1.7.3

1.7.2

Choose a tag to compare

@stephencelis stephencelis released this 27 Aug 20:24
ada3fea

What's Changed

  • Fixed: Bump platforms to suppress 6.4 tools deprecations (#174).

Full Changelog: 1.7.1...1.7.2

1.7.1

Choose a tag to compare

@stephencelis stephencelis released this 26 Aug 16:49
b46dda2

What's Changed

  • Infrastructure: Bump to support IssueReporting 2.1 (#172).

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@stephencelis stephencelis released this 05 Aug 20:24
e9c34fd

What's Changed

  • Added: SwiftUI.Color dump (#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

Choose a tag to compare

@stephencelis stephencelis released this 19 Jun 22:36
a8cd6c9

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

Choose a tag to compare

@stephencelis stephencelis released this 26 May 19:50

What's Changed

  • Added: Networking package trait gating FoundationNetworking (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

Full Changelog: 1.5.0...1.5.1

1.5.0

Choose a tag to compare

@stephencelis stephencelis released this 09 Mar 18:08
06c5792

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

Choose a tag to compare

@stephencelis stephencelis released this 29 Jan 18:38

What's Changed

  • Fixed: Address UISplitViewController.Column.inspector availability for Xcode <26 (thanks @Walt-D, #151).

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

Choose a tag to compare

@stephencelis stephencelis released this 28 Jan 20:21
91be35a

What's Changed

  • Added: Support UTType from UniformTypeIdentifiers (thanks @tgrapperon, #144).
  • Fixed: Fail when expectDifference doesn't actually make a change for better exhaustive testing (#149).
  • Added: Support enums in UISplitViewController (thanks @x-sheep, #147).

New Contributors

Full Changelog: 1.3.4...1.4.0

1.3.4

Choose a tag to compare

@stephencelis stephencelis released this 14 Jan 00:12
93a8aa4

What's Changed

  • Fixed: Break out of infinite loop when diffing non-equatable recursive objects (#137).
  • Fixed: Weaken sendability requirements of expectDifference in Swift 6.2 (#145).
  • Infrastructure: Update expectDifference/expectNoDifference docs (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

Full Changelog: 1.3.3...1.3.4