Releases: paragonie/hidden-string
Releases · paragonie/hidden-string
Version 2.2.0
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
Full Changelog: v2.0.0...v2.2.0
Version 2.0.0
- 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
- Supports PHP 8