Skip to content

Releases: nsaunders/purescript-dotenv

v0.3.0

08 Feb 13:05
Compare
Choose a tag to compare

Breaking changes:

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

Other improvements:

v0.2.2

08 Feb 13:04
Compare
Choose a tag to compare

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)

v0.2.1

08 Feb 13:04
f86f5e6
Compare
Choose a tag to compare

Bugfixes:

v0.2.0

08 Feb 13:03
Compare
Choose a tag to compare

New features:

v0.1.5

08 Feb 13:02
09a4c0d
Compare
Choose a tag to compare
  • Fixed parser to allow comments at the end of a line containing a setting. (#8 by @nsaunders)

v0.1.4

08 Feb 13:01
Compare
Choose a tag to compare

v0.1.3

08 Feb 13:00
Compare
Choose a tag to compare
  • Advanced parsing rules (#6 by @nsaunders)
  • Renamed package from purescript-node-dotenv to purescript-dotenv. (3e92fea by @nsaunders)
  • Improved unit tests.

v0.1.2

08 Feb 13:00
Compare
Choose a tag to compare

v0.1.1

08 Feb 12:59
Compare
Choose a tag to compare

v0.1.0

08 Feb 12:53
Compare
Choose a tag to compare
  • Initial release