Skip to content

Releases: sbabiv/xml2map

add <name:tag .. /> element

07 Dec 20:49
4e66bce
Compare
Choose a tag to compare

fix panic: interface conversion: interface {} is map[string]interface {}, not string
issues #8

NewDecoderWithPrefix

09 Jan 12:53
c9f2430
Compare
Choose a tag to compare
  • add new decoder wrapper for custom prefix

v1.1.4

17 Oct 13:39
509cccf
Compare
Choose a tag to compare

test coverage 95,1%

v1.1.3

16 Oct 17:00
0a437bc
Compare
Choose a tag to compare
  • Travis CI
  • Test coverage 93.4%
  • Goreport
  • Godoc
  • MIT
  • Descriptions

1.1.2

25 Sep 13:47
d6e546e
Compare
Choose a tag to compare
  • bug fix. get data 1 lvl
  • add err "data at the root level is invalid"

wrap attributes

07 Sep 18:19
c390848
Compare
Choose a tag to compare

add attributes

<dog color="gray">hello</dog> 
dog:map[@color:gray #text:hello]]

<container uid="FA6666D9-EC9F-4DA3-9C3D-4B2460A4E1F6" lifetime="2019-10-10T18:00:11">
container:map[@uid:FA6666D9-EC9F-4DA3-9C3D-4B2460A4E1F6 @lifetime:2019-10-10T18:00:11]

xml2map v1.0

07 Aug 14:22
4ee1618
Compare
Choose a tag to compare

xml2map v1.0
converter xml to map

map[string]interface{}