All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2522 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.