Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 819 Bytes

Changelog

Next version

2.0.0

Colorful Tone

This release refines the public API.

  • makes the expect function part of an extension on XCTest
  • adds documentation
  • refactors production and test code
  • compiles on Xcode 14 Beta 1 and Beta 2
  • compiles with swift-tools-version:5.7

1.1.0

Crouching Cloud

Subclassing of Steps and Assertions is no longer necessary and the obligatory Context has been removed.

1.0.1

Xcode 12 Compatibility Release

Thanks to @devandanger for adding Xcode 12 support! That's also the only change in this release to mention in the log.

1.0.0

Rorschach in the wild

Rorschach is a Swift Package for writing Xcode UI Tests in a BDD style. This first version allows to expect given/when/then acceptance criteria in a context defined by the test.