SwiftyJSON v2.2.0 Release Notes

Release Date: 2015-04-13 // almost 9 years ago
  • Full Changelog

    Closed issues:

    • init doesn't set type correctly #206

    • โšก๏ธ SwitfyJSON breaks with update to iOS 8.3 & Xcode 6.3 #200

    • 'NSString?' is not convertible to 'String?' error with Swift 1.2 #198

    • I can't install it by carthage #181

    • Can't compare JSON to Float #171

    • extend data to results #160

    • Create JSON From String #159

    • ๐Ÿ‘ No Cocoapods support for iOS 7 #151

    • โšก๏ธ Update to Swift 1.2 #148

    • Url slashes ' / ' are being replaced with ' \/ ' #145

    • Issues when using carthage #144

    • Can not convert [JSON] to JSON #143

    • [!] Unable to find a specification for SwiftyJSON \(= 2.1.3\) #141

    • ๐Ÿš€ Deployment target iOS 7 or iOS 8? #131

    • ๐Ÿ‘ Cocoapods support #126

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ— Only building tests for testing #207 (spanage)

    • โž• Added compatibility with Swift 1.2. #204 (jankaltoun)

    • ๐Ÿ›  Fix for issue #200 #203 (chschu)

    • โšก๏ธ Updated to Swift 1.2 #202 (scottdelly)

    • โšก๏ธ Updated to Swift 1.2 #201 (scottdelly)

    • โšก๏ธ Update to Swift 1.2 #199 (kimdv)

    • Should not get subscript from AnyObject. #196 (Candyroot)

    • โšก๏ธ Update for Swift 1.2 #195 (justinmakaila)

    • โšก๏ธ Update README.md #194 (manijshrestha)

    • โšก๏ธ Optimize the code to avoid useless casts to swift arrays. #188 (mirion)

    • ๐Ÿ›  Fixed the buildable name in the OSX scheme #187 (cnoon)

    • โšก๏ธ Updated code signing identities for OSX target and tests #186 (cnoon)

    • ๐Ÿ›  Fix int overflow compile error #178 (mono0926)

    • ๐Ÿ›  Fixed a bug when accessing a value directly via a string subscript when the current object is a dictionary #176 (JosephDuffy)

    • ๐Ÿ‘ Better support for carthage users #174 (rromanchuk)

    • ๐Ÿ›  Fixes a 32bit/64bit issue. #172 (enhorn)

    • โšก๏ธ Update README for new Cocoapods #170 (joelparkerhenderson)

    • ๐Ÿ›  Fixed a crash when entering json["NotExistPath"] #167 (ybeapps)

    • โž• Adding Swift 1.2 support #158 (Jasdev)

    • ๐Ÿ›  Fix issues with the OS X target and scheme #156 (rastersize)

    • ๐Ÿ›  Fix issues with the OS X target and scheme #155 (rastersize)

    • โœ‚ Remove SwiftJSON.xcodeproj/xcuserdata #154 (rastersize)

    • ๐Ÿ”„ Change to not build test when building iOS framework target [Xcode 6.3 + external tools] #153 (rastersize)

    • ๐Ÿ›  Fix tests not building for 32-bit [Xcode 6.3] #152 (rastersize)

    • ๐Ÿ›  Swift 1.2 compatibility fixes #149 (darrarski)

    • [README.md] Setter for JSON array should use arrayObject not array #146 (lwu)

    • โž• add missing ` in comments #142 (zhxnlai)

    • ๐Ÿ›  Fix README.md nested example #139 (watsonbox)

    • ๐Ÿ›  Shared OSX Scheme. OSX target fixes. #138 (haveahennessy)

    • Casting to NSDictionary instead of [String : AnyObject] #137 (clwkct)

    • โšก๏ธ Update README.md #136 (esbenvb)

    • โšก๏ธ Update README.md #135 (esbenvb)

    • ๐Ÿ›  Fixed the broken Carthage OS X Support. #134 (remaerd)

    • ๐Ÿ›  Prefixed "SequenceType" extension with Module name #124 (ravero)

    • Code cleaning #123 (wiruzx)