Releases: cmrschwarz/rust-prettifier-for-lldb
Releases · cmrschwarz/rust-prettifier-for-lldb
v0.5.1
Improvements
- Fix nested visualizations in
RcandArc(#5) - Support Unsafe Cell (#6), thanks to @mcbridejc !
- Support Crossbeam Atomic Cell (#7 ), thanks to @mcbridejc !
Internal Improvements
- Support external dependencies in the test harness (consequence of #7), thanks to @mcbridejc !
v0.5
-
Fix summary for slices in reference counted types (
Rc<str>, Arc<str>, Rc<[T]> and Arc<[T]>). -
Improve enum synth provider registration.
v0.4
- Fix broken handling of certain enums with niche values.
- Limit preview summary of sequences to 10 elements
v0.3
v0.2
v0.2
- Initial support for windows by @jesnor
- Improved handling of Hashmaps and Tuples
v0.1
Initial Release