|
3 | 3 | ## Master |
4 | 4 |
|
5 | 5 | * Set minimum iOS deployment version to 11.0 to fix [Xcode 14.3 compilation issue #358](https://github.com/AliSoftware/OHHTTPStubs/issues/358) |
6 | | -[@adamsousa](https://github.com/adamsousa) |
| 6 | + [@adamsousa](https://github.com/adamsousa) |
7 | 7 | * Update minimum deployment versions (iOS: 12.0, osx: 10.13, tvos: 12.0, watchos: 4.0). |
8 | 8 | [@AliSoftware](https://github.com/AliSoftware) |
9 | 9 | [#368](https://github.com/AliSoftware/OHHTTPStubs/pull/368) |
|
14 | 14 | ## [9.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.1.0) |
15 | 15 |
|
16 | 16 | * Added `hasFormBody(_:)` matcher. |
17 | | -[@417-72KI](https://github.com/417-72KI) |
18 | | -* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager) #328 |
19 | | -[@kikeenrique](https://github.com/kikeenrique) |
20 | | -* OHHTPStubs frameworks: Put Headers phase before Sources phase. |
| 17 | + [@417-72KI](https://github.com/417-72KI) |
| 18 | +* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager). |
| 19 | + [@kikeenrique](https://github.com/kikeenrique) |
| 20 | + [#328](https://github.com/AliSoftware/OHHTTPStubs/pull/328) |
| 21 | +* OHHTPStubs frameworks: Put Headers phase before Sources phase. |
21 | 22 | [@byohay](https://github.com/byohay) |
22 | | -* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them #353 [@manicmaniac](https://github.com/manicmaniac) |
| 23 | +* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them. |
| 24 | + [@manicmaniac](https://github.com/manicmaniac) |
| 25 | + [#353](https://github.com/AliSoftware/OHHTTPStubs/pull/353) |
23 | 26 |
|
24 | 27 | ## [9.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.0.0) |
25 | 28 |
|
26 | | -* Added support for Swift Package Manager and dropped OH from all class names. |
| 29 | +* Added support for Swift Package Manager and dropped OH from all class names. |
27 | 30 | [@jeffctown](https://github.com/jeffctown) |
28 | 31 |
|
29 | | - |
30 | 32 | ## [8.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/8.0.0) |
31 | 33 |
|
32 | 34 | * Update default Swift Version to 5.0 |
|
0 commit comments