v0.1.2
·
23 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- #86
b38f1fcThanks @jacekradko! - Stop reporting pure union/intersection member reorders as breaking changes
(#85). TS emits inferred union members in an unstable order, so an unrelated
edit could rotate them and trip a phantomReturn type changed; the differ now
sorts members before comparing. Compare-time only, so committed baselines need
no regeneration.