Skip to content

Release 4.0.x

Compare
Choose a tag to compare
@yanjustino yanjustino released this 20 Nov 17:09
· 111 commits to main since this release
3899fee

C4Sharp version 4.0.x is released 🚀

image

We released a new version of C4Sharp. The release includes new improvements such as minor bug fixes to the write test log, code maintainability, and performance. You can read the full list of new enhancements and bug fixes below:

  • Using Smetana instead GraphViz/Dot - see more
  • Improve abstraction of C4SharpDirectory.cs class
  • Enable Nullable Warning
  • Improve abstraction of PlantumlResources.cs class
  • Improve PlantumlSession.cs responsibility
  • Improve Abstraction of Plantuml module

Break changes ⚠️

C4Sharp.Models.Plantuml.IO

Now, the PlantumlSession class was moved to namespace C4Sharp.Models.Plantuml.IO.

Improvements 😎

Now, the integration tests are running in GitHub actions

See more in our sample code