Skip to content

v1.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:20
· 15 commits to main since this release
3d642f3

   🚀 Features

   🐞 Bug Fixes

  • Resolve 4 project issues  -  by @lete114 (fec9f)
  • Remove neverBundle, fix regex, clean up configs  -  by @lete114 in #20 (77fff)
  • Add CipherOptions, ProtocolCipher, StyleId missing exports  -  by @lete114 in #29 (3e846)
  • Add Color as PascalCase export, keep color as deprecated alias  -  by @lete114 in #30 (ba533)
  • compress:
    • Use fflate/browser to avoid createRequire in Node entry  -  by @lete114 (b50ef)
  • crypto:
    • Pre-encode password to Uint8Array to avoid TextEncoder in pbkdf2  -  by @lete114 in #18 (ade5b)
    • Replace PBKDF2 with HKDF, use Math.random() for nonce to support MCBE  -  by @lete114 in #19 (fe481)
  • ipc,rpc:
  • log:
    • Overload debug() to support both direct args and lazy thunk  -  by @lete114 in #27 (e0115)
    View changes on GitHub