Skip to content

0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 20:50
76cef01

0.23.0 (2022-10-17)

Breaking Change

  • #766: feat: replace Type Options with GQL Directives
    • 👤 @nalchevanidze

    • new features: - directives: __DropNamespace__ , __InputTypeNamespace__ - __VisitType__ methods: __visitFieldNames__, __visitEnumNames__

      breaking changes:

      • visitTypeName signature changed from a -> Text -> Text to a -> Bool -> Text -> Text
      • DEPRECATED: typeOptions , GQLTypeOptions, prefixInputs, dropNamespaceOptions, defaultTypeOptions
      • TH may require importing InputTypeNamespace and Rename directive

      fixes #570

  • #769: generate code with code-gen.yaml
    • 📦 server
    • 👤 @nalchevanidze
    • - morpheus build whole project instead of one file and requires - WIP support of client code-gen

Bug Fixes

Minor Changes