novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 41 forks source link

Full Codable support and version 0.9.0 #69

Closed novi closed 6 years ago

novi commented 6 years ago

I'm planning following changes on next minor(actually major) version 0.9.0.

Current row decoder QueryRowResultType and parameter type QueryParameterDictionaryType will be deprecated or support dropped.

And will maintain 0.8.x for a period of time on 0.8-branch.

Related #58 #68.

novi commented 6 years ago

Released 0.9.0-beta.1 with Codable support.

florianreinhart commented 6 years ago

This is awesome! I'll try to test it asap.

florianreinhart commented 6 years ago

@novi 0.9.0 works great for me. Just two issues I ran into:

novi commented 6 years ago

@florianreinhart These issues will be fixed in #85, #86.

novi commented 6 years ago

Released 0.9.0-beta.6, includes #85, #86 and various bug fixes.

novi commented 6 years ago

Released 0.9.0.