Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@observ33r observ33r released this 22 Jul 13:07

Refactor

  • Extracted JSONCmpValue into separate JSONCmpArray and JSONCmpObject types for improved clarity and stricter type safety.
  • Removed all internal as any casts in favor of properly typed structures.

Documentation

  • Expanded Usage section in README to show full type signatures and improve clarity.
  • Updated Benchmark section with latest results.

Build

  • Added tslib dependency required for @rollup/plugin-typescript.

Other

  • Minor internal cleanups and comment improvements.