4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-09-19 00:12:32 +00:00
Files
.github
bridge
ci
contrib
docker
gateway
hook
img
internal
matterclient
matterhook
vendor
github.com
42wim
Baozisoftware
Jeffail
Philipp15b
Rhymen
d5
davecgh
dfordsoft
dgrijalva
fsnotify
go-telegram-bot-api
golang
gomarkdown
google
gopackage
gorilla
hashicorp
jpillora
kardianos
keybase
konsorten
labstack
lrstanley
magiconair
matterbridge
mattermost
mattn
mgutz
mitchellh
mapstructure
.travis.yml
CHANGELOG.md
LICENSE
README.md
decode_hooks.go
error.go
go.mod
mapstructure.go
mreiferson
mrexodia
nelsonken
nicksnyder
paulrosania
pborman
pelletier
pkg
pmezard
rickb777
rs
russross
saintfish
shazow
sirupsen
skip2
slack-go
spf13
stretchr
subosito
technoweenie
valyala
yaegashi
zfjagann
go.uber.org
golang.org
google.golang.org
gopkg.in
modules.txt
.fixmie.yml
.gitignore
.golangci.yaml
.goreleaser.yml
.travis.yml
Dockerfile
LICENSE
README.md
changelog.md
go.mod
go.sum
matterbridge.go
matterbridge.toml.sample
matterbridge.toml.simple
matterbridge/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
2018-11-25 21:21:04 +01:00

22 lines
625 B
Markdown

## 1.1.2
* Fix error when decode hook decodes interface implementation into interface
type. [GH-140]
## 1.1.1
* Fix panic that can happen in `decodePtr`
## 1.1.0
* Added `StringToIPHookFunc` to convert `string` to `net.IP` and `net.IPNet` [GH-133]
* Support struct to struct decoding [GH-137]
* If source map value is nil, then destination map value is nil (instead of empty)
* If source slice value is nil, then destination slice value is nil (instead of empty)
* If source pointer is nil, then destination pointer is set to nil (instead of
allocated zero value of type)
## 1.0.0
* Initial tagged stable release.