Nimble v8.0.2 Release Notes

Release Date: 2019-06-08 // almost 5 years ago
  • ๐Ÿ‘Œ Improvements

    • โšก๏ธ Update CocoaPods to 1.7.1 #640, #668
    • ๐Ÿ‘Œ Support Swift 5's Package.swift syntax (platforms support) #641 (Thanks @devxoul)
    • ๐Ÿ‘ [CocoaPods] Support swift_versions which is available since CocoaPods 1.7 #669
    • โšก๏ธ Update .hound.yml #645
    • ๐Ÿ”จ [refactoring] Use canImport(Darwin) #647
    • [Xcode] Set DEPLOYMENT_TARGET and TARGETED_DEVICE_FAMILY build settings at target level #648
    • โšก๏ธ Xcode 10.2: Update to recommended settings #649
    • ๐Ÿ”จ [refactoring] Remove compatibility hack below Swift 4.2 #651
    • โœ‚ Remove now-unnecessary Linux hack #652
    • โœ‚ Remove now-unnecessary platform checks #653
    • โš  Suppress warnings #658
    • ๐Ÿ— Tweak build settings #660
    • โฌ‡๏ธ Reduce deprecated Matcher type usages in some matchers #663
    • Replace deprecated Predicate.matches(_:failureMessage:) and Predicate.doesNotMatch(_:failureMessage:) #664, #666
    • ๐Ÿšš [gardening] Remove unnecessary parentheses #667

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix ambiguities of beGreaterThan, beGreaterThanOrEqualTo, beLessThan and beLessThanOrEqualTo matchers on Linux with Swift 5.1 #659

    ๐Ÿ“„ Docs

    • ๐Ÿ‘ [README] Document support & installation via Accio #646 (Thanks @Dschee)