Recent Releases of https://github.com/awslabs/amplify-graphql-seed-plugin

https://github.com/awslabs/amplify-graphql-seed-plugin -

Changed:

Updated dependencies to latest versions Updated README JSON object

- JavaScript
Published by mehow-juras almost 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.12

What's Changed

  • Update dependencies by @LaurensBrinker in https://github.com/awslabs/amplify-graphql-seed-plugin/pull/26

- JavaScript
Published by LaurensBrinker almost 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - Add workshop links to the README

Changed

Added a workshop link to the README.md file.

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.10 - change the location of the seeding directory

Changed

  • Moved the seeding folder from amplify/backend/seeding/ to graphql-seed/. This is to prevent the folder being deleted after running amplify pull. For more information, see the https://github.com/awslabs/amplify-graphql-seed-plugin/issues/22 by robotsrng@

Added

  • Added README.md file to be added to this new folder to give a brief explanation about the contents of the folder, e.g. for new developers.

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - Amplify v8 compatibility alert

Changed

  • Added information to the README regarding installation issues with the new Amplify CLI version (8.0.0). See this https://github.com/aws-amplify/amplify-cli/issues/10180 for more info.

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.8 - resolve CommonJS and ES imports conflicts

Changed: Added ESM require to the run command so that the plugin, which is CommonJS, can load the ES modules for the seeding. This was causing issues in environments that didn't like mixing CommonJS and ES imports.

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.7 - add CI/CD seeding functionality in different environments

Changed Added Environment configuration option to allow specifying specific environments for remote seeding. E.g. to avoid seeding a production environment via CI/CD. Updated README to include configuration instructions for remote seeding environments

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - Update README with roadmap section

Changed

  • Added a command to README to include command to create a new test user through the AWS CLI
  • Added a section to README to indicate plans for future work
  • Added Unreleased section to the CHANGELOG

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.5

Added: - added a badge to README linking to the NPM repo

Changed: - comment out the example in seed-data.js file

- JavaScript
Published by mehow-juras about 4 years ago

https://github.com/awslabs/amplify-graphql-seed-plugin - v0.1.3

Added: - First release for a public beta - Includes the following functionality: - local and remote seeding for the following Authentication types: AWSIAM, APIKEY and Cognito User pools - ability to link into amplify hooks to enable commands like amplify mock --seed

- JavaScript
Published by mehow-juras over 4 years ago