WCDB v1.0.8 Release Notes

Release Date: 2018-11-12 // over 5 years ago
  • Android

    • ๐Ÿ‘Œ Support for Room library from Android Jetpack. See README and Wiki for details.

Previous changes from v1.0.7

  • ๐ŸŽ iOS/macOS

    • ๐Ÿ›  Fix nil string bug while inserting empty string.
    • โฌ‡๏ธ Reduce size of binary and provide a non-bitcode scheme by --configuration WithoutBitcode for Carthage.
    • Avoid conflict between builtin SQLCipher and other SQLite based library(including system library).
    • Code template is not installed automatically now. Developers can run curl https://raw.githubusercontent.com/Tencent/wcdb/master/tools/templates/install.sh -s | sh to install it manually.