Releases: aws-amplify/amplify-codegen
Releases · aws-amplify/amplify-codegen
v3.0.3 (2022-07-27)
Bug Fixes
- modelgen-js: use optional fields for FK in manyToMany (#462) (5c6c91c)
v3.0.2 (2022-07-19)
Features
- appsync-modelgen-plugin: Added custom primary key support for Datastore modelgen. Current feature is switched off for both new and old projects.
Bug Fixes
- e2e: api add walkthrough question (#305) (d1e4fe3)
- e2e: use cli internal for e2e (#444) (2d4e993)
- ops: repo dev dependencies of cli components (#304) (e4a7456)
- e2e: updating occurrences of amplify publish in e2e-core as well (d9e221d)
- appsync-dart-visitor: generate correct model id filed name (#429) (59f049d)
v3.0.1 (2022-07-05)
Bug Fixes
- appsync-dart-visitor: generate correct model id filed name (#429) (59f049d)
v3.0.0 (2022-04-25)
Bug Fixes
- appsync-dart-visitor: update ignored linter rules (#404) (7d2fdaf)
- modelgen-java: inconsistence of required fields between builder and copy (#416) (c434a69)
Features
- appsync-modelgen-plugin: add sort key field in manyToMany models (#401) (5716d10)
BREAKING CHANGES
- mv bump associated with revert to caret-versioning in CLI (#412) (8f00f73)
📌 v2.28.1 (2022-02-24)
This version is pinned starting from @aws-amplify/[email protected]
Features
- modelgen: add null type union to optional fields (48b10f1)
v2.27.2 (2022-01-13)
Bug Fixes
- amplify-codegen: remove amplify-prompts and use console log (#373) (6255b8b)
v2.27.1 (2022-01-12)
Bug Fixes
- modelgen-js: rm readonly fields check for type metadata (#367) (4750358)
v2.27.0 (2022-01-12)
Features
Bug Fixes
- appsync-dart-visitor: applying nullsafe operation to non-null safe code (#332) (#364) (1526d1e)
- modelgen: remove timestamps if defined null in @model (#355) (ee90c2c)
- modelgen: unit test for custom pk in manyToMany (#361) (718c512)