Skip to content

Version v1.0.0

Compare
Choose a tag to compare
@ahmetabdi ahmetabdi released this 11 Mar 11:02
· 92 commits to master since this release
c701ff1

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