MKSG-MugunthKumar / MKNetworkKit

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices
http://mk.sg/8w
3.06k stars 755 forks source link

New MKNetworkKit Release #403

Open rafaelwinter opened 10 years ago

rafaelwinter commented 10 years ago

Hi guys,

I believe that we need a new release. There are so many changes since the last tag (0.87), and they are not reaching people that uses CocoaPods. For example, I need a fix in NSData+MKBase64 category.

This is the changes stat between HEAD and the commit 49bd0004 (the one in tag 0.87):

 .gitmodules                                                         |   6 ++
 MKNetworkKit-Tests/External/Kiwi                                    |   1 +
 MKNetworkKit-Tests/External/OHHTTPStubs                             |   1 +
 MKNetworkKit-Tests/MKNetworkKit-Tests.xcodeproj/project.pbxproj     | 447 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MKNetworkKit-Tests/MKNetworkKit-Tests/MKNetworkEngineSpec.m         | 129 +++++++++++++++++++++++++++++
 MKNetworkKit-Tests/MKNetworkKit-Tests/MKNetworkKit-Tests-Info.plist |  22 +++++
 MKNetworkKit-Tests/MKNetworkKit-Tests/MKNetworkKit-Tests-Prefix.pch |   9 ++
 MKNetworkKit-Tests/MKNetworkKit-Tests/MKNetworkOperationSpec.m      | 157 +++++++++++++++++++++++++++++++++++
 MKNetworkKit-Tests/MKNetworkKit-Tests/en.lproj/InfoPlist.strings    |   2 +
 MKNetworkKit-iOS/MKNetworkKit-iOS.xcodeproj/project.pbxproj         |   8 ++
 MKNetworkKit.xcworkspace/contents.xcworkspacedata                   |   3 +
 MKNetworkKit/Categories/NSData+MKBase64.h                           |   4 +-
 MKNetworkKit/Categories/NSData+MKBase64.m                           |  32 ++++----
 MKNetworkKit/Categories/NSDictionary+RequestEncoding.m              |   4 +-
 MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.h            |   2 +-
 MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.m            |   2 +-
 MKNetworkKit/Categories/UIImageView+MKNetworkKitAdditions.h         |  40 +++++++++
 MKNetworkKit/Categories/UIImageView+MKNetworkKitAdditions.m         | 107 ++++++++++++++++++++++++
 MKNetworkKit/MKNetworkEngine.h                                      |  53 +++++++++++-
 MKNetworkKit/MKNetworkEngine.m                                      | 122 ++++++++++++++++++++--------
 MKNetworkKit/MKNetworkKit.h                                         |  12 ++-
 MKNetworkKit/MKNetworkOperation.h                                   |  90 +++++++++++++++++++-
 MKNetworkKit/MKNetworkOperation.m                                   | 249 ++++++++++++++++++++++++++++++++++++--------------------
 README.mdown                                                        |  36 +++++---
 ServerTests/basic_auth.php                                          |   2 +-
 iOS-Demo/MKNetworkKit-iOS-Demo.xcodeproj/project.pbxproj            |  40 ++++-----
 iOS-Demo/MKNetworkKitDemo/AppDelegate.h                             |  21 ++---
 iOS-Demo/MKNetworkKitDemo/AppDelegate.m                             |  78 ++++++++----------
 iOS-Demo/MKNetworkKitDemo/AuthTestEngine.h                          |  21 -----
 iOS-Demo/MKNetworkKitDemo/AuthTestEngine.m                          | 134 ------------------------------
 iOS-Demo/MKNetworkKitDemo/ExampleDownloader.h                       |  29 -------
 iOS-Demo/MKNetworkKitDemo/ExampleDownloader.m                       |  43 ----------
 iOS-Demo/MKNetworkKitDemo/ExamplePost.h                             |  12 ---
 iOS-Demo/MKNetworkKitDemo/ExamplePost.m                             |  34 --------
 iOS-Demo/MKNetworkKitDemo/ExampleUploader.h                         |  33 --------
 iOS-Demo/MKNetworkKitDemo/ExampleUploader.m                         |  70 ----------------
 iOS-Demo/MKNetworkKitDemo/FlickrCell.m                              |  75 ++++++++---------
 iOS-Demo/MKNetworkKitDemo/FlickrEngine.m                            |   2 +-
 iOS-Demo/MKNetworkKitDemo/HTTPSTestEngine.h                         |  15 ++++
 iOS-Demo/MKNetworkKitDemo/HTTPSTestEngine.m                         |  51 ++++++++++++
 iOS-Demo/MKNetworkKitDemo/TestsEngine.h                             |  23 ++++++
 iOS-Demo/MKNetworkKitDemo/TestsEngine.m                             | 100 +++++++++++++++++++++++
 iOS-Demo/MKNetworkKitDemo/ViewController.m                          |  38 +++------
 iOS-Demo/MKNetworkKitDemo/en.lproj/MainStoryboard.storyboard        | 124 +++++++++++++---------------
 44 files changed, 1733 insertions(+), 750 deletions(-)
msealy commented 10 years ago

I agree

skitapa commented 10 years ago

+1 This needs to be done. I also rely on CocoaPods because of the problems involved fixing this manually on every development computer.

jmcopeland commented 10 years ago

+1

barksten commented 10 years ago

+2

VitorRodrigues commented 10 years ago

+3

antonio-openroad commented 10 years ago

+4

EnlightenedMike commented 10 years ago

+5

skitapa commented 10 years ago

I sent him a message on twitter to which he replied almost instantly on jan 27. I asked him for a new release and he answered -Yes, hold on. Since then I have heard nothing. Maybe some of you guys can also try to contact him there?

Rupert-RR commented 10 years ago

+6

Sander-Kornev commented 10 years ago

+7

y0n3t4n1 commented 9 years ago

+8

MKSG-MugunthKumar commented 9 years ago

Guys, there is a new branch v2. Please check it out.