FDTemplateLayoutCell 1.0.0

FDTemplateLayoutCell 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SPMSupports SPM

Maintained by huangboju.



  • By
  • huangboju

Change Log

Unreleased

Full Changelog

Closed issues:

  • 156 compiler errors Mavericks + Xcode 6.2 #220

  • 'AnyObject' is not convertible to 'String'; did you mean to use 'as!' to force downcast? #218

  • pod -> SwiftyJSON (2.1.3) is out-of-date if we compare it to the version mentioned in README.md file. #212

  • 无法获取到 2.2版本的 #211

  • Publish Podspec for version 2.2.0 #210

  • dropping elements? or am I doing something wrong? #209

  • Not working with Swift 1.2 #208

  • 在 Mac 项目里用 Carthage 无法编译 #193

  • 使用中发现解析效率比较低 #190

  • Looks like it will require a change of "as"es to "as!" for Swift 1.2... #150

  • No response appeared #118

  • Swift Optional Values from JSON #116

  • It seems not easy to manipulate an array or dictionary? #110

Merged pull requests:

  • Fix for xcode 6.3..1 issue #224 (datomnurdin)

  • Update the first two examples snippets #223 (kmikael)

  • Allow .number to parse number from string instead of just numberValue #219 (yonaskolb)

  • Fixed spelling and grammar mistakes in README.md. Made some swift syntax... #214 (pRizz)

  • Added a function to deep merge a JSON object into another JSON object... #725 (danielkiedrowski)

2.2.0 (2015-04-13)

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:

2.1.3 (2015-01-10)

Full Changelog

Closed issues:

  • Cannot install using Carthage #122

  • Use of unresolved identifier 'dataFromNetworking' #112

  • I can't parse out the string like "{a:5}" #109

  • Cocoapods integration #108

  • Compile Error In Loop Array #107

  • Support for Carthage #105

Merged pull requests:

2.1.2 (2014-12-13)

Full Changelog

Closed issues:

  • Why can't we parse a rawString back to json object? #101

  • Have a Piece of Code that might be of Value to SwiftyJSon #97

  • build osx application (command line tool) with swiftyjson error #96

  • 这个应该是bug吧,支持的不是很够 #95

  • Length of an array #90

  • Compilation error #89

  • Can't set value #88

  • Examples with AFHTTPSessionManager? #86

Merged pull requests:

2.1.1 (2014-11-12)

Full Changelog

Closed issues:

  • NSDictionary to json string to json object #93

  • Error: use of unresolved identifier dataFromNetworking #82

  • Type [SubscriptType] Does not conform to protocol 'StringLiteralConvertible' #81

  • Doesn't conform literal protocols #80

  • iOS 8.1 compatability #79

  • Xcode 6.1 Compatibility #78

  • Problem with xCode 6.1 #76

  • Compilation errors #75

Merged pull requests:

2.1.0 (2014-10-19)

Full Changelog

Closed issues:

  • 32bit test failures #71

  • Trouble getting string representation #70

  • JSON keep null #69

  • Update .pbxproj to Deployment Target 8.0 #66

  • Looping not working #64

Merged pull requests:

2.0.0 (2014-10-08)

Full Changelog

Closed issues:

  • JSON to NSData #62

  • Updating a json #60

Merged pull requests:

1.1.0 (2014-10-02)

Full Changelog

Closed issues:

  • Long time to parse this json #57

Merged pull requests:

1.0.0 (2014-09-26)

Implemented enhancements:

  • JNumber should be Number not double #8

  • Separate implementations of protocols #5

Fixed bugs:

  • JNumber should be Number not double #8

  • Fails to compile on Beta2 #1

Closed issues:

  • No such module "SwiftyJSON" #49

  • how to transfer JSONValue object to Dictionary object? #48

  • JSONValue in @objc #47

  • SwiftyJSON.swift:331:22: Use of undeclared type 'BooleanType' #46

  • Problem converting JSONValue to AnyObject #44

  • Can't use SwiftyJSON as part of a public API within a framework #42

  • how to add JSONValue object into exist JSONValue #40

  • Doesn't work in BETA 6 #39

  • Can't access property #38

  • Couldn't Compile and Run #37

  • Array index out of range #35

  • Iterating through a JSON response #32

  • NSNull in an array is discarded #25

  • Updating Dictionary #24

  • SourcekitService Terminated Issue #22

  • Code does not compile in iOS 8 Beta 3. #17

  • How to use .count #14

  • Add to cocoapods #12

  • String parsing #9

  • Cocoapods integration #4

  • How do I verify SwiftyJSON workS? #2

Merged pull requests:

  • Revert "Added rawObject method for unwrapping JSONValue enum to objects" #56 (tangplin)

  • set the default JSONReadingOptions to .AllowFragments #55 (tangplin)

  • Fix Unit Test #54 (lingoer)

  • Add NSError to Null type #53 (lingoer)

  • Refactor! #51 (tangplin)

  • Rename LISCENSE to LICENSE #50 (fixe)

  • Added rawObject method for unwrapping JSONValue enum to objects #45 (k06a)

  • made JSONValue public for usage in framework APIs #43 (Dschee)

  • Adding public/private modifiers so that SwiftyJSON can be used as a framework #41 (jansabbe)

  • Rename LISCENSE to LICENSE #36 (kriswallsmith)

  • Fix for Xcode 6 beta 5 changes #34 (FahimF)

  • Use BooleanType instead of LogicValue for Beta 5 #33 (venables)

  • Support for JSON as string #31 (bsvingen)

  • Support building JSON messages in code. #30 (johnno1962)

  • Update project to include access modifiers from Xcode beta 4. #29 (Baltoli)

  • jsonvalue now conforms to sequence protocol for array values #28 (NatashaTheRobot)

  • updated array and dictionary syntax for beta3 #27 (NatashaTheRobot)

  • Update for Beta 4: exposing JSONValue with public #26 (NachoSoto)

  • SourceKitService Termination issue fix #23 (ipraba)

  • Add percent escaping to URL string #21 (romanroibu)

  • Converting JSON objects to string is fixed #20 (bkase)

  • JSONValue can be inited via string #19 (bkase)

  • Updated to remove errors in Xcode Beta 3 #18 (krishpop)

  • add first and last in JSONValue, add string to double, int etc. #16 (tangplin)

  • add a "url" property to JSONValue #15 (kyoh)

  • Some typo fixes #13 (gregbarbosa)

  • Separate protocols implementation, refactor prettyString composing #6 (garnett)

  • Add project with both OSX/iOS module targets #3 (garnett)

* This Change Log was automatically generated by github_changelog_generator