Skip to content

Releases: escapace/canonicalize

v1.1.0

19 Feb 11:02
Immutable release. Only release title and notes can be modified.
v1.1.0
7c362c8

Choose a tag to compare

   Features

  • narrow return types for all non-object primitives via union overloads  -  (7c362)
    View changes on GitHub

v1.0.1

17 Feb 23:37
Immutable release. Only release title and notes can be modified.
v1.0.1
8d25878

Choose a tag to compare

   Bug Fixes

    View changes on GitHub

v1.0.0

17 Feb 23:16
Immutable release. Only release title and notes can be modified.
v1.0.0
364400f

Choose a tag to compare

   Breaking Changes

  • align with JSON.stringify semantics while preserving canonical key ordering  -  (93729)

   Bug Fixes

  • package.json  -  (272bd)
  • updates  -  (b1829)
  • stabilize and tune canonicalize performance path  -  (91d16)
  • remove unreachable toJSON guard in serializeValue  -  (8a7f1)
  • remove current wording from benchmark  -  (36440)

   Performance

  • replace hot-path object template literals with string concatenation  -  (539bc)
    View changes on GitHub