Quick v1.1.0 Release Notes

Release Date: 2017-02-09 // about 7 years ago
  • ๐Ÿš€ This release works with Xcode 8.2 + Swift 3.

    ๐Ÿ†• New Features

    • โž• Adds `fitBehavesLike to allow focusing of specific instantiations of shared examples (Thanks @wongzigii)
    • โž• Add SwiftPM support on macOS (Thanks @ikesyo)
    • โž• Add Documentation about Shared Examples in Portuguese (Thanks @pedrovereza)

    ๐Ÿ”„ Changes

    • SharedExampleContext is now [String: Any] instead of NSDictionary (Thanks @devdrey)
    • ๐Ÿ‘ Better conformance to SwiftLint (Thanks @ikesyo, @wongzigii)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘• Quick no longer prints warnings if SwiftLint is not installed (Thanks @wongzigii)
    • ๐Ÿ›  Fix bug where Quick didn't work with test bundles with non-c99 valid identifiers (Thanks @MP0w)