Releases: paritytech/scale-info
Releases · paritytech/scale-info
v2.11.4
[2.11.4] - 2024-10-22
- Bump
derive_more
to version 1.0.0.
Full Changelog: v2.11.3...v2.11.4
v2.11.2
[2.11.2] - 2024-04-05
- Fix a bug in the
PortableRegistry::retain()
method where recursive types (types containing themselves) were not properly handled.
v2.11.1
[2.11.1] - 2024-03-22
- Fix a bug in the
PortableRegistry::retain()
method, where a type's id field was not adjusted to the new position of the type in the retained Vec
.
v2.11.0
[2.11.0] - 2024-03-12
Added
- Implement TypeInfo for
BinaryHeap
(#200).
2.10.0
[2.10.0] - 2023-10-20
Added
- Implement
replace_segment
attribute (#197)
v2.9.0
[2.9.0] - 2023-07-03
Changed
- Expose
PortableType
as public (#188)
v2.8.0
[2.8.0] - 2023-06-21
Added
- Implement TypeInfo for
Rc
(#185)
- Implement TypeInfo for
Duration
(#184)
v2.5.0
Added
- ty: Make type fields public (#176)
v2.4.0
Added
- portable: Retain the provided type IDs (#174)