All Versions
47
Latest Version
Avg Release Cycle
62 days
Latest Release
570 days ago

Changelog History
Page 5

  • v0.3.0 Changes

    April 26, 2016
    • New: Column definitions use SQLite types and can have additional 'AS' constraint to specify java type.
    • New: Bug reports can be sent from the IDE.
    • Fix: Autocomplete functions properly.
    • Fix: SQLDelight model files update on .sq file edit.
    • Removed: Attached databases no longer supported.
  • v0.2.2 Changes

    March 07, 2016
    • New: Compile-time validation of the columns used by insert, update, delete, index, and trigger statements.
    • Fix: Don't crash IDE plugin on file move/create.
  • v0.2.1 Changes

    March 07, 2016
    • New: Ctrl+/ (Cmd+/ on OSX) toggles comment of the selected line(s).
    • New: Compile-time validation of the columns used by SQL queries.
    • Fix: Support Windows paths in both the IDE and Gradle plugin.
  • v0.2.0 Changes

    February 29, 2016
    • New: Added copy constructor to Marshal class.
    • New: Update to Kotlin 1.0 final.
    • Fix: Report 'sqldelight' folder structure problems in a non-failing way.
    • Fix: Forbid columns named table_name. Their generated constant clashes with the table name constant.
    • Fix: Ensure IDE plugin generates model classes immediately and regardless of whether .sq files were opened.
    • Fix: Support Windows paths in both the IDE and Gradle plugin.
  • v0.1.2 Changes

    February 13, 2016
    • Fix: Remove code which prevented the Gradle plugin from being used in most projects.
    • Fix: Add missing compiler dependency on the Antlr runtime.
  • v0.1.1 Changes

    February 12, 2016
    • Fix: Ensure the Gradle plugin points to the same version of the runtime as itself.
  • v0.1.0 Changes

    February 12, 2016

    ๐ŸŽ‰ Initial release.