Skip to content

Releases: Rhilip/Bencode

v2.1.2

02 Apr 07:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

29 Mar 11:36

Choose a tag to compare

refact parse function, and add more test~

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Mar 08:00

Choose a tag to compare

v2.1.0 Pre-release
Pre-release

drop support of PHP version 5.6 and 7.0-7.2

Full Changelog: v2.0.1...v2.1.0

v2.0.0

27 Mar 15:25

Choose a tag to compare

  1. Add class Rhilip\Bencode\TorrentFile, see docs at https://github.com/Rhilip/Bencode#class-rhilipbencodetorrentfile
  2. Break change : class ParseErrorException in 1.x.x rename to ParseException.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

02 Feb 13:07

Choose a tag to compare

pref: use function `array_is_list`

v1.1.1

27 Feb 10:49

Choose a tag to compare

perf: Use casting instead of intval() or strval()

v1.1.0

27 Feb 10:12

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

Add PHPUnit test and more ParseException

v1.0.0

22 Jan 15:28

Choose a tag to compare

init