Releases: nsaunders/purescript-dotenv
Releases · nsaunders/purescript-dotenv
v0.3.0
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)
v0.2.2
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
v0.2.0
v0.1.5
v0.1.4
v0.1.3
- Advanced parsing rules (#6 by @nsaunders)
- Renamed package from
purescript-node-dotenv
topurescript-dotenv
. (3e92fea by @nsaunders) - Improved unit tests.