GRDB.swift v0.46.0 Release Notes

  • ๐Ÿš€ Released March 5, 2016

    ๐Ÿ†• New

    • ๐Ÿ‘Œ Improved counting support in the query interface (documentation)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“š Swift enums that behave like other database values now need to declare DatabaseValueConvertible adoption. The DatabaseIntRepresentable, DatabaseInt32Representable, DatabaseInt64Representable and DatabaseStringRepresentable protocols have been removed (documentation)