Skip to content

Releases: metabase/toucan

1.1.1

11 Dec 23:53
ccc0617
Compare
Choose a tag to compare

1.1.0

21 Jun 18:54
Compare
Choose a tag to compare
  • Make toucan.db/insert! and friends use HoneySQL, so that you can use honeysql.core/call for SQL function calls. (Credit: @plexus)
  • You can now pass protocol implementations directly to defmodel, the same way as you would with defrecord or deftype
    (#9) (Credit: @plexus)
  • Toucan models now implement empty (#1) and apply (#2) (Credit: @plexus)
  • Fix typo in error message (#8) (Credit: @bandresen)

1.0.3

03 May 18:52
Compare
Choose a tag to compare

Fixed #6: Fix hydration for fields that end in -id. Credit: @plexus