CHANGELOG

Version 3.0.0
July 24, 2020

With the help of @danilofuchs we released a major version - 3.0! This version includes the following:

  • Updated ENV file resolution to include .env.*.local files which is a standard that is being adopted with other frameworks.

The reason for the major version bump is not because we think there are breaking changes but that we didn't want to take any chances in case there are breaking changes on use-cases that we didn't think of. Major version bumps do not automatically get pulled when doing a yarn or npm install. Of course this depends on the update convention they use in their package.json file but this allows devs to explicitly ask for the latest version if they want to test it out. (e.g. yarn add serverless-dotenv-plugin@3.0.0)

Version 2.4.2
April 18, 2020

I just merged a PR today and created version 2.4.2 of the serverless-dotenv-plugin. Thanks to @thibaultdalban for his contribution.

This version now supports the addition of the --stage or -s command line flag for determining which env file to use.