Skip to content

Releases: AnyMindGroup/skunk-codegen

v0.2.4

12 Jan 07:15
a354506

Choose a tag to compare

What's Changed

  • add missing docker cleanup on failures by @rolang in #27

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Jan 06:35
1f134c7

Choose a tag to compare

What's Changed

  • update scala syntax and test on compilation by @rolang in #26

Full Changelog: v0.2.2...v0.2.3

v0.2.2

25 Jul 04:44
a9539bb

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

15 Jul 07:40
570ac9d

Choose a tag to compare

What's Changed

  • update migration files hash for caching (removed file path from hash, take only .sql file content and order into account) @rolang in #24

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Jul 05:36
af252f3

Choose a tag to compare

What's Changed

This release contains a major rewrite that decouples the code generator from usage with sbt as sbt plugin.
The code generator as released as native binary with a command line interface that can be used with any build tool or standalone.

For an example on how to use it with SBT see the section #example-usage-of-command-line-as-source-generator-in-sbt in the docs.

Other features, improvements and changes

  • #22 adds support for repeatable migrations
  • #13 feature: add configurable constraint in upsert query method by @alialiusefi in #21
  • Remove requirement of connection parameters for Postgres. By default the code generator will spin up a Postgres Docker container on a free port and connect to it if -use-connection parameter is not provided.
  • Improved caching by using migration files hash instead of file modification timestamp
  • Dropped Scala 2 support

New Contributors

Full Changelog: v0.1.13...v0.2.0

v0.1.13

21 Nov 13:42
83b7b0b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

15 Nov 06:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12