Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.35 KB

Changes for 1.2.4

  • fixed support for the excludeObjects/includeObjects options with thanks to @manuelsanchezortiz (Issue 23).

Changes for 1.2.3

  • Updated the plugin to use the correct, non-snapshot release of the Groovy DSL (Issue #22).

Changes for 1.2.2

  • 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).

Changes for 1.2.1

  • Updated the DSL to fix a customChange issue.

Changes for 1.2.0

  • Updated the DSL to support most of Liquibase 3.4.2 (Issue #4 and Issue #6)

Changes for 1.1.1

  • 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)

Changes for 1.1.0

  • Refactored the project to fit into the Liquibase organization.

Changes for 1.0.2

  • Bumped the dependency on the Groovy DSL to a version that works with Java versions before JKD8 (Issue #27)

Changes for 1.0.1

  • Added support for prefixes for liquibase task names (Issue #20)

  • Added support for Liquibase 3.3.2.

  • Fixed the status and unexpectedChangeSets commands to support the --verbose command value.