...

Text file src/github.com/subosito/gotenv/CHANGELOG.md

Documentation: github.com/subosito/gotenv

     1# Changelog
     2
     3## [1.5.0] - 2023-08-15
     4
     5### Fixed
     6
     7- Use io.Reader instead of custom Reader
     8
     9## [1.5.0] - 2023-08-15
    10
    11### Added
    12
    13- Support for reading UTF16 files
    14
    15### Fixed
    16
    17- Scanner error handling
    18- Reader error handling
    19
    20## [1.4.2] - 2023-01-11
    21
    22### Fixed
    23
    24- Env var initialization
    25
    26### Changed
    27
    28- More consitent line splitting
    29
    30## [1.4.1] - 2022-08-23
    31
    32### Fixed
    33
    34- Missing file close
    35
    36### Changed
    37
    38- Updated dependencies
    39
    40## [1.4.0] - 2022-06-02
    41
    42### Added
    43
    44- Add `Marshal` and `Unmarshal` helpers
    45
    46### Changed
    47
    48- The CI will now run a linter and the tests on PRs.
    49
    50## [1.3.0] - 2022-05-23
    51
    52### Added
    53
    54- Support = within double-quoted strings
    55- Add support for multiline values
    56
    57### Changed
    58
    59- `OverLoad` prefer environment variables over local variables
    60
    61## [1.2.0] - 2019-08-03
    62
    63### Added
    64
    65- Add `Must` helper to raise an error as panic. It can be used with `Load` and `OverLoad`.
    66- Add more tests to be 100% coverage.
    67- Add CHANGELOG
    68- Add more OS for the test: OSX and Windows
    69
    70### Changed
    71
    72- Reduce complexity and improve source code for having `A+` score in [goreportcard](https://goreportcard.com/report/github.com/subosito/gotenv).
    73- Updated README with mentions to all available functions
    74
    75### Removed
    76
    77- Remove `ErrFormat`
    78- Remove `MustLoad` and `MustOverload`, replaced with `Must` helper.
    79
    80## [1.1.1] - 2018-06-05
    81
    82### Changed
    83
    84- Replace `os.Getenv` with `os.LookupEnv` to ensure that the environment variable is not set, by [radding](https://github.com/radding)
    85
    86## [1.1.0] - 2017-03-20
    87
    88### Added
    89
    90- Supports carriage return in env
    91- Handle files with UTF-8 BOM
    92
    93### Changed
    94
    95- Whitespace handling
    96
    97### Fixed
    98
    99- Incorrect variable expansion
   100- Handling escaped '$' characters
   101
   102## [1.0.0] - 2014-10-05
   103
   104First stable release.
   105

View as plain text