Releases: simonrupf/convert2json
Releases · simonrupf/convert2json
1.1.3
1.1.2
- bump serde_json from 1.0.132 to 1.0.133
- bump quick-xml from 0.37.0 to 0.37.1
- updated dependencies
1.1.1
- bump csv from 1.3.0 to 1.3.1
- bump serde from 1.0.214 to 1.0.215
1.1.0
- bump serde from 1.0.213 to 1.0.214
- bump quick-xml from 0.36.2 to 0.37.0, which introduces the following change:
Handle only those boolean representations that are allowed by Xml Schema
which is only"true"
,"1"
,"false"
, and"0"
. Previously the
following values also was accepted:bool
XML content true
"True"
,"TRUE"
,"t"
,"Yes"
,"YES"
,"yes"
,"y"
false
"False"
,"FALSE"
,"f"
,"No"
,"NO"
,"no"
,"n"
1.0.7
- bump serde from 1.0.210 to 1.0.213
- bump serde_json from 1.0.131 to 1.0.132
1.0.6
- bump serde_json from 1.0.128 to 1.0.131
1.0.5
- bump quick-xml from 0.36.1 to 0.36.2
1.0.4
- bump serde from 1.0.209 to 1.0.210
- bump serde_json from 1.0.127 to 1.0.128
1.0.3
- bump serde from 1.0.208 to 1.0.209
- bump serde_json from 1.0.125 to 1.0.127
1.0.2
- bump serde from 1.0.205 to 1.0.208
- bump serde_json from 1.0.122 to 1.0.125