Skip to content

Releases: bennyhat/xml_json

v0.4.1

01 Jun 18:15
Compare
Choose a tag to compare

Adds additional hoisting for arrays with a single map.

v0.4.0

12 Oct 13:59
Compare
Choose a tag to compare

Minor release updates:

  • support an empty string for list_element_names for AWS API to omit the list elements when serializing to XML or Params

v0.3.0

10 Oct 01:30
Compare
Choose a tag to compare

Minor version updates:

  • Add AWS API convention
    • Wraps lists in an extra element, usually called "member" or "item"
    • Though not strictly serialization, added a function for converting a nested map into a flattened map for easy conversion to query parameters, which AWS APIs generally accept

v0.2.0

08 Oct 13:25
Compare
Choose a tag to compare

Minor option updates:

  • Add the ability to exclude_namespaces to BadgerFish convention

v0.1.1

08 Oct 13:18
Compare
Choose a tag to compare

Minor bug fixes:

  • Remove text blocks that only consist of newlines from BadgerFish implementation

0.1.0

08 Oct 13:18
Compare
Choose a tag to compare

Initial release