dtorrent_common 1.0.8
dtorrent_common: ^1.0.8 copied to clipboard
A common library for Dart torrent client development. Include some common methods and class.
1.0.1 #
- Initial version
1.0.3 #
- Add a method to find the public trackers url.
1.0.4 #
- Migrate to nullsafety
- Some linting and code style enhancments
1.0.5 #
- fix issue tracker url
1.0.6 #
- use logging package
1.0.7 #
- the toHexString can work with any iterable
1.0.8 #
- Enhance CompactAddress functionality and documentation
- Add comprehensive test coverage for extension methods (IntExtension, IterableExtensions)
- Add comprehensive test coverage for utility functions (randomBytes, randomInt, transformBufferToHexString)
- Add tests for CompactAddress IPv6 and edge cases
- Add CI configuration and coverage reporting
- Add Dependabot configuration for automated dependency updates
- Various linting, fixes and cleanup