Skip to content

v0.10.0

Compare
Choose a tag to compare
@veselink1 veselink1 released this 08 Jun 03:52
· 109 commits to master since this release
  • Introduced automatic property name normalization in get_display_name for properties with no friendly_name. Example: get_display_name(get_foo) -> "foo"
  • Added built-in reflection support for std::string_view #23
  • Fixed: operations on type_list do not properly take into account reference qualifiers
  • Fixed const_string constructor in older versions of clang
  • Fixed util::filter results list order (used to be reversed)
  • Fixed implementation of reflect, is_reflectable, debug
  • Improved runtime::debug print formatting
  • Removed filtering by const_string utils #21. Suggested workaround: use predicate variants
  • Removed refl-ht support
  • Code cleanup #24, #20