summaryrefslogtreecommitdiff
path: root/test/ios/OHHTTPStubs/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/OHHTTPStubs/CHANGELOG.md')
-rw-r--r--test/ios/OHHTTPStubs/CHANGELOG.md31
1 files changed, 30 insertions, 1 deletions
diff --git a/test/ios/OHHTTPStubs/CHANGELOG.md b/test/ios/OHHTTPStubs/CHANGELOG.md
index 40a1315c54..34f2e98990 100644
--- a/test/ios/OHHTTPStubs/CHANGELOG.md
+++ b/test/ios/OHHTTPStubs/CHANGELOG.md
@@ -1,4 +1,33 @@
-_You can download previous versions [here](https://github.com/AliSoftware/OHHTTPStubs/tags) and latest version [here](https://github.com/AliSoftware/OHHTTPStubs/zipball/master) (ZIP files generated by GitHub on the fly)_
+# OHHTTPStubs — CHANGELOG
+
+## [4.3.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.3.0)
+
+* Xcode projects updated to Xcode 7.0 Final
+* Added a `Swift` subspec that adds helper global functions to ease & make more compact the use of `OHHTTPStubs` from Swift 2.0 ([#111](https://github.com/AliSoftware/OHHTTPStubs/issues/111))
+
+> If you're using `OHHTTPStubs` in a **Swift 2.0** project, it's recommended to add `pod 'OHHTTPStubs/Swift` to your `Podfile` so you can use those handy helpers.
+
+## [4.2.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.2.1)
+
+* 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))
+* 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))
+
+## [4.2.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.2.0)
+
+* 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))
+* The `OHHTTPStubs` spec has been splitted into **multiple subspecs**:
+ * 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).
+ * 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.
+* 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)_
+
+## [4.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.1.0)
+
+* Added support for using `OHHTTPStubs` in watchOS 2.0 targets.
+* Improved compatibility macros (nullability annotations) — and tested against Xcode 7 beta 4.
+
+## [4.0.2](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.2)
+
+* Fix `OHResourceBundle` name mismatch between header and implementation ([@tibr](https://github.com/tibr), [#103](https://github.com/AliSoftware/OHHTTPStubs/pull/103))
## [4.0.1](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/4.0.1)