Skip to content

Releases: daniel-shuy/liquibase-slick-codegen-sbt-plugin

1.1.1

07 Nov 16:27
Compare
Choose a tag to compare

Bug Fixes:

  • Dependency on Slick Codegen version reduced to lowest minor/patch version (3.0.0 for Scala 2.10/2.11, 3.2.0 for Scala 2.12).

1.1.0

07 Nov 16:18
Compare
Choose a tag to compare

Improvements:

  • Bump sbt-liquibase dependency version to 1.2.0 [#18]
  • Add companion object for SourceCodeGenerator [#11]
  • Bump h2 dependency version to 1.4.200 [#20]

1.0.0

17 Feb 16:36
Compare
Choose a tag to compare

This release mainly adds support for SBT 1.x. As of 1.0.0, SBT has changed their versioning to use semantic versioning, so future 1.x versions of SBT will remain binary compatible with SBT 1.0 (unlike how SBT 0.13 wasn't binary compatible with 0.12).

In order to support SBT 1.x, this plugin was changed to depend on permutive/sbt-liquibase (a fork of sbtliquibase/sbt-liquibase-plugin) instead of sbtliquibase/sbt-liquibase-plugin. If your project explicitly depended on sbtliquibase/sbt-liquibase-plugin, this is a breaking change.

Improvements:

0.1.2

04 Apr 07:17
Compare
Choose a tag to compare

Bug Fixes:

  • Fix case-sensitivity issue on Linux [#2] (credits to @ajwhitney for the PR)

0.1.1

13 Mar 11:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix cache deletion before executing liquibase-slick-codegen

0.1.0

03 Apr 03:57
Compare
Choose a tag to compare

Initial Release