Sha256: 5059a779a0405ef0a821a239dab985d2b0106999540ffa1084fe803a6b2d6c71

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

## [Unreleased]

## [0.6.1] - 2023-02-09

- Fix `#encoded_id` to return nil if `#id` is nil
- Ensure `encoded_id` memoization is cleared when record is duplicated, or id changes

## [0.6.0] - 2022-12-21

- Rename mixin to `Model`
- Introduce optional mixins for overriding `#to_param`

## [0.5.0] - 2022-12-21

- `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`

## [0.4.0] - 2022-12-18

- Refactor internals, remove any methods not actually related to creating `encoded_id`, (eg `slugged_id` was removed).

## [0.3.1] - 2022-12-15

- Fix default config

## [0.3.0] - 2022-12-15

- Updates gem `encoded_id` dependency and fixes configuration

## [0.2.0] - 2022-12-14

- No notes...

## [0.1.0] - 2022-11-17

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
encoded_id-rails-0.6.1 CHANGELOG.md