Skip to content

Releases: inoas/gleam-cake

v2.1.3

28 Jul 14:32
Compare
Choose a tag to compare

What's Changed

  • Redo examples on recent stdlib by @inoas in #22

Full Changelog: v2.1.2...v2.1.3

v2.1.2

09 Jul 20:06
Compare
Choose a tag to compare

What's Changed

  • pog 4.0 support internally, deps updates by @inoas in #21

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Apr 21:00
e91fbe6
Compare
Choose a tag to compare

What's Changed

  • doc(README): installation command typo by @vit0rr in #19
  • deps updates by @inoas in #20

New Contributors

  • @vit0rr made their first contribution in #19

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Nov 20:49
6c69228
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

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