All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2300 days ago

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 as BLOB. Therefore, it is mapped to NSData. 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
  • 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, 2017

    Public 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.