Skip to content

Releases: inoas/gleam-cake

v2.0.2

03 Nov 09:15
dab33cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Oct 14:34
601d04c
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Oct 11:29
af0cb03
Compare
Choose a tag to compare

What's Changed

  • Rename some public functions
  • Fix names by @inoas in #11
  • Femo-fix by @inoas in #12
  • Make test setup run on most recent stable db docker images locally by @inoas in #13

Full Changelog: v1.1.2...v2.0.0

v1.1.2

30 Aug 18:35
7a38217
Compare
Choose a tag to compare
  • Consistent dialect function names across all 4 RDMBS, fixed/renamed functions:
    • postgres_dialect/read_cake_query_to_prepared_statement =>
      postgres_dialect/cake_query_to_prepared_statement
    • postgres_dialect/query_to_prepared_statement =>
      postgres_dialect/read_query_to_prepared_statement
    • sqlite_dialect/read_cake_query_to_prepared_statement =>
      sqlite_dialect/cake_query_to_prepared_statement
    • sqlite_dialect/query_to_prepared_statement =>
      sqlite_dialect/read_query_to_prepared_statement
    • Note that while this a breaking change, the compiler will complain and the
      fix is trivial.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Aug 19:50
a1dc23a
Compare
Choose a tag to compare

What's Changed

  • require gleam 1.3.0

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 Aug 19:13
611ce3f
Compare
Choose a tag to compare

What's Changed

  • add LATERAL, prep todos by @inoas in #8

Full Changelog: v1.0.1...v1.1.0

v1.0.1

26 Jul 15:28
1340425
Compare
Choose a tag to compare
  • Breaking but very small bug fix change:
    insert.on_columns_conflict_ignore specifies its column list via the
    columns label instead of column label.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Jul 19:16
3616ee6
Compare
Choose a tag to compare

Full Changelog: v0.15.0...v1.0.0

V 1.0.0 release

v1.0.0-rc.0

23 Jul 21:51
0ce7d39
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

Full Changelog: v0.15.0...v1.0.0-rc.0

v0.15.0

23 Jul 13:29
ad3d33f
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Full Changelog: v0.14.0...v0.15.0