SwiftyJSON v1.0.0 Release Notes

Release Date: 2014-09-26 // over 9 years ago
  • 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)

    • 0๏ธโƒฃ 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