sqldelight v1.4.2 Release Notes

Release Date: 2020-08-27 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘ [Runtime] Support new JS IR backend
    • ๐Ÿ”Œ [Gradle Plugin] Add generateSqlDelightInterface Gradle task. (by Niklas Baudy)
    • ๐Ÿ”Œ [Gradle Plugin] Add verifySqlDelightMigration Gradle task. (by Niklas Baudy)

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ [IDE Plugin] Use the gradle tooling API to facilitate data sharing between the IDE and gradle
    • 0๏ธโƒฃ [IDE Plugin] Default to false for schema derivation
    • ๐Ÿ”Œ [IDE Plugin] Properly retrieve the commonMain source set
    • [MySQL Dialect] Added minute to mySqlFunctionType() (by MaaxGr)