Releases: stevegeek/encoded_id-rails
Releases · stevegeek/encoded_id-rails
v0.6.2
- Fix
encoded_id
memoization clearing when record is duplicated
v0.6.1
- Fix
#encoded_id
to return nil if #id
is nil
- Ensure
encoded_id
memoization is cleared when record is duplicated, or id changes
v0.6.0
- Rename
WithEncodedId
to Model
- Introduce optional mixins for overriding
#to_param
v0.5.0
name_for_encoded_id_slug
no longer uses the return value from name
but rather just uses the class name.
If you want to change the name used in the slug, override name_for_encoded_id_slug
v0.4.0
Refactor internals, remove any methods not actually related to encoded_id, eg slugged_id
0.3.0
Updates encoded_id
and fixes configuration