1.4 KiB
1.4 KiB
Changelog
0.9.13
- Fix #41, replace
path.sepwith '/' intypegenAutoConfig
0.9.12
- Fix #33, consistent
t.listchaining output for inputs & scalars - Fix #34, include used imports on SDL converter
- Fix #27, args output for SDL converter
- Other SDL converter cleanup: reference types rather than strings, default values
0.9.11
- Fix typing regression in 0.9.10
0.9.10
- Fix #26, incorrect typing on boolean return type
0.9.9
TypegenConfigSourceModule:sources.module->sources.source
0.9.8
- Fix
MaybePromiseDeeptyping for non-object values NexusGenCustomScalarMethods->NexusGenCustomDefinitionMethodsfor when we allow non-scalars to beasNexusMethod
0.9.7
- Fix
MaybePromiseDeeptyping - Add
asNexusMethodto annotate GraphQLScalarType
0.9.6
- Fallback Query construction to
missingTypeinternally
0.9.5
- Fix
nonNullDefaultson schema - Finalize objects as they are constructed
- Changes to a few internal methods
0.9.4
- Internal: nexusWrappedFn -> nexusWrappedType
0.9.3
- Minor internal changes
0.9.2
- Fixes for conditional nullability check
- Fixes for return type of MaybePromiseDeep
- Docs cleanup
0.9.1:
- General deploy/package.json cleanup
0.9.0:
- Major API changes. See #16 for more info
0.7.0-alpha.1
Changed the type-signatures around so fields which are not defined in the backing types associated with the
0.6.2
Initial release