dtorrent_parser 1.0.9
dtorrent_parser: ^1.0.9 copied to clipboard
A Dart library for parsing .torrent file to Torrent model/saving Torrent model to .torrent file.
1.0.0 #
- Initial version
1.0.1 #
- Fix url parse error
- add DHT nodes
1.0.3 #
- Remove useless files
- Change Readme
1.0.4 #
- Migrate to nullsafety
- Some linting and code style enhancments
1.0.5 #
- pub.dev fixes
1.0.6 #
- more pub.dev fixes
1.0.7 #
- use platform path separator
1.0.8 #
- Fix tests and use the new legal test torrents
1.0.9 #
- Add torrent parsing, validation, serialization, and isolate support
- Add console program (dtorrent_parse) to parse and output metainfo as JSON
- Enhance tests with new functionality and edge case handling
- Add Codecov configuration and CI workflow
- Add Dependabot configuration for automated dependency updates
- Various linting and code cleanup improvements