Skip to content

0.9.0

Latest

Choose a tag to compare

@paulmillr paulmillr released this 28 Apr 09:15
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
0.9.0
76faac2
  • April 2026 self-audit (all files): no major issues found
    • Audited for security
    • Hardened all the loose bits
  • Fix all Byte Array types, to ensure proper work in both TypeScript 5.6 & TypeScript 5.9+
    • TS 5.6 has Uint8Array, while TS 5.9+ made it generic Uint8Array<ArrayBuffer>
    • This creates incompatibility of code between versions
    • Previously, it was hard to use and constantly emitted errors similar to TS2345
    • See typescript#62240 for more context
  • Fix compilation issues on TypeScript v6

Full Changelog: 0.8.0...0.9.0