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

Support for stripping ENUM prefixes

Compare
Choose a tag to compare
@chrusty chrusty released this 29 Jun 19:53
fb6570f

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!