0.3.0 - 2024-12-28
- Add documentations to this library. (0f58256) @tamdaz
- Fix the scope for the class diagram. (e699b97)(d69028d) @tamdaz
- Fix a bug where generics was not correctly formatted. (d51251e) @tamdaz
- Disable the zoom and bounds. (215cdde) @tamdaz
0.2.0 - 2024-12-22
- Add the
Cruml::ClassList
class (fc5a6f3) @tamdaz - Add entities to reflect classes, instance vars and methods. (89e6ae6) @tamdaz
- Optimize the macro code in the
src/reflection.cr
file. (#1)(0a1660d) @tamdaz - Refactor the
Cruml.run
static method. (8ed873a) @tamdaz - Refactor the
Cruml::DiagramRender
class. (7aa8a4a) @tamdaz - Replace parenthesis by rafters for the return type. (9507dae) @tamdaz
- Fix inherit class. (d9fe043) @tamdaz
- Remove the
@[Cruml::Annotation::Invisible]
annotation. (0a1660d) @tamdaz
0.1.0 - 2024-12-21
Initial release