All Versions
34
Latest Version
Avg Release Cycle
65 days
Latest Release
539 days ago

Changelog History
Page 2

  • v1.11.0.0 Changes

    March 29, 2021
    • ๐Ÿ‘Œ Support running with higher table versions in the database than in the code
  • v1.10.4.0 Changes

    February 04, 2021
    • Generate valid INSERT SELECT query with data modifying WITH clauses
    • โž• Add DerivingVia helpers for enums
  • v1.10.3.0 Changes

    November 16, 2020
    • Include LIMIT clause in UNION subqueries of the select
  • v1.10.2.1 Changes

    May 05, 2020
    • โž• Add support for GHC 8.10
  • v1.10.2.0 Changes

    January 20, 2020
    • โž• Add support for UNION clause
    • โž• Add support for GHC 8.8
  • v1.10.1.0 Changes

    January 09, 2020
    • โž• Add support for ON CONFLICT clause
  • v1.10.0.0 Changes

    November 05, 2019
    • Implement UuidT Column Type (#28).
    • ๐Ÿ›  Fix sqlValidateCheck and sqlValidateFK
  • v1.9.0.1 Changes

    June 04, 2019
    • Create composite types automatically only if database is empty (#24).
  • v1.9.0.0 Changes

    May 22, 2019
    • Extend checkDatabaseAllowUnknownTables to allow unknown composite types and rename it to checkDatabaseAllowUnknownObjects (#22).
    • โœ‚ Remove the Default instance for ExtrasOptions; use defaultExtrasOptions instead (#23).
  • v1.8.0.0 Changes

    April 30, 2019
    • ๐Ÿ‘‰ Make composite types subject to migration process (#21).
    • โž• Add a migration type for concurrent creation of an index (#21).