rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Add `Default` implementation for `WeakDom` #379

Closed DervexDev closed 6 months ago

DervexDev commented 6 months ago

Title basically explains everything. Aside from the fact that it is good practise, Default is required e.g. when using #[serde(skip)] attribute.

Dekkonot commented 6 months ago

Can you add an entry to the changelog for rbx_dom_weak for this? Thanks!

DervexDev commented 6 months ago

Sure, added!