Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 747 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 747 Bytes

Changelog

The format is based on Keep a Changelog.

[v0.3.0] - 2023-05-31

  • Remove the generic iterator from EncodeAsFields and ensure that it's object safe. Use a &mut dyn iterator instead.

[v0.2.0] - 2023-05-26

  • 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.

[v0.1.2] - 2023-03-01

Fix a silly typo in the scale-encode-derive README.

[v0.1.1] - 2023-03-01

Improve the documentation with more examples, and tweak BTreeMap encoding and Composite encoding to be more tolerant.

[v0.1.0] - 2023-02-28

Initial release.