dart_lz4 0.0.2
dart_lz4: ^0.0.2 copied to clipboard
Pure Dart LZ4 and LZ4HC (block + frame) with streaming support.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2025-12-15 #
- Prepare v0.0.2 to validate automated publishing via GitHub Actions.
0.0.1 - 2025-12-15 #
- Initial repository scaffolding.
- Add core internal primitives (ByteReader/ByteWriter) and unit tests.