Releases: marcocesarato/dotenv-mono
Releases · marcocesarato/dotenv-mono
Release 1.3.1
Bug Fixes
- add encoding string typing and casting
- improve cli option parsing and type detection
Release 1.3.0
Features
- add preload script to load environment using the cli
Release 1.2.0
Features
- add defaults configuration that permit to load a set of default variables to be merged on the matched dotenv file
- now it loads also
.env.defaults
as default if file exists
Release 1.1.4
Bug Fixes
- add config props nullable
Release 1.1.3
Bug Fixes
- typo repo name in homepage and bug url of package.json
- add export default dotenv class
- set accessor properties as private
Release 1.1.2
Bug Fixes
- add explicit typing on shortcut functions