- Add
Hydrate
for HashMap and BTreeMap - Fix hydrate_path failing to hydrate some items correctly
- Add implementations of Reconcile and Hydrate for Uuid behind the
uuid
feature flag
- BREAKING Remove implementation of
Hydrate
forVec<u8>
- Add
ByteArray
andByteVec
wrappers for[u8; N]
andVec<u8
> - Add an implementation of
Hdyrate
foru8
- Accept any
Doc
inreconcile_prop
- Fix visibility of key types for derived
Reconcile
on enum types not matching the visibility of the target enum type
Initial release