From ed86dac509ac6d12653ca82c6484e29809485f33 Mon Sep 17 00:00:00 2001 From: Alex Kaminsky Date: Tue, 31 Dec 2019 09:27:46 -0500 Subject: [PATCH] Update README community package io-ts versions Some of the community packages linked in the readme have updated to io-ts 2.x while some have not. This change updates the list in the README to reflect the current version for these packages. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e72d24eb7..cf96605ba 100644 --- a/README.md +++ b/README.md @@ -539,16 +539,16 @@ const NumberFromString = t.string.pipe(NumberCodec, 'NumberFromString') ``` # Community - -- `io-ts@1.x` +- `io-ts@2.x` - [io-ts-types](https://github.com/gcanti/io-ts-types) - A collection of codecs and combinators for use with io-ts - [io-ts-reporters](https://github.com/OliverJAsh/io-ts-reporters) - Error reporters for io-ts + - [io-ts-promise](https://github.com/aeirola/io-ts-promise) - Convenience library for using io-ts with promise-based APIs +- `io-ts@1.x` - [geojson-iots](https://github.com/pierremarc/geojson-iots) - codecs for GeoJSON as defined in rfc7946 made with io-ts - - [graphql-to-io-ts](https://github.com/micimize/graphql-to-io-ts) - Generate typescript and corresponding io-ts types from a graphql - schema - - [io-ts-promise](https://github.com/aeirola/io-ts-promise) - Convenience library for using io-ts with promise-based APIs + - [graphql-to-io-ts](https://github.com/micimize/graphql-to-io-ts) - Generate typescript and corresponding io-ts types from a graphql schema + # Tips and Tricks