Skip to content

Releases: paritytech/scale-typegen

v0.10.0

15 Nov 16:09
v0.10.0
b65aa62
Compare
Choose a tag to compare

[0.10.0] - 2024-11-15

This is a breaking release that mainly bumps scale-related dependencies to their latest versions which are exposed in the public API.

  • Bump thiserror to 2.0
  • Bump scale-value to 0.18.0
  • Bump scale-encode to 0.10.0
  • Bump scale-decode to 0.16.0
  • Bump scale-bits to 0.7.0
  • Bump MSRV to 1.81.0

Full Changelog: v0.9.0...v0.10.0

v0.9.0

22 Oct 15:51
v0.9.0
d0c8817
Compare
Choose a tag to compare

[0.9.0] - 2024-10-22

  • Unify more generic types (#32)
  • Return error on incorrect PortableRegistry (#34)
  • Bump scale-value to 0.17.0 (#35)
  • Bump scale-encode to 0.8.0 (#36)
  • Bump scale-decode to 0.14.0 (#37)
  • Bump frame-metadata to 17.0.0 (#38)

Full Changelog: v0.8.0...v0.9.0

v0.8.0

27 May 07:57
v0.8.0
08bbb5e
Compare
Choose a tag to compare

[0.8.0] - 2024-05-24

This release doesn't change the public API, but does effect the generated code to make it more correct and de-duplicate types better, but also a little less forgiving in certain edge cases. As such, I've decided to do a minor bump so that opting in to this change is explicit.

  • Improve type equality checking used during de-duplication of types to deduplicate more reliably/often (#30)

v0.4.3

02 Apr 16:15
v0.4.3
3d1ddaf
Compare
Choose a tag to compare

[0.4.3] - 2024-04-02

This release that adds support for the builtin types BinaryHeap, LinkedList and VecDeque.

v0.3.1

02 Apr 15:19
v0.3.1
5617290
Compare
Choose a tag to compare

[0.3.1] - 2024-04-02

This release that adds support for the builtin types BinaryHeap, LinkedList and VecDeque.

v0.2.1

02 Apr 15:10
v0.2.1
f4e6162
Compare
Choose a tag to compare

[0.2.1] - 2024-04-02

This release that adds support for the builtin types BinaryHeap, LinkedList and VecDeque.