Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 13 Oct 07:24
· 211 commits to master since this release
v1.5.0
  • CompoundIndex has been updated to allow "row transformations" which are more arbitrary than the standard Compound transformation, but ultimately, combine multiple columns into a single output string.
    • If you elect to use a custom row transformation and it returns a string, it will omit the typical Compound transform. To continue using Compound after-the-fact, return an array instead.
  • New interface: RowTransformationInterface which extends the standard TransformationInterface
  • New Transformations added:
    • AlphaCharactersOnly
    • FirstCharacter
  • To improve efficiency, EncryptedRow now allows you to just call getBlindIndex($name) to calculate the values for a single desired index.
  • The documentation has been improved to address repeat sources of end user confusion about the features and limitations of this library.