Skip to content

Releases: paritytech/scale-typegen

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.