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.