All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2821 days ago
Changelog History
Changelog History
-
v2.1.3 Changes
December 10, 2017- 🛠 Float issue fixed
- ➕ Add issue template
-
v2.1.2 Changes
October 16, 2017👌 Improve mapping of BLOB types.
NOTE:
TEXT
type is treated asBLOB
. Therefore, it is mapped toNSData
. Please, consider it in your code. -
v2.1.1 Changes
May 20, 2017🚀 This release includes minor fix to establish SSL connection.
📚 Check out the documentation. -
v2.1.0 Changes
April 24, 2017- 🛠 Fix bitcode issue (thanks for reporting @anoadragon453)
-
v2.0.0 Changes
April 03, 2017- ✂ Remove dependency on mysql-connector-c 💪🏻
- ⚡️ Update the library to the latest MySQL version 5.7.17 😎
- 🍱 Start Swift support 🎉
- 👍 Better support of iOS and macOS 👍🏻
-
v1.0.2 Changes
February 28, 2017- 👌 Support of UTF8MB4.
- Minor code enhancements.
-
v1.0.1 Changes
February 22, 2017Public method added -escapedUsingEncoding:
-
v1.0.0 Changes
February 07, 2017- ➕ Added support for different encoding formats
- 🛠 Fix memory issue
- Edit versioning
-
v0.3.1.beta Changes
January 11, 2017🛠 Fix 'NULL' issue.
🚀 Unit tests are pending that's why it is beta release.Thanks guys for collaboration ;]
-
v0.3.0 Changes
August 26, 2016👍 From now, OHMySQL supports multithreading. It means that you can do operations asynchronously.