Module unreleased

Source
Expand description

Unreleased

ยง๐Ÿ› ๏ธ Non-breaking changes

  • feat: Add an Amf0Value deserializer (#441) (@philipch07, @TroyKomodo)
  • fix: Fix amf0 deserialization to abide by better deserialization standards (#441) (@philipch07, @TroyKomodo)
  • fix: Fix Amf0Object to be represented by a BTreeMap instead of a hashmap to guarantee consistency when iterating through the map (#441) (@TroyKomodo)
  • fix: Fix Amf0Array to be represented by a vec instead of a cow which is more appropriate for the type (#441) (@TroyKomodo)