Skip to content

Releases: Rhilip/Bencode

v2.3.2

01 Nov 10:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

17 Jul 11:20

Choose a tag to compare

fix: getMagnetLink v2 xt typo

Full Changelog: v2.3.0...v2.3.1

v2.3.0

13 Jul 14:16

Choose a tag to compare

Add TorrentFile::getMagnetLink method.

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 Apr 08:39

Choose a tag to compare

Full Changelog: v2.1.2...v2.2.0

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()