Releases: aws-amplify/amplify-codegen
Releases · aws-amplify/amplify-codegen
2.26.12 (2021-11-06)
#286 : Retain v2 indexes in codegen
v2.26.11 (2021-11-06)
- #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)
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)
Features
- graphql-docs-generator: generate searchable aggregateItems 2 additional levels (#268) (a54db9f)
v2.26.8 (2021-10-21)
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)
Features
- appsync-modelgen-plugin: update Flutter ignored rules and add analysis note (#248) (1f5e883)
2.26.6 (2021-09-29)
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.4 (2021-08-26)
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)
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)