We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a0807 commit e096a08Copy full SHA for e096a08
README.md
@@ -40,6 +40,13 @@ This generates `gql-schemas/*.graphql` for each `.ts` file in `types/` (and sub-
40
When converting *from* SureType, typeconv will extract all *exported* validators.
41
42
43
+## Versions
44
+
45
+Since v2:
46
+ * The package is a pure ESM module, no more CommonJS support. This will likely not affect CLI usages.
47
+ * Node 12 support is dropped.
48
49
50
# Contents
51
52
* [Conversion example](#conversion-example)
0 commit comments