Changelog History
Page 1
-
v5.0.0 Changes
April 02, 2019β Nothing breaking new API changed. Just cleaning up some warnings in Xcode 10.2.
Compatible with Swift 5 and Xcode 10.2.
-
v4.3.0
April 02, 2019 -
v4.2.0 Changes
September 25, 2018π SwiftyJSON 4.2.0 requires Swift 4.2 compiler and Xcode 10 to build.
The minimum requirement of watchOS bumps to watchOS 3.0+.
π This version removed all deprecated APIs. If you are still using outdated APIs, you should ship with the latest ones.
-
v4.1.0 Changes
April 18, 2018π Improvements
- π
Codable
protocol support #923 (Thanks @wleii) - π Xcode 9.3 support #951 (Thanks @wongzigii)
- π Improve string test for boolean value #947 (Thanks @otaviolima)
- β‘οΈ Update Travis CI to Xcode 9.3 image #954 (Thanks @wongzigii)
π Docs
- README improvements #953, #952, #929 and #504 (Thanks @wongzigii, @tomduncalf and @bojanstef)
- π
-
v4.0.0 Changes
November 08, 2017π This is the official release of SwiftyJSON 4.0.0
This version is Swift 4 compatible.
π We've improved the documentation since 4.0.0-alpha.1.
-
v4.0.0-alpha.1 Changes
September 08, 2017π This is a pre-release version of SwiftyJSON 4.0.0.
π Changes:
- (1c5e902 @MikotoZero) Simplify initialize methods invocation.
- (a76d81d @craiggrummitt) Fix "double t" spelling mistake,
writtingOptionsKeys
now iswritingOptionsKeys
. - (f9afe96 @wongzigii) SwiftyJSON now use
throws
for error handling
init(data, options opt, error)
now isinit(data, options opt) throws
. - (083c6d7 @wongzigii) Use
Swift.Error
type instead ofNSError
, now JSON's error isSwiftyJSONError
type.
π Improvements:
- π (619fba2 @wongzigii) SwiftLint compatible.
- (1d64b89 @wongzigii) Add GitHub issue and pull request template.
- (d932f64 @matthew-an) Fix a potential crash issue by checking whether index is out of json arrayβs bound.
- π (e4b2644 @JeffGuKang @Humoud) Documentation improvement and source code gardening.
- (#887 @Taillook, @hitendradeveloper, @Harshit31) Add "yes" and "1" to string.boolValue array
π Thank @JackSteven, @mictab, @neoneye, @Tawfikk and others who helped review the pull requests and contribute to the documentations. π π
-
v3.1.4 Changes
December 22, 2016π This release includes new features and shouldnβt break backwards compatibility with SwiftyJSON 3.1.3.
π Fixes:
- Check for pre-escaped URLs to prevent double-escaping of % character. (#678 Thanks @dawvee)
- π Fix an unexpected behavior when passing Int8 type number into JSON. (#717 Thanks @SumoSimo)
- β Resolve a warning about expression implicitly coerced from 'String?' to Any in Swift 3.0.1. (#729 Thanks @ldiqual)
- Swift 3.0.2 / Xcode 8.2 compatible. (#764 Thanks @lbrndnr)
π New Features:
- β Add a flag
castNilToNSNull
to json rawString for converting nil to NSNull. (#610 Thanks @gsabran) - β Add a function to deep merge a JSON object into another JSON object. See Merging (#725 Thanks @danielkiedrowski)
- JSON constructors are more explicit now:
init(object: Any)
becomes:init(_ object: Any)
. (#664 Thanks @MadsBogeskov)
π Documentation improvement:
(Thanks all: @cwkatzmann, @victorlin, @looseyi, @takasek and @naeemshaikh90)
-
v3.1.3
November 16, 2016 -
v3.1.2
November 08, 2016 -
v3.1.1
October 31, 2016