Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 30 May 12:20
· 2 commits to main since this release

2.0.0 (2026-05-30)

  • feat!: replace Effect Schema branded models with native branded types (3003d42)

BREAKING CHANGES

  • models are no longer Effect Schemas — the .schema property
    and Model.TypeOf are removed. Construct via Page(n) as before; branded types
    are now number & { __brand } / string & { __brand }.