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
At some point we remove Bar constructor and default aeson encoding changes to 1 (IMO this isa flaw in aeson, but that's another story). To preserve encoding backward compatibility we can add tagSingleConstructors = True, but that does not "fix" derived ToSchema instance and we have to bake it manually.
Are there any deep reasons behind that? Or is it just lack of hands to add support?
And thank you for awesome library!
The text was updated successfully, but these errors were encountered: