Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Releases: bdbergeron/BDBOAuth1Manager

BDBOAuth1Manager 2.0.0

12 Dec 07:06
Compare
Choose a tag to compare
  • Update AFNetworking to 3.0.x (Release Notes)
  • Remove NSURLConnection-based code

BDBOAuth1Manager 1.6.0

11 Oct 23:13
Compare
Choose a tag to compare
  • Update AFNetworking to 2.6.x (Release Notes)
  • iOS 9 compatibility

BDBOAuth1Manager 1.5.0

24 Nov 18:37
Compare
Choose a tag to compare
  • 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

29 Sep 15:58
Compare
Choose a tag to compare

• 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

04 Sep 18:34
Compare
Choose a tag to compare

• Update AFNetworking library to 2.4.x

BDBOAuth1Manager 1.3.0

30 Jun 14:13
Compare
Choose a tag to compare
  • 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

15 May 13:44
Compare
Choose a tag to compare
  • Respects AFHTTPRequestSerializer 's HTTPMethodsEncodingParametersInURI property when generating OAuth parameters for a request (#15)
  • Cleanup Clang static analyzer issues (#14)
  • OAuth parameters statically defined

BDBOAuth1Manager 1.2.0

12 Mar 15:16
Compare
Choose a tag to compare
  • 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

29 Mar 20:59
Compare
Choose a tag to compare

BDBOAuth1Manager 1.0

29 Mar 20:58
Compare
Choose a tag to compare

Initial release.