- Switch from deprecated cryptohash dependency to cryptohash-md5
- Relaxed version bounds for postgresql-simple to include 0.7
- Forked & renamed to postgresql-migration
- Support for changing the schema_migration table name
- Support custom logging
- API option to control how transactions are used
- Support for older GHC versions dropped
- Bumped dependencies
- Bumped dependencies
- Bumped dependencies
- Bumped dependencies
- Support for GHC 8.4
- Improved documentation
- Fixed exists_table
- Fixed hackage warnings
- Relaxed time bounds
- Bumped dependencies
- Added MigrationCommands allowing sequencing of migrations in the Haskell API
- Derived more datatypes for MigrationResult
- Bumped dependencies
- Propagate migration and validation result to application exit code
- Support for GHC 8
- Bumped dependencies
- Improved error logging in standalone binary
- Better transaction handling
- Improved documentation
- Moved Util module
- Improved documentation
- Support for schema validations.
- Improved Haskell API
- Support for file-based and Haskell migrations.