Skip to content

Releases: alexgorbatchev/crc

v4.3.2

31 Jan 01:26
Compare
Choose a tag to compare
  • Adds peerDependenciesMeta to mark buffer as optional (#79, thanks @azu)

v4.3.1

19 Jan 19:44
Compare
Choose a tag to compare
  • Fixes broken bundle #77

v4.3.0

19 Jan 00:01
Compare
Choose a tag to compare

v4.2.0

16 Dec 20:27
Compare
Choose a tag to compare

v4.1.1

08 Apr 18:21
Compare
Choose a tag to compare
  • Fixes bundling with esbuild and rollup when require is used.

v4.1.0

01 Jan 00:03
Compare
Choose a tag to compare

Fixes full support for EMS and CommonJS.

TypeScript rewrite

21 Dec 20:17
Compare
Choose a tag to compare
  • 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 to peerDependencies and there's now a way to use CRC functions without the need for Buffer by passing Int8Array instead. This can help keep bundle size down (for example, crc32 is 41kb minified with buffer and 4kb without).

v3.5.0

22 Sep 22:06
Compare
Choose a tag to compare
  • Adds CRC JAM crc.crcjam(...)

v3.3.0

05 May 20:01
Compare
Choose a tag to compare
  • Adds CRC16 XModem crc.crc16xmodem(…)