nexus/CHANGELOG.md

1.4 KiB

Changelog

0.9.13

  • Fix #41, replace path.sep with '/' in typegenAutoConfig

0.9.12

  • Fix #33, consistent t.list chaining 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 MaybePromiseDeep typing for non-object values
  • NexusGenCustomScalarMethods -> NexusGenCustomDefinitionMethods for when we allow non-scalars to be asNexusMethod

0.9.7

  • Fix MaybePromiseDeep typing
  • Add asNexusMethod to annotate GraphQLScalarType

0.9.6

  • Fallback Query construction to missingType internally

0.9.5

  • Fix nonNullDefaults on 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