Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@Conaclos Conaclos released this 25 Apr 20:59
· 66 commits to main since this release
1e25363
  • Full compliance to IEEE-754 (floating point numbers)

    NaN is now a valid value for f32 and f64.

  • Remove {read,write}Void

  • Make @bare-ts/lib platform-agnostic

    Use your favorite ESM-ready CDN and simply import @bare-ts/lib.
    This was made possible by removing the dependency over node:assert.