Releases: inoas/gleam-cake
Releases · inoas/gleam-cake
v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.1.2
- 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
v1.1.0
v1.0.1
- Breaking but very small bug fix change:
insert.on_columns_conflict_ignore
specifies its column list via the
columns
label instead ofcolumn
label.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: v0.15.0...v1.0.0
V 1.0.0 release
v1.0.0-rc.0
Full Changelog: v0.15.0...v1.0.0-rc.0
v0.15.0
Full Changelog: v0.14.0...v0.15.0