v2.0.0
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 taggedhandlersarg is replaced by a singleonInvalidcallback
(default notFound).