Skip to content

v0.1.3

Choose a tag to compare

@ursm ursm released this 19 Mar 15:28
· 25 commits to main since this release
80eeb6d
  • Fix ActiveRecord type registration — use ActiveSupport.on_load(:active_record) to register types regardless of load order
  • Values now work directly in ActiveRecord queries (Shop.where(billing_month: YearMonth.new(2026, 3)))