Releases: stackbuilders/dotenv-hs
Releases · stackbuilders/dotenv-hs
Version 0.5.0.0
Dotenv 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
Version 0.3.3.0
Add support for variable expansion.
Version 0.3.2.0
Add the option to pass arguments to the program passed to Dotenv.
Version 0.3.1.0
-
Made interface more polymorphic so the functions works in any instance of
MonadIO
, not onlyIO
. This should reduce amount of lifting in some
cases. -
Added
onMissingFile
helper to deal with possibly missing files. -
Parser was rewritten to take full advantage of Megaparsec.
hspec-megaparsec
is now used for testing of the parser. -
Dropped support for GHC 7.4.
Version 0.3.0.3
Allow optparse-applicative 0.13
Version 0.3.0.1
Remove unnecessary package dependencies.
Version 0.3.0.0
- Reverted change to Data.Text in favor of String, for maintaining compatibility
with common Haskell system libraries. Added separate interface for parsing a
file into tuples containing Data.Text values. Thanks to Daisuke Fujimura
(Github: fujimura). - Fixed parsing of CRLF characters for Windows users.
Version 0.2.0.0
See the CHANGELOG.md for changes.