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
[#677](https://github.com/gregsdennis/json-everything/issues/677) - Fixes an issue with serializing schemas that use custom keywords when those keywords are not registered with a `JsonTypeInfo` because reflection is okay. Thanks to [@ProTip](https://github.com/ProTip) for reporting this and providing a reproduction.
Fixes an issue with repeated evaluations of the same schema with different or changed options. The solution was to recalculate any static analysis when an options change was detected.
0 commit comments