vendor/github.com/subosito/gotenv/CHANGELOG.md
changeset 260 445e01aede7e
parent 251 1c52a0eeb952
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 # Changelog
     1 # Changelog
       
     2 
       
     3 ## [1.4.0] - 2022-06-02
       
     4 
       
     5 ### Added
       
     6 
       
     7 - Add `Marshal` and `Unmarshal` helpers
       
     8 
       
     9 ### Changed
       
    10 
       
    11 - The CI will now run a linter and the tests on PRs.
       
    12 
       
    13 ## [1.3.0] - 2022-05-23
       
    14 
       
    15 ### Added
       
    16 
       
    17 - Support = within double-quoted strings
       
    18 - Add support for multiline values
       
    19 
       
    20 ### Changed
       
    21 
       
    22 - `OverLoad` prefer environment variables over local variables
     2 
    23 
     3 ## [1.2.0] - 2019-08-03
    24 ## [1.2.0] - 2019-08-03
     4 
    25 
     5 ### Added
    26 ### Added
     6 
    27 
    28 ## [1.1.0] - 2017-03-20
    49 ## [1.1.0] - 2017-03-20
    29 
    50 
    30 ### Added
    51 ### Added
    31 
    52 
    32 - Supports carriage return in env
    53 - Supports carriage return in env
    33 - Handle files with UTF-8 BOM 
    54 - Handle files with UTF-8 BOM
    34 
    55 
    35 ### Changed
    56 ### Changed
    36 
    57 
    37 - Whitespace handling
    58 - Whitespace handling
    38 
    59