Skip to content

Releases: nschum/SwiftHamcrest

2.3.5

23 May 07:36

Choose a tag to compare

  • Removed that swift-format binary so that the project builds on arm only machines.

2.3.4

08 May 10:29

Choose a tag to compare

  • Made compatible with UITests. The Swift-Testing code remains the the HamcrestSwiftTesting framework

2.3.2

11 Apr 20:29

Choose a tag to compare

  • The assertThat function can be used to assert Swift-Testing unit tests without any additional setup.

2.3.1

27 Feb 17:20

Choose a tag to compare

See #56

2.3.0

16 Sep 12:57

Choose a tag to compare

  • Added Swift-Testing support using a new #assertThat' macro.

2.2.1

15 Apr 12:26

Choose a tag to compare

Bugfix release for Swift 5 migration.

2.2.0

15 Apr 07:08

Choose a tag to compare

Migrated to Swift-5 and Xcode 10.2 support.

2.1.1

21 Feb 08:24

Choose a tag to compare

  • Added assertNotThrows function (#43)