Skip to content

Releases: wbotelhos/idy

v1.2.0

05 Apr 23:27
Compare
Choose a tag to compare

Fixes

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

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

31 Mar 15:47
Compare
Choose a tag to compare

Updates

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

v1.0.0

31 Mar 15:47
Compare
Choose a tag to compare

Break Changes

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

v0.1.3

31 Mar 15:46
Compare
Choose a tag to compare

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

31 Mar 15:46
Compare
Choose a tag to compare

Fixes

  • Set options on a prefixed var to avoid conflict.

v0.1.1

31 Mar 15:45
Compare
Choose a tag to compare

Fixes

  • v0.1.0 had a problem with push.

v0.1.0

31 Mar 15:45
Compare
Choose a tag to compare
  • First release.