Skip to content

v0.1.3

Compare
Choose a tag to compare
@wbotelhos wbotelhos released this 31 Mar 15:46

Features

  • Added find method to find directly via idy returning nil 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.