- New: Support for Ruby versions 3.0 and 3.1.
- New: Models that include
identifiable
will now use Identifiable's public ID for the #to_key
and #to_param
methods, meaning that you can now use Rails helpers like dom_id(@order)
and order_path(@order)
, and they'll use public IDs instead of the database primary key.
- Removed: I've removed support for Ruby 2.5 and 2.6. The new minimum supported Ruby version is 2.7.
- Fixed: A migration will no longer fail if the model has
identifiable
but the table doesn't exist yet.
See all the changes between 0.1.0 and 0.2.0