From 1efd358bf6f80fff872ac2a510c59ea66508c489 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Mon, 24 Jul 2023 16:55:44 -0500 Subject: [PATCH] docs: indicate incompatibility with experimental io-ts versions Closes #446 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a2df406..57bafb69 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ type-checked and runtime-validated HTTP calls in a standardized manner. [client]: packages/superagent-wrapper/README.md [server]: packages/express-wrapper/README.md +## io-ts Compatibility + +**api-ts** is built and tested against the stable channel of io-ts (v2.1). +**api-ts** is not currently compatible with the experimental channel of io-ts (v2.2). + ## Developing ```sh