Skip to content

v1.1.2

Compare
Choose a tag to compare
@observ33r observ33r released this 13 Jun 12:12
· 56 commits to main since this release

Benchmarks

  • Fixed incorrect import of the web-safe (default) variant in benchmark suites.
  • All runtime benchmarks (basic, react, and advanced) now use the correct Node-optimized build (.node.esm.js) to properly trigger runtime-specific optimizations like Buffer.compare, Bun.deepEquals and util.isDeepStrictEqual.
  • Runtime benchmarks now reflect real-world performance more accurately, aligning with README.md results.

Documentation

  • Fixed incorrect rendering of > [!NOTE] blocks on npm by appending proper spacing.
  • Minor consistency fixes for better clarity in markdown.