You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to convert between compatible types (r3labs#49)
* Linting fixes, improve handling of custom types
- Fix bug that made Patch always behave as FlattenEmbeddedStructs was set
- Add option ConvertCompatibleTypes that makes Patch convert between
compatible types when applying changes
- Make Diff store specific type in changelog if the type is an alias
for string. Previously they were just stored as string.