vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
changeset 251 1c52a0eeb952
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
       
     1 ## 1.1.2
       
     2 
       
     3 * Fix error when decode hook decodes interface implementation into interface
       
     4   type. [GH-140]
       
     5 
       
     6 ## 1.1.1
       
     7 
       
     8 * Fix panic that can happen in `decodePtr`
       
     9 
       
    10 ## 1.1.0
       
    11 
       
    12 * Added `StringToIPHookFunc` to convert `string` to `net.IP` and `net.IPNet` [GH-133]
       
    13 * Support struct to struct decoding [GH-137]
       
    14 * If source map value is nil, then destination map value is nil (instead of empty)
       
    15 * If source slice value is nil, then destination slice value is nil (instead of empty)
       
    16 * If source pointer is nil, then destination pointer is set to nil (instead of
       
    17   allocated zero value of type)
       
    18 
       
    19 ## 1.0.0
       
    20 
       
    21 * Initial tagged stable release.