Skip to content

Releases: mordilion/HuffmanPHP

v2.0.6

04 Dec 12:19
Compare
Choose a tag to compare
  • Fix issue with BCMath

v2.0.5

20 Nov 08:08
Compare
Choose a tag to compare
  • Add support to use GMP in "convertBase"
  • Keep BCMath as a fallback if GMP is not installed

v2.0.4

14 Apr 05:48
Compare
Choose a tag to compare
update MUtils

v2.0.3

09 Mar 07:41
Compare
Choose a tag to compare
use new mutils version

v2.0.2

24 Feb 06:29
Compare
Choose a tag to compare
  • Add usage of MUtils instead of implementing a stable sorting in the library itself
  • Fix issue with encoding/decoding cache if it's used with and w/o compression at the same time

v2.0.1

18 Feb 07:28
Compare
Choose a tag to compare

Using the native sort functions if PHP >= 8.0 is in use!

v2.0.0

17 Feb 17:04
80f5200
Compare
Choose a tag to compare

BREAKING CHANGE: Fix the issues with Stable Sortings https://wiki.php.net/rfc/stable_sorting since php 8.0

v1.1.5

14 Jan 09:21
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mordilion/HuffmanPHP

v1.1.4

17 Sep 13:58
Compare
Choose a tag to compare
  • Correct order of 0 and 1 for the binary tree
  • Fix bug with only numeric strings (array_merge replaced with array_replace to keep array keys!)

v1.1.3

03 Sep 11:17
Compare
Choose a tag to compare
fix for empty dictonary