Skip to content

Releases: paragonie/hidden-string

Version 2.2.0

08 May 12:48
v2.2.0
Compare
Choose a tag to compare

What's Changed

  • Use Github actions for CI by @Nyholm in #8
  • Sodium_compat is not strictly needed by @Nyholm in #9
  • Support PHP 8.4
  • Allow constant_time_encoding v3

Note: Version 2.1.0 was an accidental tag, which was pulled. We're tagging v2.2.0 instead to prevent systems from getting confused.

New Contributors

  • @Nyholm made their first contribution in #8

Full Changelog: v2.0.0...v2.2.0

Version 2.0.0

06 Dec 15:09
v2.0.0
Compare
Choose a tag to compare
  • HiddenString now throws a MisuseException instead of silently returning an empty string or serializing an empty array, if not allowed.
  • The default is now to disallow those usages.
  • These are B.C. breaks! The minimum PHP version for version 2.0.0 of paragonie/hidden-string is 7.4.0.

Version 1.1.0

03 Dec 14:27
v1.1.0
Compare
Choose a tag to compare
  • Supports PHP 8