This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Support for stripping ENUM prefixes
This release introduces a new option, to strip prefixes from ENUM values. Usually ENUM values are given a prefix (this avoids namespace clashes, and allows you to understand exactly where they came from) - but that does lead to ugly strings sometimes, so we now have an option to disable that behaviour.
Thanks @zbiljic for your contribution!