Releases: metabase/toucan
Releases · metabase/toucan
1.1.1
update!
now works correctly with non-integer IDs. (#20) (Credit: @AndreTheHunter)- Fix issue where
defmodel
macro didn't work correctly inside of other macros (#19) (Credit: @AndreTheHunter) - Improvements to make tests & linters easier to run locally (#19, #21) (Credits: @camsaul, @AndreTheHunter)
1.1.0
- Make
toucan.db/insert!
and friends use HoneySQL, so that you can usehoneysql.core/call
for SQL function calls. (Credit: @plexus) - You can now pass protocol implementations directly to
defmodel
, the same way as you would withdefrecord
ordeftype
(#9) (Credit: @plexus) - Toucan models now implement
empty
(#1) andapply
(#2) (Credit: @plexus) - Fix typo in error message (#8) (Credit: @bandresen)