Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Control over ENUM values

Compare
Choose a tag to compare
@chrusty chrusty released this 20 Dec 19:09
f5fcc60

This version introduces a new converter flag / option which controls the types of values generated for ENUMs. The default behaviour is still to generate strings AND numbers, but the new flag / option limits this to the string values only.

See the README for details and examples:

Thanks @mrozycki-tink for your contribution!