Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
 - Update CHANGELOG
 - Update podspec to 4.2.0
 - pod update example projects
  • Loading branch information
AliSoftware committed Aug 16, 2015
1 parent 3e81ad7 commit 801483d
Show file tree
Hide file tree
Showing 23 changed files with 640 additions and 305 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
_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)_

## [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.
Expand Down
18 changes: 14 additions & 4 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
PODS:
- OHHTTPStubs (4.1.0):
- OHHTTPStubs/Core (= 4.1.0)
- OHHTTPStubs/Core (4.1.0)
- OHHTTPStubs (4.2.0):
- OHHTTPStubs/Default (= 4.2.0)
- OHHTTPStubs/Core (4.2.0)
- OHHTTPStubs/Default (4.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (4.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (4.2.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (4.2.0)

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

SPEC CHECKSUMS:
OHHTTPStubs: 93bff0c61f600e0fdab723ca513dce03bfd2cb55
OHHTTPStubs: f639130b83fb5f4f022d38f841141b0a6fa77249

COCOAPODS: 0.38.2

This file was deleted.

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

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

This file was deleted.

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

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

65 changes: 61 additions & 4 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.

18 changes: 14 additions & 4 deletions Examples/ObjC/Pods/Manifest.lock

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

Loading

0 comments on commit 801483d

Please sign in to comment.