Releases: wbotelhos/idy
Releases · wbotelhos/idy
v1.2.0
Fixes
Updates
- Adds all previous versions 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;
v1.1.0
v1.0.0
v0.1.3
Features
- 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.
Fixes
- String that is integer-like is not passed to the original find method.