Files
clang-uml/CHANGELOG.md
2022-09-23 22:34:26 +02:00

453 B

CHANGELOG

0.2.2

  • Added structured comment parsing (#32)
  • Fixed namespace exclusive filtering

0.2.1

  • Fixed handling of classes nested in templates and anonymous nested structs
  • Fixed handling of configurable type aliases

0.2.0

  • Refactored translation units visitors from libclang to Clang LibTooling (#50)
  • Fixed root namespace handling (#45)
  • Removed static prefix from constructors

0.1.0

  • Initial release