Skip to content

Releases: aws-amplify/amplify-codegen

2.26.2 (2021-07-28)

28 Jul 21:31
Compare
Choose a tag to compare

Bug Fixes

  • General: fix e2e testing (#206) (bc13041)
  • appsync-modelgen-plugin: fix init when no read-only fields found (#205) (7265f3a)

2.26.1(2021-07-12)

13 Jul 01:03
Compare
Choose a tag to compare

fix(appsync-modelgen-plugin): Handle list nullability transparently for iOS and android. Refer this iOS PR for more info.
fix(appsync-modelgen-plugin): expose readonly fields for Typescript Modelgen.

2.26.0 (2021-06-30)

30 Jun 18:51
Compare
Choose a tag to compare

Features:
appsync-modelgen-plugin: iOS - index directive support (#174)
appsync-modelgen-plugin: iOS - emit provider in @auth rules (#184)
appsync-modelgen-plugin: Flutter - Add null safety support (#195)

2.25.1 (2021-06-02)

02 Jun 20:12
Compare
Choose a tag to compare

Bug Fixes

appsync-modelgen-plugin: skip query/mutation/sub types (#180) (aa0dbb3)
appsync-modelgen-plugin: include auth rule provider in the Java models, if available (#168) (69cd61a)

Features
appsync-modelgen-plugin: ios - support public/private @auth rules (#181) (a649136)

2.25.0 (2021-05-25)

26 May 20:48
Compare
Choose a tag to compare

Bug Fixes

  • amplify-codegen: add correct error msg for flutter codegen (#140) (a99d67c)
  • amplify-codegen: Correct cli help re: codegen --maxDepth flag (#138) (960b900)
  • appsync-modelgen-plugin: restore the old init if timestamp disabled (#177) (f923e14)
  • graphql-docs-generator: change handler dependency version (#164) (f7de414)
  • graphql-types-generator: correct required types and inconsistent types (#159) (2805bb6)

Features