Skip to content

5.0.0

Compare
Choose a tag to compare
@arokettu arokettu released this 01 Mar 00:36
· 110 commits to master since this release
  • File listings for both versions 1 and 2 via version objects: $torrent->v1() and $torrent->v2()
    • getInfoHash() and isDirectory() moved to version objects
  • hasMetadata() to check what metadata versions are present
  • MetaVersion::HybridV1V2 is no longer a separate case but an alias for an array
    [MetaVersion::V1, MetaVersion::V2]