- Added 'row' and 'column' layout hints for aligning elements (#90)
- Added 'together' layout hint for grouping elements (#43)
- Enabled adding notes to class methods and members (#87)
- Improved rendering of template methods in class diagrams (#83)
- Added relationship deduction from
auto
return types which are template specializations (#82) - Fixed lambda names in class diagrams to be based on relative paths
with respect to
relative_to
config option (#78) - Fixed relative paths in config files to be relative to the parent of the configuration file by default (#69)
- Added command line option (--dump-config) to print effective config (#77)
- Added support for building with Microsoft Visual Studio
- Added support for sequence diagrams with template code
- Added structured comment parsing (#32)
- Fixed namespace exclusive filtering
- Fixed handling of classes nested in templates and anonymous nested structs
- Fixed handling of configurable type aliases
- Refactored translation units visitors from libclang to Clang LibTooling (#50)
- Fixed root namespace handling (#45)
- Removed
static
prefix from constructors
- Initial release