Releases: shijistar/enum-plus
Releases · shijistar/enum-plus
v2.0.0-alpha.2
testing
v2.0.0-alpha.1
Full Changelog: v1.0.0...v2.0.0-alpha.1
v2.0.0-alpha.0
Features
- 🔥 Support for localization of enum text
- The
Enum
method now accepts alocalize
option that can be used to localize the enum text - You can also set the
Enum.localize
method to localize all enums in a lower priority
- The
- 🔥 Add
menus
method
Breaking Changes
- 💣 All parameters after the first of the
Enum
method has been changed to anoptions
object