Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 10.0.0 release #366

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# OHHTTPStubs — CHANGELOG

## Master
## [10.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/10.0.0)

* OHHTPStubs frameworks: Put Headers phase before Sources phase.
[@byohay](https://github.com/byohay)
* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them #353
[@manicmaniac](https://github.com/manicmaniac)
* Set minimum iOS deployment version to 11.0 to fix [Xcode 14.3 compilation issue #358](https://github.com/AliSoftware/OHHTTPStubs/issues/358)
[@adamsousa](https://github.com/adamsousa)
[@adamsousa](https://github.com/adamsousa)

## [9.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.1.0)

* Added `hasFormBody(_:)` matcher.
[@417-72KI](https://github.com/417-72KI)
* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager) #328
[@kikeenrique](https://github.com/kikeenrique)
* OHHTPStubs frameworks: Put Headers phase before Sources phase.
[@byohay](https://github.com/byohay)
* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them #353 [@manicmaniac](https://github.com/manicmaniac)

## [9.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.0.0)

Expand Down
20 changes: 10 additions & 10 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- OHHTTPStubs (9.1.0):
- OHHTTPStubs/Default (= 9.1.0)
- OHHTTPStubs/Core (9.1.0)
- OHHTTPStubs/Default (9.1.0):
- OHHTTPStubs (10.0.0):
- OHHTTPStubs/Default (= 10.0.0)
- OHHTTPStubs/Core (10.0.0)
- OHHTTPStubs/Default (10.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (9.1.0):
- OHHTTPStubs/JSON (10.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (9.1.0):
- OHHTTPStubs/NSURLSession (10.0.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (9.1.0)
- OHHTTPStubs/OHPathHelpers (10.0.0)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)
Expand All @@ -21,8 +21,8 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
OHHTTPStubs: c40745789d2e22d723f143c19742399c6679bff0

PODFILE CHECKSUM: 9a67077a86911aa4a252748903da3d5ea5d5d922
PODFILE CHECKSUM: 0b44bb319a55cbf4987ee328ac1b17b7650a9b3a

COCOAPODS: 1.9.3
COCOAPODS: 1.15.2
4 changes: 2 additions & 2 deletions Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Examples/ObjC/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.