Skip to content

Releases: yahoo/TDOAuth

1.6.3

02 Nov 14:02
4974830
Compare
Choose a tag to compare

Patch release:

  • Fix dropping collection values in GET calls

1.6.2

31 Oct 16:01
7648118
Compare
Choose a tag to compare

Patch Release, fixing the following:

  • Some parameters are dropped because insufficient type casting on TDOQueryItem.
  • Encoding JSON object's httpBody failure
  • Add tests for TDOQueryItem to make sure the type casting is correct.

1.6.1

20 Oct 20:01
2bb9947
Compare
Choose a tag to compare

Patch release:

  • Fix dropped non-string parameters types

1.6.0

28 Jul 20:56
e328e19
Compare
Choose a tag to compare
  • SPM now works correctly if using the older Obj-C interface.
  • Next release will be a major release, removing the original Obj-C API's.

Add support for Swift Package Manager

01 Dec 17:23
f13156a
Compare
Choose a tag to compare

What's Changed

  • Changed all copyrights/emails for verizonmedia to yahoo by @rgisrael in #37
  • Add SwiftPM and Github actions support by @master-nevi in #38
  • Update CHANGELOG for SPM in 1.5.0 release by @dbgrandi in #39

New Contributors

Full Changelog: 1.4.3...1.5.0

Fix a Cocoapods issue

01 Apr 03:08
e7ee53f
Compare
Choose a tag to compare
1.4.1

CHANGELOG

Swift rewrite, backwards compatible to legacy objc API

01 Apr 03:09
0fdcc85
Compare
Choose a tag to compare
Pure Swift Version (#33)

* Initial commit

* Swift 4 basic skeleton

* Full swift impl (crashes on tests)

* Fully working pure Swift version

* Remove Quick and Nimble

* objc-compat

* Fixed a test failure for path encoding

* Add an example

* Simplify the example project a bit

* Fixed issue where oauth parameters were generated once for signing and once for the headers, which could lead to nonce and timestamp mismatch. Hidden by unit tests using static values.

* Swift 4.2 and iOS >12 support

* Unlock Swift 4.2 and 5 in Podspec

* Fix warnings on deprecated string metho in iOS 9.3+

* Update travis

Prune after rebase

Fixing up travis more

Change example back to iOS 10.3

Trying ios 9.3 again... travis

Travis.

* Fix indentation

* License 2 legacy source files seperately

* Rename LICENSE

* Add test harnesses for tvos, macos, watchos

* Remove Carthage

* Clean up pod lib lint

* Fix travis

* Switched secrets tuple for struct

* Copyright notices

* Fixed scheme naming conflict between test app and cocoapods

Add support for HTTP PUT query parameters

12 Feb 18:24
622cee7
Compare
Choose a tag to compare

Support tvOS and watchOS

31 Dec 18:42
Compare
Choose a tag to compare

Also fix Podspec source URL

Support url parameters on POST requests

24 Sep 19:26
8a7576d
Compare
Choose a tag to compare
Merge pull request #28 from yahoo/1.1.6-release

Bump version to 1.1.6