Replies: 5 comments 4 replies
-
Initial changes are on branch feature/v2 |
Beta Was this translation helpful? Give feedback.
-
I've added I've also added the exact v1 tests and they are all passing |
Beta Was this translation helpful? Give feedback.
-
That’s nice to hear! Do you have any plans for a release of a new version? |
Beta Was this translation helpful? Give feedback.
-
Ready for submission to hackage and stackage now. I've settled on the name All other milestone 1 issues are done |
Beta Was this translation helpful? Give feedback.
-
https://hackage.haskell.org/package/postgresql-migration-0.2.1.2 |
Beta Was this translation helpful? Give feedback.
-
I'm planning to either take over maintenance of https://github.com/ameingast/postgresql-simple-migratio if @ameingast wants to hand it over, or otherwise keep this fork and release a new hackage package.
I use postgresql-simple-migration both for private and work projects and now that ameingast has archived the original project I think its worth having a fork to keep it alive.
What I have already done is
To do all of this there are unfortunately some breaking API changes. Most notably the change from MigrationContext to MigrationOptions. While I would have liked to have kept the API the same I believe that implementing PRs 30 and 36 required an API change to keep things sane.
Given that the breaking change I also decided to remove support for older GHC versions, which cleans up the code a bit.
Milestone 1 contains the issues I think need to be resolved before I can release the first version of the "fork".
(My apologies for the @ if you are not interested in the project/fork. I wont @ again unless you explicitly participate from now on)
Feel free to discuss any concerns or anything you'd like to see here.
Beta Was this translation helpful? Give feedback.
All reactions