Skip to content

Releases: aws-amplify/amplify-codegen

v3.3.5 (2023-01-09)

24 Jan 23:02
Compare
Choose a tag to compare

What's Changed

  • chore: add @aws-amplify/graphql-schema-test-library to lock file by @dpilch in #523
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #512
  • build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #528
  • chore: update json5 2.x by @phani-srikar in #529
  • fix(appsync-modelgen-plugin): associatedWith fields in HasOne bi-directional with CPK enabled by @phani-srikar in #530
  • Release Codegen 1/9/23 by @phani-srikar in #532

New Contributors

  • @lgtm-com made their first contribution in #512

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]

v3.3.4 (2022-12-02)

02 Dec 19:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.4

v3.3.3 (2022-11-16)

16 Nov 20:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: [email protected]@3.3.3

v3.3.2 (2022-11-03)

04 Nov 01:14
Compare
Choose a tag to compare

What's Changed

  • fix: lazy codegen for schemas without relationships by @dpilch in #500
  • release fix for lazy codegen for schemas without relationships by @dpilch in #501
  • feat(introspection): add primary key info in model schema by @AaronZyLee in #503
  • fix: addressing missing key for unidirectional @hasMany on JS by @alharris-at in #507
  • Release Codegen Repo by @alharris-at in #508

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.2

v3.3.0 (2022-10-21)

21 Oct 21:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.3.0

v3.2.0 (2022-10-12)

12 Oct 17:29
Compare
Choose a tag to compare

What's Changed

Features

  • JS modelgen: lazy loading conditional type (#489) (43d81af)
  • Dart modelgen: add toMap method in dart modelgen(#491) (68f7fb1)

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.2.0

v3.1.0 (2022-09-02)

02 Sep 22:18
Compare
Choose a tag to compare

This version is pinned starting from @aws-amplify/[email protected]

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-codegen/compare/[email protected]@3.1.0

v3.0.5 (2022-08-05)

05 Aug 22:37
Compare
Choose a tag to compare

This version is pinned starting from @aws-amplify/[email protected]

Bug Fixes

  • modelgen-swift: iOS use default when PK.OptionallyManagedId (#469) (750ba15)
  • modelgen-swift: rename ModelIdentifiable.Identifier to IdentifierProtocol (#467) (463fef4)

v3.0.4 (2022-08-01)

04 Aug 01:53
Compare
Choose a tag to compare
v3.0.4 (2022-08-01) Pre-release
Pre-release

Bug Fixes

  • modelgen-js: use string array for associateWith (#464) (45d4010)

v3.0.3 (2022-07-27)

04 Aug 01:51
Compare
Choose a tag to compare
v3.0.3 (2022-07-27) Pre-release
Pre-release

Bug Fixes

  • modelgen-js: use optional fields for FK in manyToMany (#462) (5c6c91c)