vendor/github.com/magiconair/properties/CHANGELOG.md
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 265 05c40b36d3b2
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 ## Changelog
     1 ## Changelog
       
     2 
       
     3 ### [1.8.2](https://github.com/magiconair/properties/tree/v1.8.2) - 25 Aug 2020
       
     4 
       
     5  * [PR #36](https://github.com/magiconair/properties/pull/36): Escape backslash on write
       
     6 
       
     7    This patch ensures that backslashes are escaped on write. Existing applications which
       
     8    rely on the old behavior may need to be updated.
       
     9 
       
    10    Thanks to [@apesternikov](https://github.com/apesternikov) for the patch.
       
    11 
       
    12  * [PR #42](https://github.com/magiconair/properties/pull/42): Made Content-Type check whitespace agnostic in LoadURL()
       
    13 
       
    14    Thanks to [@aliras1](https://github.com/aliras1) for the patch.
       
    15 
       
    16  * [PR #41](https://github.com/magiconair/properties/pull/41): Make key/value separator configurable on Write()
       
    17 
       
    18    Thanks to [@mkjor](https://github.com/mkjor) for the patch.
       
    19 
       
    20  * [PR #40](https://github.com/magiconair/properties/pull/40): Add method to return a sorted list of keys
       
    21 
       
    22    Thanks to [@mkjor](https://github.com/mkjor) for the patch.
     2 
    23 
     3 ### [1.8.1](https://github.com/magiconair/properties/tree/v1.8.1) - 10 May 2019
    24 ### [1.8.1](https://github.com/magiconair/properties/tree/v1.8.1) - 10 May 2019
     4 
    25 
     5  * [PR #26](https://github.com/magiconair/properties/pull/35): Close body always after request
    26  * [PR #35](https://github.com/magiconair/properties/pull/35): Close body always after request
     6 
    27 
     7    This patch ensures that in `LoadURL` the response body is always closed.
    28    This patch ensures that in `LoadURL` the response body is always closed.
     8 
    29 
     9    Thanks to [@liubog2008](https://github.com/liubog2008) for the patch.
    30    Thanks to [@liubog2008](https://github.com/liubog2008) for the patch.
    10 
    31