Skip to content

Releases: nschum/SwiftHamcrest

2.3.5

Choose a tag to compare

@renep renep released this 23 May 07:36
  • Removed that swift-format binary so that the project builds on arm only machines.

2.3.4

Choose a tag to compare

@renep renep released this 08 May 10:29
  • Made compatible with UITests. The Swift-Testing code remains the the HamcrestSwiftTesting framework

2.3.2

Choose a tag to compare

@renep renep released this 11 Apr 20:29
  • The assertThat function can be used to assert Swift-Testing unit tests without any additional setup.

2.3.1

Choose a tag to compare

@renep renep released this 27 Feb 17:20

See #56

2.3.0

Choose a tag to compare

@renep renep released this 16 Sep 12:57
  • Added Swift-Testing support using a new #assertThat' macro.

2.2.1

Choose a tag to compare

@renep renep released this 15 Apr 12:26

Bugfix release for Swift 5 migration.

2.2.0

Choose a tag to compare

@renep renep released this 15 Apr 07:08

Migrated to Swift-5 and Xcode 10.2 support.

2.1.1

Choose a tag to compare

@renep renep released this 21 Feb 08:24
  • Added assertNotThrows function (#43)