What's Changed
Added New Processors
- Adler32
- BLAKE2b
- BLAKE2s
- CRC32
- CrockfordBase32Encode - CrockfordBase32Decode
- Base58 - Base62 - Base58 Encode/Decode
Enhanced Count Operations
- Fixed
count-linesprocessor accuracy for files with/without trailing newlines - Improved streaming support for count operations (
count-words,count-chars) - Better handling of edge cases in line counting
Large File Processing (1GB+)
- Added streaming support for processing very large data files (1GB+)
- Automatic streaming mode for files >10MB to prevent memory issues
- Memory-efficient processing of multi-million line files
Quick Download Links - v0.2.28
MacOS
Binary ( Multi-Architecture )
Linux (Binaries)
amd64 | arm64 | i386
Windows (Exe)
amd64 | arm64 | i386
FreeBSD (Binaries)
amd64 | arm64 | i386
Packages
Full Changelog: v0.2.27...v0.2.28