All Versions
11
Latest Version
Avg Release Cycle
116 days
Latest Release
898 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0.6
August 14, 2020 -
v0.8.0.4 Changes
February 03, 2020Dotenv 0.8.0.4
- ๐ Fix test fixtures
Dotenv 0.8.0.3
- โ Add suppport for
megaparsec-8.0.0
Dotenv 0.8.0.2
- โ Add support for GHC 8.6
Dotenv 0.8.0.1
- ๐ Support for
optparse-applicative-0.15
Dotenv 0.8.0.0
- โ Add
Configuration.Dotenv.Environment
module exporting functions fromSystem.Environment
,
System.Environment.Compat
, orSystem.Environment.Blank
, depending onbase
version. - โ Add support for blank environment variables for
base
>= 4.11.0.0.
-
v0.7.0.0
November 09, 2018 -
v0.6.0.3
October 15, 2018 -
v0.5.2.0 Changes
December 22, 2017Dotenv 0.5.2.0
- โ Add
loadSafeFile
to typecheck the envs. - โ Add
(--schema|-s) FILE
flag to thedotenv
CLI tool to enable safe mode. - โ Add
(--no-schema)
flag to thedotenv
CLI tool to disable safe mode. - Turn safe mode on automatically when the
.schema.yml
file is present. - ๐ Make
required
optional in the.schema.yml
.
Dotenv 0.5.1.1
- ๐ Allow
.env
empty files
Dotenv 0.5.1.0
- โ Add support for command substitution on env vars.
Dotenv 0.5.0.2
- 0๏ธโฃ Set
.env
file as default file for environment variables. - โ Add
--version
flag to check the version of dotenv that is in use.
- โ Add
-
v0.5.1.0
October 05, 2017 -
v0.5.0.2
September 20, 2017 -
v0.5.0.1
August 25, 2017 -
v0.5.0.0 Changes
August 23, 2017Dotenv 0.5.0.0
- โ Add dotenv-safe functionality
- โ Add the
Config
type with options to override env variables, and setting the
path for .env and .env.example files. - ๐ Changed
loadFile
function to getConfig
with the paths for the .env file
and the .env.example file.
Dotenv 0.4.0.0
- ๐ Use Megaparsec 6.0
- โฌ๏ธ Dropped support for GHC 7.6
Dotenv 0.3.4.0
- ๐ Allow optparse-applicative 0.14
-
v0.4.0.0
August 03, 2017