Skip to content

Releases: paragonie/constant_time_encoding

Version 3.0.0

08 May 12:37
v3.0.0
Compare
Choose a tag to compare
  • New major bump due to increased minimum PHP requirements (from PHP 7 to PHP 8)
  • Supports PHP 8.4 without deprecation warnings for implicit null

Version 2.7.0

08 May 12:21
v2.7.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.3...v2.7.0

Version 2.6.3

14 Jun 06:59
v2.6.3
Compare
Choose a tag to compare
  • #40 - Improved performance of Hex
  • #43 / #46 - Add .gitattributes to .gitattributes
  • #41 - Consistent use of \ global namespace qualifiers

Version 2.6.2

13 Jun 05:30
v2.6.2
Compare
Choose a tag to compare
  • #45 Fix regression from 2.6.1

Version 2.6.1

11 Jun 00:44
v2.6.1
Compare
Choose a tag to compare

Version 2.6.0

10 Jun 07:40
v2.6.0
Compare
Choose a tag to compare
  • Resolved #22 by fixing the behavior of strict mode (decode($str, true)).
  • Added decodeNoPadding() to Base32, Base64, and its child classes.
    • This is a strict variant of the encoding that doesn't accept = padding at all.

Version 2.5.0

17 Jan 05:34
v2.5.0
Compare
Choose a tag to compare
  • Switched from Travis CI to GitHub Actions
  • Fix parameter names for PHP 8
  • Cover PHP 8.1+ in unit testing

Version 1.1.0

17 Jan 05:26
v1.1.0
Compare
Choose a tag to compare
  • Support PHP 8
  • Migrate to GitHub Actions

Version 2.4.0

06 Dec 15:16
v2.4.0
Compare
Choose a tag to compare
  • #25 - Fixed exception message
  • Support PHP 8

Version 2.3.0

06 Nov 19:22
v2.3.0
Compare
Choose a tag to compare

Supports PHP 7.3, 7.4, and 8.x (currently only for testing against the master branch in Travis CI)