Releases: hummingbird-project/postgres-migrations
Releases · hummingbird-project/postgres-migrations
v1.1.0
Minor release changes
- Add options to
DatabaseMigrations.apply/revert/revertInconsistentto ignore or remove unknown migrations. #3 - Add option to
DatabaseMigrations.revertInconsistentto not revert all migrations after it finds an inconsistent migration. #3
Patch release changes
- Add upcoming features
ExistentialAny,InternalImportsByDefaultandMemberImportVisibility. #2 from @zunda-pixel
Other changes
- Tests now use Swift testing. #5
v1.0.0
Database migrations for Postgres databases using PostgresNIO.
No new changes from v0.1.0
v1.0.0 Release candidate
No new changes
v0.1.0
Initial release