- fixed support for the excludeObjects/includeObjects options with thanks to @manuelsanchezortiz (Issue 23).
- Updated the plugin to use the correct, non-snapshot release of the Groovy DSL (Issue #22).
-
Updated the plugin to use the latest Groovy DSL bug fixes
-
Worked around a Liquibase bug that was causing problems with the
status
command (Issue #3).
- Updated the DSL to fix a customChange issue.
- Updated the DSL to support most of Liquibase 3.4.2 (Issue #4 and Issue #6)
-
Added support for Liquibase 3.3.5
-
Fixed the task descriptions to correctly identify the property that is used to pass values to commands (Issue #2)
- Refactored the project to fit into the Liquibase organization.
- Bumped the dependency on the Groovy DSL to a version that works with Java versions before JKD8 (Issue #27)
-
Added support for prefixes for liquibase task names (Issue #20)
-
Added support for Liquibase 3.3.2.
-
Fixed the
status
andunexpectedChangeSets
commands to support the--verbose
command value.