Skip to content

Releases: Jimdo/serverless-dotenv

v1.0.0

24 Mar 14:47
Compare
Choose a tag to compare

Added

  • Add unit and integration tests from @HenrikFricke
  • Add pure functions for several operations from @HenrikFricke
  • Add condition to only append serverless offline specific environment variables if plugin was called by hook from @HenrikFricke
  • Add flexibility to adjust API_ENDPOINT environment variable based on the settings for serverless offline from @HenrikFricke
  • Add documentation to describe the project and how to deal with it from @HenrikFricke
  • Add license informations from @HenrikFricke

Changed

  • Change plugin class to use pure functions and reduce business logic in the class itself from @HenrikFricke

v0.1.0

23 Mar 10:12
Compare
Choose a tag to compare

Added

  • Add repository structure
  • Add continuous deployment