- Documentation. Added examples with UTF-8, hexadecimal output, CRC32 of the file in a browser.
- Performance measurements.
- Automated in-browser test.
- Overall performance.
- Source code for lookup tables generation.
- Class CRC32Streams can be used for files and streams.
- New CRC32 methods:
- forString(input: string): number
- forBuffer(input: Uint8Array): number
- forBytes(bytes: Uint8Array, accumulator?: number): number
- More examples.
- Class CRC32.
- Tests.
- Tagging through GitHub actions.