Releases: escapace/canonicalize
Releases · escapace/canonicalize
v1.1.0
Immutable
release. Only release title and notes can be modified.
Features
- narrow return types for all non-object primitives via union overloads - (7c362)
View changes on GitHub
v1.0.1
Immutable
release. Only release title and notes can be modified.
v1.0.0
Immutable
release. Only release title and notes can be modified.
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)