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
Amf0Objectto be represented by a BTreeMap instead of a hashmap to guarantee consistency when iterating through the map (#441) (@TroyKomodo) - fix: Fix
Amf0Arrayto be represented by a vec instead of a cow which is more appropriate for the type (#441) (@TroyKomodo)