Skip to content

Releases: awslabs/amplify-graphql-seed-plugin

v0.1.13.fixed

04 Jul 13:07
2d97d18
Compare
Choose a tag to compare

Changed:

Updated dependencies to latest versions
Updated README JSON object

v0.1.12

09 Jun 16:23
2f0606e
Compare
Choose a tag to compare

What's Changed

Add workshop links to the README

25 Apr 13:31
720924f
Compare
Choose a tag to compare

Changed

Added a workshop link to the README.md file.

v0.1.10 - change the location of the seeding directory

12 Apr 13:41
f9ba9cd
Compare
Choose a tag to compare

Changed

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.

Amplify v8 compatibility alert

11 Apr 10:12
ca4db1a
Compare
Choose a tag to compare

Changed

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

v0.1.8 - resolve CommonJS and ES imports conflicts

01 Apr 10:59
c4a4692
Compare
Choose a tag to compare

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.

v0.1.7 - add CI/CD seeding functionality in different environments

30 Mar 15:55
8448f38
Compare
Choose a tag to compare

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

Update README with roadmap section

08 Mar 11:00
ef0285d
Compare
Choose a tag to compare

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

v0.1.5

04 Mar 13:16
4f1b12e
Compare
Choose a tag to compare

Added:

  • added a badge to README linking to the NPM repo

Changed:

  • comment out the example in seed-data.js file

v0.1.3

28 Feb 15:46
c16f73d
Compare
Choose a tag to compare

Added:

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