Releases: arokettu/bencode
Releases · arokettu/bencode
2.5.0
- Added stream API
- Added GMP support
1.5.0
- Added stream API
- Added GMP support
2.4.0
- Make spec compliant BitTorrent code simpler:
null
and false
values are now skipped on encoding
- Remove deprecation warning for options array
1.4.0
- Make spec compliant BitTorrent code simpler:
null
and false
values are now skipped on encoding
- Add
'dictType'
alias for 'dictionaryType'
for 2.3 compatibility
2.3.0
- Shorten
dictionaryType
to dictType
. dictionaryType
will be removed in 3.0
- Trigger silent deprecations for deprecated stuff
2.2.0
- Update
dump()
and load()
signatures to match encode()
and decode()
2.1.0
- Replace Becnode::decode() options array with named parameters.
Options array is now deprecated and will be removed in 3.0
- Engine optimizations
2.0.0
- PHP 8 is required
- Legacy namespace
SandFoxMe\Bencode
is removed
- Encode now throws an error if it encounters a value that cannot be serialized
1.3.0
- 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
- Added
BencodeSerializable
interface