Releases: alexgorbatchev/crc
Releases · alexgorbatchev/crc
v4.3.2
v4.3.1
v4.3.0
v4.2.0
v4.1.1
- Fixes bundling with esbuild and rollup when
require
is used.
v4.1.0
Fixes full support for EMS and CommonJS.
TypeScript rewrite
- This is a full rewrite in TypeScript and types are now bundled with 4.x.
- I've tried to keep full API compatibility with 3.x (if you find issues, please report).
buffer
dependency has been moved topeerDependencies
and there's now a way to use CRC functions without the need forBuffer
by passingInt8Array
instead. This can help keep bundle size down (for example,crc32
is 41kb minified withbuffer
and 4kb without).
v3.5.0
- Adds CRC JAM
crc.crcjam(...)
v3.3.0
- Adds CRC16 XModem
crc.crc16xmodem(…)