Releases: AnyMindGroup/skunk-codegen
Releases · AnyMindGroup/skunk-codegen
v0.2.4
v0.2.3
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- update migration files hash for caching (removed file path from hash, take only
.sqlfile content and order into account) @rolang in #24
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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-connectionparameter is not provided. - Improved caching by using migration files hash instead of file modification timestamp
- Dropped Scala 2 support
New Contributors
- @alialiusefi made their first contribution in #21
Full Changelog: v0.1.13...v0.2.0
v0.1.13
v0.1.12
What's Changed
- remove update statement if table is a view by @qhquanghuy in #17
- update default output directory by @rolang in #18
New Contributors
- @qhquanghuy made their first contribution in #17
Full Changelog: v0.1.11...v0.1.12