All Versions
107
Latest Version
Avg Release Cycle
91 days
Latest Release
129 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v1.1.4 Changes
๐ Released on 2015-01-30.
โ Added
- Podspec argument
requires_arcto the podspec file.- Added by Mattt Thompson.
- ๐ Support for Travis-CI for automated testing purposes.
- Added by Kyle Fuller in Pull Request #279.
โก๏ธ Updated
- Installation instructions in the README to include CocoaPods, Carthage and
Embedded Frameworks.
- Updated by Mattt Thompson.
- Travis-CI to use Xcode 6.1.1.
- Updated by Mattt Thompson.
- The
downloadmethod onManagerto useRequest.DownloadFileDestinationtypealias.- Updated by Alexander Strakovich in Pull Request #318.
- ๐ง
RequestTeststo no longer delete all cookies in default session configuration.- Updated by Mattt Thompson.
- ๐ Travis-CI yaml file to only build the active architecture.
- Updated by Mattt Thompson.
- ๐ Deployment targets to iOS 7.0 and Mac OS X 10.9.
- Updated by Mattt Thompson.
โ Removed
- โ
The
tearDownmethod in theAlamofireDownloadResponseTestCase.- Removed by Mattt Thompson.
๐ Fixed
- Small formatting issue in the CocoaPods Podfile example in the README.
- Several issues with the iOS and OSX targets in the Xcode project.
- Fixed by Mattt Thompson.
- โ
The
testDownloadRequestinDownloadTestsby adding.jsonfile extension.- Fixed by Martin Kavalar in Pull Request #302.
- โ
The
AlamofireRequestDebugDescriptionTestCaseon OSX.- Fixed by Mattt Thompson.
- Spec validation error with CocoaPods 0.36.0.beta-1 by disabling -b flags in
cURLdebug on OSX.- Fixed by Mattt Thompson.
- ๐ Travis-CI build issue by adding suppport for an
iOS Examplescheme.- Fixed by Yasuharu Ozaki in Pull Request #322.
- Podspec argument
-
v1.1.3 Changes
๐ Released on 2015-01-09.
โ Added
- ๐ Podspec file to support CocoaPods deployment.
- Added by Marius Rackwitz in Pull Request #218.
- ๐ Shared scheme to support Carthage deployments.
- Added by Yosuke Ishikawa in Pull Request #228.
- ๐ New target for Alamofire OSX framework.
- Added by Martin Kavalar in Pull Request #293.
โก๏ธ Updated
- โก๏ธ Upload and Download progress state to be updated before calling progress closure.
- Updated by Alexander Strakovich in Pull Request #278.
๐ Fixed
- Some casting code logic in the Generic Response Object Serialization example in
the README.
- Fixed by Philip Heinser in Pull Request #258.
- ๐ Indentation formatting of the
responseStringparameter documentation.
- ๐ Podspec file to support CocoaPods deployment.
-
v1.1.2 Changes
๐ Released on 2014-12-21.
โ Added
- โ
POST request JSON response test.
- Added by Mattt Thompson.
โก๏ธ Updated
- The response object example to use a failable initializer in the README.
- Updated by Mattt Thompson in regards to Issue #230.
- Router example in the README by removing extraneous force unwrap.
- Updated by Arnaud Mesureur in Pull Request #247.
- Xcode project
APPLICATION_EXTENSION_API_ONLYflag toYES.- Updated by Michael Latta in Pull Request #273.
- 0๏ธโฃ Default HTTP header creation by moving it into a public class method.
- Updated by Christian Noon in Pull Request #261.
๐ Fixed
- Upload stream method to set
HTTPBodyStreamfor streamed request.- Fixed by Florent Vilmart and Mattt Thompson in Pull Request #241.
- ParameterEncoding to compose percent-encoded query strings from
percent-encoded components.
- Fixed by Oleh Sannikov in Pull Request #249.
- Serialization handling of NSData with 0 bytes.
- Fixed by Mike Owens in Pull Request #254.
- Issue where
suggestedDownloadDestinationparameters were being ignored.- Fixed by Christian Noon in Pull Request #257.
- ๐ Crash caused by
Managerdeinitialization and added documentation.- Fixed by Mattt Thompson in regards to Issue #269.
- โ
POST request JSON response test.
-
v1.1.1 Changes
๐ Released on 2014-11-20.
โก๏ธ Updated
- ๐ Dispatch-based synchronized access to subdelegates.
- Updated by Mattt Thompson in regards to Pull Request #175.
- iOS 7 instructions in the README.
- Updated by Mattt Thompson.
- CRUD example in the README to work on Xcode 6.1.
- Updated by John Beynon in Pull Request #187.
- The
cURLexample annotation in the README to pick upbashsyntax highlighting.- Updated by Samuel E. Giddins in Pull Request #208.
๐ Fixed
- ๐ป Out-of-memory exception by replacing
stringByAddingPercentEncodingWithAllowedCharactersโ withCFURLCreateStringByAddingPercentEscapes.- Fixed by Mattt Thompson in regards to Issue #206.
- Several issues in the README examples where an NSURL initializer needs to be unwrapped.
- Fixed by Mattt Thompson in regards to Pull Request #213.
- ๐ป Possible exception when force unwrapping optional header properties.
- Fixed by Mattt Thompson.
- Optional cookie entry in
cURLoutput.- Fixed by Mattt Thompson in regards to Issue #226.
- Optional
textLabelproperty on cells in the example app.- Fixed by Mattt Thompson.
- ๐ Dispatch-based synchronized access to subdelegates.
-
v1.1.0 Changes
๐ Released on 2014-10-20.
โก๏ธ Updated
- ๐ Project to support Swift 1.1 and Xcode 6.1.
- Updated by Aral Balkan, Ross Kimes, Orta Therox, Nico du Plessis and Mattt Thompson.
- ๐ Project to support Swift 1.1 and Xcode 6.1.
-
v1.0.1 Changes
๐ Released on 2014-10-20.
โ Added
- โ
Tests for upload and download with progress.
- Added by Mattt Thompson.
- โ
Test for question marks in url encoded query.
- Added by Mattt Thompson.
- The
NSURLSessionConfigurationheaders tocURLrepresentation.- Added by Matthias Ryne Cheow in Pull Request #140.
- โ
Parameter encoding tests for key/value pairs containing spaces.
- Added by Mattt Thompson.
- Percent character encoding for the
+character.- Added by Niels van Hoorn in Pull Request #167.
- ๐ Escaping for quotes to support JSON in
cURLcommands. - The
requestmethod to theManagerbringing it more inline with the top-level methods.- Added by Brian Smith.
๐ Fixed
- Parameter encoding of ampersands and escaping of characters.
- Fixed by Mattt Thompson in regards to Issues #146 and #162.
- Parameter encoding of
HTTPBodyfrom occurring twice.- Fixed by Yuri in Pull Request #153.
- Extraneous dispatch to background by using weak reference for delegate in response.
- Fixed by Mattt Thompson.
- Response handler threading issue by adding a
subdelegateQueueto theSessionDelegate.- Fixed by Essan Parto in Pull Request #171.
- Challenge issue where basic auth credentials were not being unwrapped.
- Fixed by Mattt Thompson.
- โ
Tests for upload and download with progress.