Skip to content

v0.18.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 23:16
· 70 commits to main since this release
f77f45a

Patch Changes

  • 261f5fd: Improve refined amd enum types

    • Add $infer and $inferInner for simpler type extraction
    • Add value method for getting the unbranded type easily
    • Add matchEnum for pattern matching enum type (with exhaustive checking and type safety)
    • Add eq 'static' method in enum types for simpler equality checks