Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@dangmoody dangmoody released this 12 Jun 22:04
· 18 commits to master since this release
  • Rename __temper_test_info_fetcher_ struct prefix to TEMPERDEV_TEST_INFO_FETCHER to avoid triggering compiler warnings on the user's end.
  • Rename all macros to no longer include double underscores anywhere. For example, TEMPERDEV__COLOR_YELLOW is now called TEMPERDEV_COLOR_YELLOW.
  • Replaced certain overridable #defines with function pointers for better ease-of-use.
  • Ignore additional bogus warning for Clang 14.