Releases: Jimdo/serverless-dotenv
Releases · Jimdo/serverless-dotenv
v1.0.0
Added
- Add unit and integration tests from @HenrikFricke
- Add pure functions for several operations from @HenrikFricke
- Add condition to only append
serverless offlinespecific environment variables if plugin was called by hook from @HenrikFricke - Add flexibility to adjust
API_ENDPOINTenvironment variable based on the settings forserverless offlinefrom @HenrikFricke - Add documentation to describe the project and how to deal with it from @HenrikFricke
- Add license informations from @HenrikFricke
Changed
- Change
pluginclass to use pure functions and reduce business logic in the class itself from @HenrikFricke
v0.1.0
Added
- Add repository structure
- Add continuous deployment