Skip to content

Releases: aws-amplify/amplify-codegen

v2.26.9 (2021-10-27)

27 Oct 16:36
Compare
Choose a tag to compare

Features

  • graphql-docs-generator: generate searchable aggregateItems 2 additional levels (#268) (a54db9f)

v2.26.8 (2021-10-21)

21 Oct 17:37
Compare
Choose a tag to compare

Bug Fixes

  • appsync-modelgen-plugin: non model type with id field in java (#260) (186f8cd)

  • graphql-types-generator: correct scalar and enum type in angular (#257) (8c78e97)

  • graphql-types-generator: correct typename for nested fragments (#262) (584dbcc)

v2.26.7 (2021-10-05)

05 Oct 20:07
Compare
Choose a tag to compare

Features

  • appsync-modelgen-plugin: update Flutter ignored rules and add analysis note (#248) (1f5e883)

2.26.6 (2021-09-29)

29 Sep 20:52
Compare
Choose a tag to compare

Bug Fixes

  • e2e: build error (6d31ac5)
  • e2e: fix export regions (#244) (105d06b)
  • e2e: update amplify configure region (d717041)
  • appsync-modelgen-plugin: remove UUID check in java (#243) (aa14e86)

Features

  • appsync-modelgen-plugin: Many to many directive (#238) (cf95f9c), closes #217

2.26.5 (2021-09-15)

16 Sep 00:15
Compare
Choose a tag to compare

Adds Codegen support for vnext transformer GraphQL directives including primaryKey, index, hasOne, hasMany, and belongsTo.
This new feature is under development and can be optionally opted in using https://docs.amplify.aws/cli/reference/feature-flags/#useExperimentalPipelinedTransformer Feature Flag.

2.26.4 (2021-08-26)

27 Aug 01:45
Compare
Choose a tag to compare

Bug Fixes

  • appsync-modelgen-plugin: removes unnecessary null-aware operators from generated Dart models (#227)
  • appsync-modelgen-plugin: fix casting issue with Float scalar types in Dart models (#218)

2.26.3 (2021-08-18)

18 Aug 21:53
Compare
Choose a tag to compare

Bug Fixes

  • appsync-modelgen-plugin: dart model internal constructor with no internal fields (#210) (4d743b9)
  • appsync-modelgen-plugin: remove warning and uuid check for java (#198) (6f932d0)
  • graphql-types-generator: add wrapper for sub response in angular (#209) (c025bd2)

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)