Skip to content

Releases: nsaunders/purescript-dotenv

v4.0.3

05 Aug 18:15
Compare
Choose a tag to compare

Bugfixes:

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

v4.0.2

05 Aug 17:50
Compare
Choose a tag to compare

Other improvements:

v4.0.1

03 Aug 21:24
47c426e
Compare
Choose a tag to compare

Other improvements:

v4.0.0

13 Feb 14:06
1b1ddea
Compare
Choose a tag to compare

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:

Other improvements:

v3.0.0

08 Feb 13:08
97abbc2
Compare
Choose a tag to compare

Breaking changes:

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

v2.0.0

08 Feb 13:08
Compare
Choose a tag to compare

Breaking changes:

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

v1.1.0

08 Feb 13:07
Compare
Choose a tag to compare

New features:

v1.0.0

08 Feb 13:07
Compare
Choose a tag to compare

Breaking changes:

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

Other improvements:

  • Documentation updates

v0.4.1

08 Feb 13:07
Compare
Choose a tag to compare

Other improvements:

  • Documentation fixes

v0.4.0

08 Feb 13:06
Compare
Choose a tag to compare

New features: