Skip to content

4.0.0

Compare
Choose a tag to compare
@lowlighter lowlighter released this 22 Apr 04:08

This version removes the last dependency on deno namespace entirely to allow cross-runtime compatible scripts. Workflow now test for browser, node and bun compatibility.

  • BREAKING: change EOF errors from Deno.errors.UnexpectedEof to RangeError("Unexpected EOF") #35
  • test: add compatibility tests for browser, node and bun #36

Full Changelog: 3.0.2...4.0.0