matthewcheok / JSONCodable

Hassle-free JSON encoding and decoding in Swift
MIT License
602 stars 66 forks source link

Xcode GM supported #53

Closed xmkevinchen closed 8 years ago

mokagio commented 8 years ago

I've been using this branch for a couple of days and it's working well for me. Any plans on when to release an official Swift 3 version? JSONCodable 3.0 maybe?

Nadohs commented 8 years ago

Currently we are looking at branch develop2 as the next release candidate, which is also Xcode 8 GM ready, since we decided against the implementation for top level arrays implemented in this branch. Also after the previous additions there seemed to be some tests failing.

That being said I'll do my best to have a Swift 3 release this week, as it is clearly long overdue.