Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# OHHTTPStubs — CHANGELOG

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

* Enabled creating multiple instances of OHHTTPStubs to be able to have `NSURLSession`'s with different stub configurations
[@nickolas-pohilets](https://github.com/nickolas-pohilets)

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

* Made Swift 3 the default. `master` is now compatible with 3.0 and 3.1.
Expand Down
18 changes: 9 additions & 9 deletions Examples/ObjC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
PODS:
- OHHTTPStubs (6.0.0):
- OHHTTPStubs/Default (= 6.0.0)
- OHHTTPStubs/Core (6.0.0)
- OHHTTPStubs/Default (6.0.0):
- OHHTTPStubs (6.1.0):
- OHHTTPStubs/Default (= 6.1.0)
- OHHTTPStubs/Core (6.1.0)
- OHHTTPStubs/Default (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (6.0.0):
- OHHTTPStubs/JSON (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (6.0.0):
- OHHTTPStubs/NSURLSession (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (6.0.0)
- OHHTTPStubs/OHPathHelpers (6.1.0)

DEPENDENCIES:
- OHHTTPStubs (from `../..`)

EXTERNAL SOURCES:
OHHTTPStubs:
:path: "../.."
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: dbe7fc78b805b075ff74bb20922854d0dca8679b
OHHTTPStubs: 63a88f42fd6c81ea99a037d8ceb01711b51af35e

PODFILE CHECKSUM: 3b00a315b869401f03c1a7c408a9754a8e4c62d8

Expand Down

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.

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.

10 changes: 7 additions & 3 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: 9 additions & 9 deletions Examples/ObjC/Pods/Manifest.lock

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

344 changes: 186 additions & 158 deletions Examples/ObjC/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- OHHTTPStubs (6.0.0):
- OHHTTPStubs/Default (= 6.0.0)
- OHHTTPStubs/Core (6.0.0)
- OHHTTPStubs/Default (6.0.0):
- OHHTTPStubs (6.1.0):
- OHHTTPStubs/Default (= 6.1.0)
- OHHTTPStubs/Core (6.1.0)
- OHHTTPStubs/Default (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (6.0.0):
- OHHTTPStubs/JSON (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (6.0.0):
- OHHTTPStubs/NSURLSession (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (6.0.0)
- OHHTTPStubs/Swift (6.0.0):
- OHHTTPStubs/OHPathHelpers (6.1.0)
- OHHTTPStubs/Swift (6.1.0):
- OHHTTPStubs/Default

DEPENDENCIES:
Expand All @@ -21,10 +21,10 @@ DEPENDENCIES:

EXTERNAL SOURCES:
OHHTTPStubs:
:path: "../.."
:path: ../..

SPEC CHECKSUMS:
OHHTTPStubs: dbe7fc78b805b075ff74bb20922854d0dca8679b
OHHTTPStubs: 63a88f42fd6c81ea99a037d8ceb01711b51af35e

PODFILE CHECKSUM: 7da7c441ea9ff6f06b633c908b7a7294805f5602

Expand Down
10 changes: 7 additions & 3 deletions Examples/Swift/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/Swift/Pods/Manifest.lock

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

Loading