Files
clang-uml/CHANGELOG.md
T
2022-09-22 19:30:57 +02:00

447 B

CHANGELOG

  • 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