All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added better error handling when parsing an
.env
file.
- Fixed an issue where environment variables with
=
characters in them would not be parsed correctly.
- Cleaned filepaths before use.
- Tightened permissions around file.
- Added Go 1.17 support.
- Added a changelog.
- Added a code of conduct.
- Added Semantic Pull Requests configuration file.
- Added a pull request template.
- Added Go 1.16 support.
- Updated readme.
- Added GitHub Stale action.
- Formatted several files.
- Added Go 1.15 support.
- Fixed a bug not allowing quotes to be written to file when the
Write
function was called.
- Updated tests.
- BREAKING: Added
setAfterWrite
parameter toWrite
function.
- Added
Get
,MustGet
andSet
functions.
- Fixed uncaught error.
- Added tests.
- Added
Load
andWrite
functions.