The format is based on Keep a Changelog.
- Remove the generic iterator from
EncodeAsFields
and ensure that it's object safe. Use a&mut dyn
iterator instead.
- Update
scale-info
to latest, removing deprecated method calls. - Change
EncodeAsFields
to accept an iterator over fields, to allow more flexibility in how we provide fields to encode.
Fix a silly typo in the scale-encode-derive
README.
Improve the documentation with more examples, and tweak BTreeMap encoding and Composite encoding to be more tolerant.
Initial release.