Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebjornset committed Feb 11, 2024
1 parent d2cfde0 commit afc875c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_drafts/yyyy-mm-dd-release-1.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ hero_height: is-fullwidth
---

### In this version
- Added support for generating `enum` properties in `mermaid-er-diagram-from-csharp` and `mermaid-er-diagram-from-efcore`. Each enum type used as properties in entites are generated as its own entities with the enum values as attributes. Enum properties are generated as `int` attributes in the entity and as a relationship from the entity to the enum entity.
- Added support for generating `byte[]` properties as `Blob` attributes in `mermaid-class-diagram-from-csharp`.
- Added support for generating `byte[]` properties as `blob` attributes in `mermaid-er-diagram-from-csharp` and `mermaid-er-diagram-from-efcore`.
- Fixed stack overflow exception that happended when running `mermaid-class-diagram-from-csharp` agains a generic type with a where constraint referencing the declaring type it self.
Expand Down

0 comments on commit afc875c

Please sign in to comment.