purescript-dotenv

Load environment variables from a .env file.

MIT License

Stars
26
Committers
4

Bot releases are visible (Hide)

purescript-dotenv - v4.0.3 Latest Release

Published by nsaunders about 1 year ago

Bugfixes:

  • Updates to child process handling based on new node-streams API. (8b4f30d)
purescript-dotenv - v4.0.2

Published by nsaunders about 1 year ago

Other improvements:

  • Bump Node dependencies in bower.json again. (3e74e18 by @nsaunders)
purescript-dotenv - v4.0.1

Published by nsaunders about 1 year ago

Other improvements:

purescript-dotenv - v4.0.0

Published by nsaunders over 1 year ago

Breaking changes:

  • loadFile and loadContents now return Aff Unit. (#40 by @nsaunders)

    Note
    Although this is technically a breaking change, existing code that discards the return value will continue to work without modification, e.g.

    _ <- loadFile -- Still works, although there is no need to explicitly discard `Unit`.
    

Bugfixes:

  • Handling of escaped quotes (#39 by @nsaunders)
  • Circular references are now short-circuited. (#41 by @nsaunders)

Other improvements:

  • Unused values are no longer resolved. (#40 by @nsaunders)
purescript-dotenv - v3.0.0

Published by nsaunders over 1 year ago

Breaking changes:

  • Updated to v0.15 of the compiler, dropping support for previous versions. (#37 by @thomashoneyman)
purescript-dotenv - v2.0.0

Published by nsaunders over 1 year ago

Breaking changes:

  • Updated to v0.14 of the compiler, dropping support for previous versions. (92f5656 by @nsaunders)
purescript-dotenv - v1.1.0

Published by nsaunders over 1 year ago

New features:

  • Add loadContents function. (#34 by @nsaunders)
purescript-dotenv - v1.0.0

Published by nsaunders over 1 year ago

Breaking changes:

  • loadFile now runs explicitly in Aff instead of MonadAff m => m. (#28 by @nsaunders)

Other improvements:

  • Documentation updates
purescript-dotenv - v0.4.1

Published by nsaunders over 1 year ago

Other improvements:

  • Documentation fixes
purescript-dotenv - v0.4.0

Published by nsaunders over 1 year ago

New features:

  • Added support for command substitution. (#26 by @nsaunders)
purescript-dotenv - v0.3.0

Published by nsaunders over 1 year ago

Breaking changes:

  • Updated to v0.13 of the compiler, dropping support for previous versions. (#21 by @nsaunders)

Other improvements:

  • Migrated to Spago for dev/CI. (#20 by @nsaunders)
  • Enhanced project README.
  • Parser refactoring (#19 by @nsaunders)
purescript-dotenv - v0.2.2

Published by nsaunders over 1 year ago

Bugfixes:

  • Fixed parser to re-enable comments at the end of a line containing a setting. (#18 by @nsaunders)

Other improvements:

  • Added a test for the variable substitution feature. (#16 by @nsaunders)
purescript-dotenv - v0.2.1

Published by nsaunders over 1 year ago

Bugfixes:

  • Fixed compiler warnings. (#15 by @nsaunders)
purescript-dotenv - v0.2.0

Published by nsaunders over 1 year ago

New features:

  • Added variable substitution feature. (ab8eda2, 3a417a5 by @nsaunders)
purescript-dotenv - v0.1.5

Published by nsaunders over 1 year ago

  • Fixed parser to allow comments at the end of a line containing a setting. (#8 by @nsaunders)
purescript-dotenv - v0.1.4

Published by nsaunders over 1 year ago

  • Parser refactoring (3df29dc by @nsaunders)
purescript-dotenv - v0.1.3

Published by nsaunders over 1 year ago

  • Advanced parsing rules (#6 by @nsaunders)
  • Renamed package from purescript-node-dotenv to purescript-dotenv. (3e92fea by @nsaunders)
  • Improved unit tests.
purescript-dotenv - v0.1.2

Published by nsaunders over 1 year ago

  • Exported Setting and Settings types. (21ec469 by @nsaunders)
purescript-dotenv - v0.1.1

Published by nsaunders over 1 year ago

  • Removed redundant module Configuration.Dotenv.Types. (f80792f by @nsaunders)
purescript-dotenv - v0.1.0

Published by nsaunders over 1 year ago

  • Initial release