WCDB v1.0.6.2 Release Notes

Release Date: 2018-06-06 // almost 6 years ago
  • ๐ŸŽ iOS/macOS

    ๐Ÿ›  It's a bug fixed version. Since Swift 4.1.x contains bugs that make WCDB fails to compile, developers should use Xcode 10(with Swift 4.2).

    Swift
    • Compatible with Swift 4.2. The ColumnEncodable and ColumnDecodable is now changed. Check the code snippet, file template or wiki for the new usage.
    • ๐Ÿ‘‰ Use Double column type for Date.

    ๐Ÿ”จ FYI, a refactor is needed to fit the new conditional conformance design of Swift 4.2. We will finish it in next version.

    Android

    • ๐Ÿ‘‰ Use C++14 and libc++_static runtime on JNI routines.
    • ๐Ÿ›  Fix "no implementation found" log on libwcdb.so initialization.
    • ๐Ÿ›  Fix ProGuard rules when importing from AAR package.