All Versions
13
Latest Version
Avg Release Cycle
108 days
Latest Release
1379 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    September 28, 2017

    ๐Ÿš€ This release fully supports Xcode 9 (both Swift 3.2 and Swift 4) and still works with Xcode 8.3 + Swift 3.1! ๐ŸŽ‰

    ๐Ÿ†• New Features

    ๐Ÿ”„ Changes

    ๐Ÿ“š Documentation Changes

    • ๐Ÿ›  Fix japanese document typo #738 (Thanks @AcaiBowl)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ‘• SwiftLint will be executed only on builds for testing #694 (Thanks @nerd0geek1)
    • ๐Ÿ›  Fix SwiftPM integration with generated Xcode projects #708 (Thanks @ikesyo)
    • ๐Ÿ›  Fix SPM integration #746 (Thanks @sunshinejr)
  • v1.1.0 Changes

    February 09, 2017

    ๐Ÿš€ 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)
  • v1.0.0 Changes

    November 22, 2016

    Ah, we finally reached 1.0.0! Other than the official christening of a major version, there's mostly smaller code changes from v0.10.0. From here on out, we'll be following semantic versioning rules like Nimble.

    ๐Ÿš€ This release is intended to work with Xcode 8.1 / Swift 3.

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fix bug where test modules with spaces failed to run tests
    • โœ‚ Remove dependency on Nimble for Swift Package Manager

    ๐Ÿ“š Documentation Changes

    • โž• Add version table for Quick / Nimble versions to Swift versions in README
    • โšก๏ธ Update docs for testing with mocks / doubles
    • โšก๏ธ Update function prototypes for shared examples
    • โšก๏ธ Update docs for setting up with Xcode
    • โž• Add section about who uses Quick. Feel free to add yourself or add a testimonial!
    • โž• Add shared examples documentation in zh-cn (Chinese)
    • โž• Add behavioral testing in pt-BR (Portuguese)
    • โž• Add README in pt-BR (Portuguese)

    ๐Ÿ“š See the documentation directory for a list of languages or contribute one!

    Thanks to @takecian, @ikesyo, @pedrovereza, @CodingItWrong, @istx25, @MP0w, @wongzigii, @rastersize, @marciok and the many contributors leading up to 1.0.0! ๐Ÿ‘๐Ÿฝ