Skip to content

Releases: LinusU/scandium

🚢 1.0.0-alpha.13 / 2018-02-08

22 Nov 18:06
bf01ddd
Compare
Choose a tag to compare

🎉 Enhancements

  • Ignore ".git" and "node_modules" by default

🚢 1.0.0-alpha.12 / 2018-02-08

22 Nov 18:06
39287c2
Compare
Choose a tag to compare

🎉 Enhancements

  • Show friendly error message if AWS region is missing

🚢 1.0.0-alpha.11 / 2018-02-08

22 Nov 18:06
835798b
Compare
Choose a tag to compare

🎉 Enhancements

  • Create role automatically, unless provided
  • Read local AWS config files

🐛 Fixes

  • Forward / when not using custom swagger file
  • Use same workdir as in the AWS cloud

🌹 Internal Changes

  • Add link to tutorials

🚢 1.0.0-alpha.7 / 2017-11-07

22 Nov 18:06
a7266d5
Compare
Choose a tag to compare

💥 Breaking Changes

  • Make deploy stage user configurable

    Migration Guide:

    The --deploy command have been switched to --deploy-to=<stage>. To get the previous behaviour, sepcify --deploy-to=prod.

🐛 Fixes

  • Fix binary responses

🚢 1.0.0-alpha.6 / 2017-08-28

22 Nov 18:06
3a928f5
Compare
Choose a tag to compare

🐛 Fixes

  • Recreate the Content-Length header if missing

🚢 1.0.0-alpha.5 / 2017-08-21

22 Nov 18:06
b1989b2
Compare
Choose a tag to compare

🎉 Enhancements

  • Add support for prepare scripts

🚢 1.0.0-alpha.4 / 2017-08-21

22 Nov 18:06
6529047
Compare
Choose a tag to compare

🐛 Fixes

  • Turn off callbackWaitsForEmptyEventLoop flag
  • Increase zip file max buffer

🚢 1.0.0-alpha.3 / 2017-08-14

22 Nov 18:06
fd859eb
Compare
Choose a tag to compare

🎉 Enhancements

  • Add progress indicators

🌹 Internal Changes

  • Move builder code out of index.js
  • Move amazon code out of index.js

🚢 1.0.0-alpha.2 / 2017-08-14

22 Nov 18:06
2f98fb3
Compare
Choose a tag to compare

🎉 Enhancements

  • Add support for Amazon API Gateway

🐛 Fixes

  • Handle no headers being sent to the function

🌹 Internal Changes

  • Fix linting

🚢 1.0.0-alpha.1 / 2017-08-12

22 Nov 18:06
7c59490
Compare
Choose a tag to compare

🎉 Enhancements

  • Add initial implementation

🌹 Internal Changes

  • Initial commit