You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.1 KiB
3.1 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[8.1.0] - 2019-08-20
Changed
- Upgraded
dotenvdependency to version 8.1.0. See dotenv's CHANGELOG for more details
[6.1.0] - 2018-10-09
Changed
- Upgraded
dotenvdependency to version 6.1.0. See dotenv's CHANGELOG for more details
[6.0.0] - 2018-06-07
Changed
- Upgraded
dotenvdependency to version 6.0.0. See dotenv's CHANGELOG for more details
[5.0.1] - 2018-02-20
Fixed
- Restored config.js file for preloading
[5.0.0] - 2018-02-19
Added
exampleoption as an alias ofsample- Testing against Node v8 and v9
Changed
- Breaking: Updated to dotenv 5.0.0. See dotenv's CHANGELOG for more details
- Slightly reworded error messages
- Updated code to use ES6 syntax features
Removed
- Testing against Node v7
[4.0.4] - 2017-04-28
Fixed
- Fix installation instructions for yarn. Released only to update README on npmjs.com.
[4.0.3] - 2017-01-08
Changed
- Bump
dotenvdependency
[4.0.2] - 2017-01-03
Fixed
- Fix missing variables not being shown in stack traces while running on Node 7
[4.0.1] - 2017-01-02
Fixed
- Fix missing
MissingEnvVarsError.jserror when callingload()
[4.0.0] - 2017-01-02
Changed
loadmethod returns a result object instead oftrue- Throw a dedicated
MissingEnvVarsErrorinstead of a genericErrorif variables are missing.
[3.0.0] - 2016-11-06
Changed
- Compare example file to actual environment instead of
.env. This makes it easier to usedotenv-safein CI environments, where variables are likely to be injected by some external mechanism.
[2.3.3] - 2016-10-28
Fixed
- Add
filesproperty topackage.json, reduces dependency size.
[2.3.2] - 2016-09-18
Changed
- Bump
dotenvdependency version.
[2.3.1] - 2016-03-29
Fixed
- Fix
allowEmptyValuesto throw error when variable is missing.
[2.3.0] - 2016-03-24
Added
- Add
allowEmptyValuesoption.
[2.2.0] - 2016-01-05
Added
- Allow
dotenv-safeto be preloaded.
[2.1.1] - 2015-12-11
- Literally nothing. No idea why this release exists at all.
[2.1.0] - 2015-12-11
Fixed
- Ignore empty environment variables when comparing current environment to the
.envfile.
[2.0.1] - 2016-12-11
Changed
- Don't load
.env.sampleautomatically
[2.0.0] - 2015-11-06
Changed
- Change
.env.exampleto take priority over.env.sampleif both exist.
[1.0.2] - 2015-10-07
Fixed
- Update README on npm.
[1.0.1] - 2015-10-07
Fixed
- Update README on npm.
[1.0.0] - 2015-10-07
Added
- Initial release.