Magic Enum C++ v0.7.1 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • ๐Ÿš€ Release v0.7.1

    • ๐Ÿ›  Fix build error in gcc #62
    • ๐Ÿ›  Fix build msvc with clang

Previous changes from v0.7.0

  • ๐Ÿš€ 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