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:)
andPredicate.doesNotMatch(_:failureMessage:)
#664, #666 - [gardening] Remove unnecessary parentheses #667
Bugfixes
- Fix ambiguities of
beGreaterThan
,beGreaterThanOrEqualTo
,beLessThan
andbeLessThanOrEqualTo
matchers on Linux with Swift 5.1 #659
Docs
- [README] Document support & installation via Accio #646 (Thanks @Dschee)