Historique des commits

Auteur SHA1 Message Date
  Christian Noon 228003e804 Merge pull request #660 from Alamofire/feature/opening_up_parameter_encoding il y a 10 ans
  Christian Noon 362a127799 Merge pull request #662 from Alamofire/test/no_content_type_wildcard_validation il y a 10 ans
  Christian Noon 6b61df290a Replaced an early out conditional with a guard in the example app. il y a 10 ans
  John Pope 2bffaf1b8e Added an optional bind around the response to safely extract headers. il y a 10 ans
  Christian Noon 1f747546ba Added to for wildcard validation that contains response with nil MIME type. il y a 10 ans
  Christian Noon 1b7b1f1aa4 Added a section to the README that calls out our open rdars. il y a 10 ans
  Christian Noon 842659b174 Added docstrings for all public SessionDelegate methods. il y a 10 ans
  Christian Noon bab103ae8e Replaced force unwraps with initial guard statement in parameter encoding. il y a 10 ans
  Christian Noon a217e0593c Made the queryComponents and escape methods public to support Custom encoding. il y a 10 ans
  Christian Noon 61d6ddf9c9 Set enable testability flag to YES for all framework release builds. il y a 10 ans
  Christian Noon 1f2f391144 Removed unnecessary parentheses...no functional changes. il y a 10 ans
  Christian Noon becb34c8c8 Added tests around all response serializers raising the code coverage. il y a 10 ans
  Christian Noon 574e3033d6 Added Result tests pushing code coverage for Result enum to 100%. il y a 10 ans
  Christian Noon 61f620f467 Enabled code coverage for all three framework schemes. il y a 10 ans
  Christian Noon 6f8d8e176f Fixed up issue in the URLProtocol tests that has been tripping false positives. il y a 10 ans
  Christian Noon 7ba13295c5 Updated all schemes with the latest formatting in Xcode 7 beta 5. il y a 10 ans
  Tobias Ottenweller b4cb7cc30c Added watchOS framework with all source files and updated README. il y a 10 ans
  Christian Noon 1253c996be Updated the required version of Xcode 7 in the README. il y a 10 ans
  Christian Noon 08fdbdee89 Fixed a bug in the URLProtocol tests that was causing test failures. il y a 10 ans
  Matias Cudich 62947d6def Fixed up compiler issues with Xcode 7 beta 5. il y a 10 ans
  Christian Noon f1dffe1cfb Merge pull request #648 from Alamofire/feature/readme_updates il y a 10 ans
  Christian Noon bbdd0f8833 Added a Resume Data section to the README inside the Downloads section. il y a 10 ans
  Christian Noon 00f8ca8206 Updated all README code samples to match the latest Swift 2.0 API changes. il y a 10 ans
  Christian Noon 09fc146b08 Added CustomStringConvertible and CustomDebugStringConvertible conformance. il y a 10 ans
  Christian Noon 1a12318dcf Merge pull request #639 from jankase/FixSampleCompileError il y a 10 ans
  Jan Kase dde412a7a9 fixed example project and using responseString with old syntax il y a 10 ans
  Christian Noon 88ca2a248e Added external parameter name for queue in the response method. il y a 10 ans
  Christian Noon fedbc04501 Merge pull request #627 from Alamofire/feature/results_and_validation_error_handling il y a 10 ans
  Christian Noon d29f30f25f Added tests around response data, string and json serializer result behavior. il y a 10 ans
  Christian Noon d58446edf8 Refactored response validation and serialization to leverage result types. il y a 10 ans