Skip to content

v1.3.0

Compare
Choose a tag to compare
@sohkai sohkai released this 26 Feb 09:23
· 48 commits to master since this release
f8d6587

Big updates this time, with big thanks with @sembrestels's help 🎉!

Changes:

  • Migrating the codebase to ESM modules (#61 ✅)
    • Note that the recommended way of importing radspec is now import * as radspec from 'radspec'
  • Adding a fromHex() helper (accessible via @fromHex() that translates hex to utf8, ascii, and numbers (#64)