Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

59 lines (33 loc) · 1.34 KB

v1.2.1

Fixes

v1.2.0

Fixes

  • Allows namespaced class to be obfuscated. #10 by vitobotta

Updates

v1.1.0

Updates

  • Does not restrict Rails version;
  • Does not restrict Hashids version;
  • Bump Ruby version to 2.6.4;

v1.0.0

Break Changes

  • Drops find override method to avoid finding on a hash that looks like a number issue #1

v0.1.3

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.

v0.1.2

Fixes

  • Set options on a prefixed var to avoid conflict.

v0.1.1

Fixes

  • v0.1.0 had a problem with push.

v0.1.0

  • First release.