Skip to content

v3.1.0

Choose a tag to compare

@shijistar shijistar released this 20 Oct 15:26

Features

  • Introduce Enum.config to manage global configuration for all Enums.
    • Enum.config.autoLabel to enable/disable automatic label generation for enum items by specifying the label prefix.
  • Add options.labelPrefix to specify the label prefix for enum items during Enum creation.
  • Add options.autoLabel to enable/disable automatic label generation on Enum creation. It overrides the global configuration.
  • ✨ Allow extending EnumItemLabel type to support IntelliSense.