Skip to content

Releases: aws-amplify/amplify-codegen

2.26.12 (2021-11-06)

07 Nov 06:01
Compare
Choose a tag to compare

#286 : Retain v2 indexes in codegen

v2.26.11 (2021-11-06)

06 Nov 21:58
Compare
Choose a tag to compare
  • #284 : Ensure @hasOne without fields generates the connected field in the parent object similar to hasOne with fields to create the same developer experience
  • #281 : Reverts changes from #276

v2.26.10 (2021-11-03)

03 Nov 21:31
Compare
Choose a tag to compare

This release includes several bug fixes to support v2 CLI transformer changes:

  • #276 : Fix v2 has one process connection directive
  • #275: Fix Many to Many connection for v2 directives
  • #274: Fix for GraphQL aggregateItems datatype change
  • #267: The belongsTo directive in the V2 transformer was not correctly finding connected fields. Related fix.

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)