Releases: mintlu8/bevy_serde_lens
Releases · mintlu8/bevy_serde_lens
Release v0.6.0
Release v0.2.0
New Features
-
Entity Relations
Added serialization forEntitywithEntityPointer. Added theEntitySmartPointertrait that works similar to how serde serializes smart pointers likeBoxandRc. -
Projection for
Option,VecandMap
ProjectOption,ProjectVecandProjectMapcan be used to serialize containers that containsSerdeProjecttypes or
types that can beConverted toSerdeProjecttypes. -
Cow version of
TypeTagged
Added support for custom clone-less serialization usingTypeTagged.
Changes
ChildMap no longer requires Eq and will keep duplicate keys.
Breaking Changes
ProjectVec has been reworked.