amplify_api_dart 0.2.0 copy "amplify_api_dart: ^0.2.0" to clipboard
amplify_api_dart: ^0.2.0 copied to clipboard

The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.

0.2.0 #

Fixes #

  • fix(api): early call of Amplify creates wrong instance of AmplifyClass
  • fix(api): write null values in ModelMutations.create() unless owner field (#2679)

Breaking Changes #

  • feat(api)!: custom primary key support for GraphQL model helpers (#2606)

Features #

  • feat(api): GraphQL Subscription Where Filter (#2650)

0.1.0+3 #

Fixes #

  • fix(api): include parent IDs in selection set for model helpers (#2655)

0.1.0+2 #

Fixes #

  • fix(api): Web Socket Multiple Requests Synchronously (#2567)

0.1.0+1 #

Fixes #

  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

0.1.0 #

  • Initial version.