All Versions
5
Latest Version
Avg Release Cycle
6 days
Latest Release
-

Changelog History

  • v0.1.3.0 Changes

    • โž• Add showMigration
    • Extend allowable version bounds for aeson, base, dlist, pretty-simple, and splitmix
    • โž• Add support for postgres' oid column type
    • โž• Add calcMigrationSteps function to compute the Diff that will be performed by a migration without altering the database.
    • ๐Ÿ‘Œ Support GHC 9.0.2
    • ๐Ÿ›  Fix an issue where names starting with an upper case letter and containing no other characters requiring escaping would not be properly escaped
  • v0.1.2.0 Changes

    December 08, 2020

    0.1.2.0

  • v0.1.1.0 Changes

    December 01, 2020

    0.1.1.0

  • v0.1.0.1 Changes

    November 21, 2020

    0.1.0.1

    • Loosen time version bounds
    • โš  readme: Fix warning about a transaction already running
    • ๐Ÿ‘Œ Support for GHC 8.10
  • v0.1.0.0 Changes

    November 21, 2020

    0.1.0.0

    • ๐ŸŽ‰ Initial release. Generate schemas and migrations for beam databases. See limitations in README.md