Skip to content

4.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wongzigii wongzigii released this 08 Sep 09:06
· 86 commits to master since this release

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 is writingOptionsKeys.
  • (f9afe96 @wongzigii) SwiftyJSON now use throws for error handling
    init(data, options opt, error) now is init(data, options opt) throws.
  • (083c6d7 @wongzigii) Use Swift.Error type instead of NSError, now JSON's error is SwiftyJSONError type.

Improvements:

Thank @JackSteven, @mictab, @neoneye, @Tawfikk and others who helped review the pull requests and contribute to the documentations. 🎉 🎉