Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 2.14 KB

Changelog

0.3.0 - 2024-12-28

Added

  • Add documentations to this library. (0f58256) @tamdaz

Fixed

  • Fix the scope for the class diagram. (e699b97)(d69028d) @tamdaz
  • Fix a bug where generics was not correctly formatted. (d51251e) @tamdaz

Removed

  • Disable the zoom and bounds. (215cdde) @tamdaz

0.2.0 - 2024-12-22

Added

  • Add the Cruml::ClassList class (fc5a6f3) @tamdaz
  • Add entities to reflect classes, instance vars and methods. (89e6ae6) @tamdaz

Changed

  • 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

Fixed

  • Fix inherit class. (d9fe043) @tamdaz

Removed

  • Remove the @[Cruml::Annotation::Invisible] annotation. (0a1660d) @tamdaz

0.1.0 - 2024-12-21

Initial release