WCDB v1.0.6 Release Notes

Release Date: 2018-01-02 // over 6 years ago
  • ๐ŸŽ iOS/macOS

    ๐Ÿš€ It's the first release for WCDB Swift, which contains exactly the same features as the ObjC version, including:

    • Object-Relational-Mapping based on Swift 4.0 Codable protocol.
    • WCDB Integrated Language Query.
    • Multithreading safety and concurrency.
    • Encryption based on SQLCipher.
    • Protection for SQL injection.
    • Full text search.
    • Corruption recovery.
    • ...

    For further information, please check tutorial on wiki.

    Android

    • ๐Ÿ”Œ Migrate to gradle plugin 3.0.0, target API 26, and minimal API 14.
    • ๐Ÿ‘Œ Support NDK r16, change default toolchain to clang.
    • ๐Ÿ›  Various bug fixes.