|
1 | 1 | # OHHTTPStubs — CHANGELOG |
2 | 2 |
|
| 3 | +## [4.5.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.5.0) — tvOS |
| 4 | + |
| 5 | +* Added support for tvOS. |
| 6 | + [@tiagomartinho](https://github.com/tiagomartinho), [#134](https://github.com/AliSoftware/OHHTTPStubs/pull/134) |
| 7 | + |
3 | 8 | ## [4.4.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.4.0) |
4 | 9 |
|
5 | | -* Fixed issue with Umbrella Headers ([#127](https://github.com/AliSoftware/OHHTTPStubs/issues/127), [#131](https://github.com/AliSoftware/OHHTTPStubs/pull/131)) |
6 | | -* Added methods for creating `OHHTTPStubsResponse`s from `NSURL`s that represent file system resources ([@MaxGabriel](https://github.com/MaxGabriel), [#129](https://github.com/AliSoftware/OHHTTPStubs/pull/129)) |
| 10 | +* Fixed issue with Umbrella Headers. |
| 11 | + [#127](https://github.com/AliSoftware/OHHTTPStubs/issues/127), [#131](https://github.com/AliSoftware/OHHTTPStubs/pull/131) |
| 12 | +* Added methods for creating `OHHTTPStubsResponse`s from `NSURL`s that represent file system resources. |
| 13 | + [@MaxGabriel](https://github.com/MaxGabriel), [#129](https://github.com/AliSoftware/OHHTTPStubs/pull/129) |
7 | 14 | * Bumped Swift subspec compatibility to OSX 10.9 instead of 10.7. |
8 | 15 |
|
9 | 16 |
|
|
16 | 23 |
|
17 | 24 | ## [4.2.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.2.1) |
18 | 25 |
|
19 | | -* Fix the Examples Xcode project + lib Podfile that were referencing old target names ([mikelupo](https://github.com/mikelupo), [#117](https://github.com/AliSoftware/OHHTTPStubs/pull/117)) |
20 | | -* Added two new constants for download speed: `OHHTTPStubsDownloadSpeed1KBPS` = 1kbps and `OHHTTPStubsDownloadSpeedSLOW` = 1.5 kpbs. ([mikelupo](https://github.com/mikelupo), [#114](https://github.com/AliSoftware/OHHTTPStubs/pull/114)) |
| 26 | +* Fix the Examples Xcode project + lib Podfile that were referencing old target names |
| 27 | + [@mikelupo](https://github.com/mikelupo), [#117](https://github.com/AliSoftware/OHHTTPStubs/pull/117) |
| 28 | +* Added two new constants for download speed: `OHHTTPStubsDownloadSpeed1KBPS` = 1kbps and `OHHTTPStubsDownloadSpeedSLOW` = 1.5 kpbs. |
| 29 | + [@mikelupo](https://github.com/mikelupo), [#114](https://github.com/AliSoftware/OHHTTPStubs/pull/114) |
21 | 30 |
|
22 | | -## [4.2.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.2.0) |
| 31 | +## [4.2.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.2.0) — Splitting in subspecs |
23 | 32 |
|
24 | | -* Added support for stubs written in the [Mocktail](https://github.com/square/objc-mocktail) format ([@JinlianWang](https://github.com/JinlianWang), [#108](https://github.com/AliSoftware/OHHTTPStubs/pull/108)) |
25 | 33 | * The `OHHTTPStubs` spec has been splitted into **multiple subspecs**: |
26 | 34 | * The default subspec (used when you simply use `pod 'OHHTTPStubs'` in your `Podfile`) contains the subspecs `Core`, `NSURLSession`, `JSON` & `OHPathHelpers` (so that it matches the features that most people use). |
27 | 35 | * Other optional subspecs are `HTTPMessage` and `Mocktail` (which are opt-in because used by much less people). If you want to use them, you'll need to request them explicitly in your `Podfile` using `pod 'OHHTTPStubs/Mocktail` for example. |
28 | 36 | * The iOS Unit Tests are now also run for the framework as well as for the static library, to ensure the tests pass in both contexts _(because frameworks sometimes introduce subtleties like when using `NSBundle`, so it's worth testing in that context too)_ |
| 37 | +* Added support for stubs written in the [Mocktail](https://github.com/square/objc-mocktail) format. |
| 38 | + [@JinlianWang](https://github.com/JinlianWang), [#108](https://github.com/AliSoftware/OHHTTPStubs/pull/108) |
29 | 39 |
|
30 | | -## [4.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.1.0) |
| 40 | +## [4.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.1.0) — watchOS 2 |
31 | 41 |
|
32 | 42 | * Added support for using `OHHTTPStubs` in watchOS 2.0 targets. |
33 | 43 | * Improved compatibility macros (nullability annotations) — and tested against Xcode 7 beta 4. |
34 | 44 |
|
35 | 45 | ## [4.0.2](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.2) |
36 | 46 |
|
37 | | -* Fix `OHResourceBundle` name mismatch between header and implementation ([@tibr](https://github.com/tibr), [#103](https://github.com/AliSoftware/OHHTTPStubs/pull/103)) |
| 47 | +* Fix `OHResourceBundle` name mismatch between header and implementation. |
| 48 | + [@tibr](https://github.com/tibr), [#103](https://github.com/AliSoftware/OHHTTPStubs/pull/103) |
38 | 49 |
|
39 | 50 | ## [4.0.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.1) |
40 | 51 |
|
41 | | -* Fix threading in `NSURLProtocol` subclass calling `NSURLProtocolClient` callbacks from wrong thread. ([@nsprogrammer](https://github.com/nsprogrammer), [#96](https://github.com/AliSoftware/OHHTTPStubs/pull/96)) |
| 52 | +* Fix threading in `NSURLProtocol` subclass calling `NSURLProtocolClient` callbacks from wrong thread. |
| 53 | + [@nsprogrammer](https://github.com/nsprogrammer), [#96](https://github.com/AliSoftware/OHHTTPStubs/pull/96) |
42 | 54 |
|
43 | 55 | ## [4.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.0) — Improvements for Swift |
44 | 56 |
|
|
49 | 61 |
|
50 | 62 | ## [3.1.12](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/3.1.12) |
51 | 63 |
|
52 | | -* Fixed issue with HTTP 300 return code (multiple-choice) that is not supposed to redirect. ([@tarbrain](https://github.com/tarbrain), [#92](https://github.com/AliSoftware/OHHTTPStubs/pull/92)) |
| 64 | +* Fixed issue with HTTP 300 return code (multiple-choice) that is not supposed to redirect. |
| 65 | + [@tarbrain](https://github.com/tarbrain), [#92](https://github.com/AliSoftware/OHHTTPStubs/pull/92) |
53 | 66 |
|
54 | 67 | ## [3.1.11](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/3.1.11) |
55 | 68 |
|
56 | 69 | * Added [Carthage](https://github.com/Carthage/Carthage) support |
57 | 70 | * Splitted the Xcode projects for more clarity (one dedicated to build the lib and run Unit Tests, and one for the Demo) |
58 | | -* Got rid of the `git submodule` used for Unit Tests against [AFNetworking](https://github.com/AFNetworking/AFNetworking) — it is now imported using [CocoaPods](http://cocoapods.org) and only for the lib's Unit Tests targets ([@corinnekrych](https://github.com/corinnekrych), [#90](https://github.com/AliSoftware/OHHTTPStubs/pull/90)) |
| 71 | +* Got rid of the `git submodule` used for Unit Tests against [AFNetworking](https://github.com/AFNetworking/AFNetworking) — it is now imported using [CocoaPods](http://cocoapods.org) and only for the lib's Unit Tests targets. |
| 72 | + [@corinnekrych](https://github.com/corinnekrych), [#90](https://github.com/AliSoftware/OHHTTPStubs/pull/90) |
59 | 73 | * Improved [Travis-CI](https://travis-ci.org/AliSoftware/OHHTTPStubs) integration. We now use a build matrix to have paralellized and independant builds for each scheme (iOS Static Lib, iOS Dynamic Framework, OSX Framework) |
60 | 74 | * Fixed [#80](https://github.com/AliSoftware/OHHTTPStubs/issues/80) again (there was still an issue for people using Xcode 5 & SDK 7.1… if those people still exists) |
61 | 75 |
|
|
0 commit comments