Skip to content

Releases: xp-forge/hashing

2.3.0: Hashing I/O streams

23 Jun 19:26
Compare
Choose a tag to compare
  • Merged PR #5: Implement hashing I/O streams - @thekid

2.2.0: XP 12 compatibility

24 Mar 10:43
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

2.1.0: Bytes and secrets support

24 Sep 12:51
Compare
Choose a tag to compare

2.0.4: PHP 8.2 compatibility fixes

26 Feb 11:40
Compare
Choose a tag to compare
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

2.0.3: XP 11 compatibility

21 Oct 18:25
Compare
Choose a tag to compare
  • Made library compatible with XP 11 - @thekid

2.0.2: Curly braces offset syntax fix

04 Oct 12:17
Compare
Choose a tag to compare
  • Fixed "Array and string offset access syntax with curly braces is no
    longer supported" warnings
    (@thekid)

2.0.1: Annotation syntax

05 Apr 18:41
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

2.0.0: Drop PHP 5

01 Dec 14:54
Compare
Choose a tag to compare

1.0.1: XP10 compatibility

01 Dec 14:50
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid

1.0.0: Production readiness

21 Aug 16:57
Compare
Choose a tag to compare
  • Ensured hashes cannot be reused after digest() has been called,
    preventing supplied resource is not a valid Hash Context resource
    warnings for the native implementation and unpredictable results.
    (@thekid)
  • Fixed compatibility with PHP 7.4 - @thekid