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
With latest version --union-enums option has no effect - in generated file I still have all the enums.
But in version 13.0.23 it works fine.
By checking the code I've found --generate-union-enums option - and with it I got my unions instead of enums on the latest version. Problem is that this change does not listed anywhere.
The text was updated successfully, but these errors were encountered:
I've noticed a number of breaking changes for command line execution since 13.0.23 that were not noted, some as small as the generate-api-command now requiring a generate argument. It would be preferable to have such changes be a larger version bump and noted clearly in the changelog to avoid headaches from a minor version bump.
This should fix the breaking change. I wasn't kidding, but that was certainly not a very good change. But the big problem with this project is the lack of maintainability, and it's pretty hard to fix that incrementally. And nobody works on those tasks. I hope you understand. #1198
With latest version
--union-enums
option has no effect - in generated file I still have all the enums.But in version
13.0.23
it works fine.By checking the code I've found
--generate-union-enums
option - and with it I got my unions instead of enums on the latest version. Problem is that this change does not listed anywhere.The text was updated successfully, but these errors were encountered: