v0.1.3
- 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)))
ActiveSupport.on_load(:active_record) to register types regardless of load orderShop.where(billing_month: YearMonth.new(2026, 3)))