Skip to content

Magic Enum v0.7.0

Compare
Choose a tag to compare
@Neargye Neargye released this 14 Oct 17:32
· 307 commits to master since this release

Release v0.7.0

  • Add namespace flags with API for enum-flags #40
  • Add syntax for defining custom enum names #50
  • Add way to switch std::optional, std::string and std::string_view to custom type #45
  • Add support for bazel #56
  • Add MAGIC_ENUM_OPT_INSTALL option in CMakeLists.txt #54
  • Add macro MAGIC_ENUM_SUPPORTED_ALIASES to check whether enum-aliases supported #36
  • Improve API usability #55
  • Fix build error in clang #53
  • [breaking changes] enum_range moved to namespace magic_enum::customize #52