Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.14 KB

1.0.6

AFXAuthClient

Enhancements
  • Added NSCoding support to AFXAuthToken.

1.0.5

AFXAuthClient

Bug fixes
  • Fixed bug where passwords with certain special characters (eg. asterisks) fail in certain services such as Instapaper. #2

1.0.4

AFXAuthClient

Bug fixes
  • Strip query after ? in GET requests. #1

1.0.3

AFXAuthClient

Enhancements
  • Changed AFXAuthToken assignment from readonly to readwrite.

1.0.2

AFXAuthClient

Enhancements
  • Added support for multi part data requests.

1.0.1

View diff

Bug fixes
  • Fix GET request parameters bug.

1.0

Initial release.