Skip to content

TypeScript rewrite

Compare
Choose a tag to compare
@alexgorbatchev alexgorbatchev released this 21 Dec 20:17
· 23 commits to master since this release
  • 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).