Closed jfburdet closed 12 years ago
Just to precise this issue: you can fetch pending migrations without executing them. But this only gives you a count. You are looking for the timestamps/tags of the pending migrations. This information is not available through the current interfaces.
This feature should be looked at when resolving issue #25.
I've just committed a first draft of this feature. It will be contained in v2.0. Please have a look if the new API satisfies your needs.
Just released in 2.0.0.
As dicussed by email, having a way to fetch pending IMigration without applying them would be a nice feature allowing me to implemend a "Preview" feature.
One should look to extend IMigrationBatch interface.