Skip to content

Releases: pointfreeco/swift-snapshot-testing

1.18.9

29 Jan 21:55
bf8d8c2

Choose a tag to compare

What's Changed

  • Fixed: Address a regression from 1.18.8 that prevented inline snapshots from recording (#1050).
  • Fixed: Linux inline snapshots are now recorded (#1050).

Full Changelog: 1.18.8...1.18.9

1.18.8

28 Jan 22:16
cc051f1

Choose a tag to compare

What's Changed

  • Fixed: Don't install test observer when in Swift Testing to avoid Linux crash (#1048).
  • Infrastructure: Add max line length to .editorconfig (thanks @pyrtsa, #1034).
  • Infrastructure: Update package versioning (#1035).

New Contributors

Full Changelog: 1.18.7...1.18.8

1.18.7

17 Sep 18:06
a8b7c5e

Choose a tag to compare

What's Changed

  • Fixed: Add support for SwiftSyntax 602 (thanks @noremac, #1023)
  • Infrastructure: Bump CI (#1025).

New Contributors

Full Changelog: 1.18.6...1.18.7

1.18.6

23 Jul 18:24

Choose a tag to compare

What's Changed

  • Fixed: Address potential main thread deadlock when invoking assertInlineSnapshot from a non-main queue running on the main thread (#1012).

Full Changelog: 1.18.5...1.18.6

1.18.5

18 Jul 22:40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.18.4...1.18.5

1.18.4

22 May 16:58
37230a3

Choose a tag to compare

What's Changed

  • Fixed: Help with file paths that include spaces by @FishOSU in #990
  • Infrastructure: Add docs for UI testing. #989

New Contributors

Full Changelog: 1.18.3...1.18.4

1.18.3

01 Apr 14:52
1be8144

Choose a tag to compare

What's Changed

  • Fixed: Update to 6.1 in swift-syntax in the Swift 6 package file (thanks @shimastripe, #968).

Full Changelog: 1.18.2...1.18.3

1.18.2

31 Mar 23:00
0a670ab

Choose a tag to compare

What's Changed

  • Fixed: A potential main thread deadlock that was introduced in 1.18.0 (from #946) has been fixed (#962).
  • Fixed: Support stable 6.1 swift-syntax (thanks @shimastripe, #964).
  • Fixed: Use Swift 6.1 TestScoping in test trait when available (#965).
  • Fixed: Swift Testing now supports repeated test runs in Swift 6.1 (#966).
  • Infrastructure: Update README for Swift Testing (#967).

New Contributors

Full Changelog: 1.18.1...1.18.2

1.18.1

17 Feb 21:14
b2d4cb3

Choose a tag to compare

What's Changed

  • Fixed: Adds drawHierarchyInKeyWindow parameter by @Jelizondo in #801

New Contributors

Full Changelog: 1.18.0...1.18.1

1.18.0

27 Jan 20:07

Choose a tag to compare

What's Changed

  • Added: A new .customDump strategy (vended by a new SnapshotTestingCustomDump module) (#948). The existing .dump strategy has been soft-deprecated.
  • Added: Android support (thanks @marcprux, #939).
  • Fixed: assertInlineSnapshot's record parameter now supports the all record modes (#947).
  • Fixed: Avoid main thread detection issue in @MainActor-annotated tests (thanks @peterkovacs, #946).

New Contributors

Full Changelog: 1.17.7...1.18.0