Skip to content

v0.1.2

Choose a tag to compare

@clerk-cookie clerk-cookie released this 09 Jun 18:14
· 23 commits to main since this release
Immutable release. Only release title and notes can be modified.
5788b46

Patch Changes

  • #86 b38f1fc Thanks @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 phantom Return type changed; the differ now
    sorts members before comparing. Compare-time only, so committed baselines need
    no regeneration.