All Versions
5
Latest Version
Avg Release Cycle
6 days
Latest Release
-
Changelog History
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 theDiff
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
- โ Add
-
v0.1.2.0 Changes
December 08, 20200.1.2.0
- ๐ Escape sql identifiers that are on the postgres reserved keywords list
-
v0.1.1.0 Changes
December 01, 20200.1.1.0
- ๐ Escape sql identifiers only when required by the postgres syntax rules
-
v0.1.0.1 Changes
November 21, 20200.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, 20200.1.0.0
- ๐ Initial release. Generate schemas and migrations for beam databases. See limitations in README.md