Skip to content

v2.0.0

Choose a tag to compare

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

2.0.0 (2026-05-30)

  • feat!: validator-agnostic decode via Standard Schema, isolate effect (2690a97)

BREAKING CHANGES

  • fromEither moves to @arckit/nextjs/action/either;
    withEither/withOptionalEither move to @arckit/nextjs/page/middlewares/either;
    withDecode's tagged handlers arg is replaced by a single onInvalid callback
    (default notFound).