This repository has been archived by the owner on May 4, 2023. It is now read-only.
Releases: bdbergeron/BDBOAuth1Manager
Releases · bdbergeron/BDBOAuth1Manager
BDBOAuth1Manager 2.0.0
- Update AFNetworking to 3.0.x (Release Notes)
- Remove NSURLConnection-based code
BDBOAuth1Manager 1.6.0
- Update AFNetworking to 2.6.x (Release Notes)
- iOS 9 compatibility
BDBOAuth1Manager 1.5.0
- Update AFNetworking to 2.5.x
- Documentation 📝 (#25)
- All category methods are now properly prefixed using bdb_ (#21)
- Renamed BDBOAuthToken class to BDBOAuth1Credential for less confusing method names (no more tokenWithToken:...)
- BDBOAuth1RequestSerializer accessToken property is now properly cached and only read from the Keychain on initialization
BDBOAuth1Manager 1.4.1
• Fixed Xcode 6 build warnings with categories
• Prefixed category methods with the exception of [NSDictionary dictionaryFromQueryString:]
, which will be prefixed with the next minor release.
BDBOAuth1Manager 1.4.0
• Update AFNetworking library to 2.4.x
BDBOAuth1Manager 1.3.0
- Update AFNetworking to 2.3.x
- Complete refactor of both the Flickr and Twitter demo projects! Cleaner code, better separation of API request/response handling from the main app code, and a better architecture using modern Objective-C constructs.
BDBOAuth1Manager 1.2.1
BDBOAuth1Manager 1.2.0
- Update AFNetworking to 2.2.x
- Removed unnecessary dependency on third-party Base64 encoding library
- Update demo projects for Xcode 5.1 compatibility
- Ran demo projects through Objective-Clean to enforce standard ObjC formatting
BDBOAuth1Manager 1.1.0
- Update AFNetworking to 2.1.x
BDBOAuth1Manager 1.0
Initial release.