selda v0.5.1.0 Release Notes

Release Date: 2020-01-20 // about 4 years ago
  • ๐Ÿš€ Major feature of this release: build queries from raw SQL fragments.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘Œ Support for raw SQL fragments. (#134)
    • ๐Ÿ”ฆ Expose tableName.
    • ๐ŸŽ Document performance drawbacks of withoutForeignKeyEnforcement.
    • ๐Ÿ›  Fix several bugs validating auto-incrementing PKs. (#133)

Previous changes from v0.5.0.0

  • ๐Ÿš€ Would have been a minor release if not for index and indexUsing getting new type signatures.

    ๐Ÿ”„ Changelog

    • index and indexUsing now accept a Group instead of a Selector (#121)
    • Custom type errors for scope mismatches.
    • Provide Generic instances for ID and RowID.
    • Provide To/FromJSON instances for ID and RowID (selda-json).
    • โž• Add back MonadTrans instance for SeldaT.