Skip to content

Releases: gzimbron/amplify-adapter

v0.2.0

27 Oct 07:50
8c71e99
Compare
Choose a tag to compare

Minor Changes

  • 6e38d97: Upgrade node runtime to 20.x

v0.1.3

27 Oct 05:39
9d215a4
Compare
Choose a tag to compare

Patch Changes

v0.1.2

10 Feb 21:35
a6ce7ef
Compare
Choose a tag to compare

Patch Changes

v0.1.1

06 Feb 05:55
9906050
Compare
Choose a tag to compare

Patch Changes

  • 478d489: Removed console.log from adapt function

v0.1.0

05 Jan 22:21
Compare
Choose a tag to compare

Changes:

Added options to manually copy the development node_modules. By default, it does not copy it, so an extra step must be added to the App build specification (amplify.yml).
Details:

Previously, the development node_modules were automatically copied to the output directory when building an Amplify app. This can be a problem cause of 200 MB artifact size limitation.

Please see the README.md "Amplify CI/CD" section to checkout this changes.
App build specification

v0.0.11

27 Dec 01:24
Compare
Choose a tag to compare

Added video Tutorial to README.md

v0.0.10

26 Dec 23:48
8bd70b1
Compare
Choose a tag to compare

Support for SvelteKit v1 & v2