Skip to content

Version v0.6.11

Compare
Choose a tag to compare
@ahmetabdi ahmetabdi released this 11 Mar 14:28
· 7 commits to 0.6-stable since this release
441642e

NEW FEATURES

  • Added encrypted_find_by finds the first encrypted record matching the specified conditions
  • Added encrypted_find_by! like encrypted_find_by, except that if no record is found, raises an ActiveRecord::RecordNotFound error.

IMPROVEMENTS

  • find_by_vault_attributes renamed to encrypted_where as it returns a relation rather than a single record

BREAKING CHANGES

  • find_by_vault_attributes renamed to encrypted_where