Releases: xp-forge/hashing
Releases · xp-forge/hashing
2.3.0: Hashing I/O streams
2.2.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
2.1.0: Bytes and secrets support
- Use native
murmur3a
for murmur3_32 algorithm as of PHP 8.1.0, see
Changelog at https://www.php.net/manual/de/function.hash-algos.php
(@thekid) - Merged PR #3: Add support for passing
util.Bytes
andutil.Secret
instances.
(@thekid) - Removed PHP 5 compatibility left-overs, resulting in a tiny performance
increase due to removed conditionally loaded files.
(@thekid)
2.0.4: PHP 8.2 compatibility fixes
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
2.0.3: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
2.0.2: Curly braces offset syntax fix
- Fixed "Array and string offset access syntax with curly braces is no
longer supported" warnings
(@thekid)
2.0.1: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
2.0.0: Drop PHP 5
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)
1.0.1: XP10 compatibility
- Made compatible with XP 10 - @thekid