Skip to content

Releases: arokettu/bencode

1.3.0

14 Feb 06:49

Choose a tag to compare

  • Increased parser speed and reduced memory consumption
  • Base namespace is now SandFox\Bencode. Compatibility is kept for now
  • Fixed tests for PHP 8

1.2.0

14 Feb 19:18

Choose a tag to compare

  • Added BencodeSerializable interface

1.1.2

12 Dec 02:57

Choose a tag to compare

  • Throw a Runtime Exception when trying to use the library with Mbstring Function Overloading on

1.1.1

29 Mar 21:31

Choose a tag to compare

ListType can now wrap arrays

1.1.0

28 Mar 22:07

Choose a tag to compare

  • boolean is now converted to integer
  • Bencode::dump now returns success as boolean
  • Fixed: decoded junk at the end of the string replaced entire parsed data if it also was valid bencode
  • PHP 7.0 is now required instead of PHP 7.1
  • Tests!

1.0.1

22 Mar 20:38

Choose a tag to compare

  • Add stdClass as list/dict decoding option

1.0.0

22 Mar 20:05

Choose a tag to compare

Initial release