- Adds all previous version on the Releases page;
- Adds coverage via Codecov;
- Moves the CI to Github Actions;
- Removes spec files from the gem to keep the package smaller;
- Does not restrict Rails version;
- Does not restrict Hashids version;
- Bump Ruby version to 2.6.4;
- Drops
find
override method to avoid finding on a hash that looks like a number issue #1
- Added
find
method to find directly via idy returningnil
when the record is not found; - Added
find!
method to find directly via idy raising an error when the record is not found.
- String that is integer-like is not passed to the original find method.
- Set options on a prefixed var to avoid conflict.
- v0.1.0 had a problem with
push
.
- First release.