Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 23:43
· 7 commits to main since this release
74376f6

v5.0.0 (2025-08-08)

BREAKING CHANGES

  • bumped module to v5
    introduced by commit:
    bump module to v5 (#152) (74376f6)
  • ResolveType now consumes a extensions.Set
    BREAKING CHANGE: EvaluateTypeExpression now consumes a URI and a extensions.Set
    introduced by commit:
    handle user-defined types in ResolveType (#147) (485f6dc)
  • HasParameterizedParam() now returns false for EnumType
    BREAKING CHANGE: GetParameterizedParams() now returns empty slice for EnumType
    introduced by commit:
    EnumType does not have parameterized parameters (#150) (3b86a0e)