Skip to content

Commit

Permalink
Update README community package io-ts versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Alex Kaminsky authored and gcanti committed Dec 31, 2019
1 parent 6eb98a6 commit ed86dac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed86dac

Please sign in to comment.