All Versions
69
Latest Version
Avg Release Cycle
156 days
Latest Release
1686 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v4.0.0 Changes
- Annotated the library with nullability attributes to generate a better API when used in Swift
- Migrated the path utility macros to functions in
OHPathHelpers.h
, for Swift compatibility.
#100 - โ Added a complete Swift Demo Project.
#88 - โ Removed the
XCTestExpectation
subspec that was added for Xcode 5 support โ Now that Xcode 6 is widely adopted, you shouldn't need this anymore (but in case you still need it, I will probably create a dedicated pod for that)
-
v3.1.11 Changes
- โ Added Carthage support
- ๐ Splitted the Xcode projects for more clarity (one dedicated to build the lib and run Unit Tests, and one for the Demo)
- โ
Got rid of the
git submodule
used for Unit Tests against AFNetworking โ it is now imported using CocoaPods and only for the lib's Unit Tests targets.
@corinnekrych #90 - ๐ Improved Travis-CI integration. We now use a build matrix to have paralellized and independant builds for each scheme (iOS Static Lib, iOS Dynamic Framework, OSX Framework)
- ๐ Fixed #80 again (there was still an issue for people using Xcode 5 & SDK 7.1โฆ if those people still exists)
-
v3.1.10 Changes
- ๐ Fix headers for people still building with Xcode 5 & SDK 7 (#80)
-
v3.1.9 Changes
- Use
NS_DESIGNATED_INITIALIZER
macro on designated initializer methods (#79)
- Use
-
v3.1.8 Changes
- ๐ Use
application/json
instead oftext/json
inREADME
's example (#75) - ๐ Fixed an issue with empty files (when using
responseWithFileAtPath:statusCode:headers:
but the file at the specified path is empty)
- ๐ Use
-
v3.1.7 Changes
- โ Added
DEFINES_MODULE
Flag to be easily imported in Swift (#74)
๐ท (I also moved Travis-CI build system so it now uses
xcpretty
instead ofxctool
to run Unit Tests) - โ Added
-
v3.1.6 Changes
- ๐ Fixed issue with the main thread stalling when an
NSException
was raised in the response block - ๐ Fixed an issue with
OHHTTPStubs/XCTestExpectation
conditional compilation in Xcode 6.0 & OSX SDK.
(the condition was previously testing available SDKs instead of Xcode version, which led to errors with Xcode 6.0 not having the latest 10.10 SDK yet, but still having theXCTestExpectation
already anyway)
- ๐ Fixed issue with the main thread stalling when an
-
v3.1.5 Changes
- โ Migrated Unit Tests to XCTest.
- โ Added
XCTestExpectation
subspec containing my own implementation for Xcode 5 support
-
v3.1.4 Changes
- ๐ Fix issue that made stubs never being called on iOS8 (#65).
As of Xcode6 Beta4,
OHHTTPStubs
compatibility with iOS8 has been validated now.