Releases: 8T4/c4sharp
Releases · 8T4/c4sharp
Release v2.0.0
May 2021
C4Sharp version 2.0.0 is released 🚀
On May 07th, we released a new version of C4Sharp. The release includes new improvements which include 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:
Fixing
- Changing class scope visibility to sealed
- Optimizing embedded C4 resource -
⚠️ Probably you need to delete the c4 folder, and regenerate it
New Features
- Adding SHOW_LEGEND() control - see the example
- Adding LAYOUT_AS_SKETCH() control - see the example
- Adding FLOW_VISUALIZATION: TOP_DOWN or LEFT_RIGHT - see the example
API changes
- Removing obsolete SoftwareSystemType class and their dependencies - 🔥 ATTENTION: It might break your code
Release v1.1.5
In this version
- improve Container structure with
instance
property - some bug fixes
Release v1.1.4
- Created a method Overload of
DeploymentNode(string alias, Container container)
- Created a instance controls of Containers for using in Deployment diagrams
- Fixing Samples
- Fixing Color of External Containers, Components and Person
Bug Fix
Bug Reported
Doesn't download c4 files!
Alternative Fix For version v1.1.1
The fast alternative to fix this is download /bin folder from repository and folder and past in the same path that c4 folder in your project.
Detail
- Embbending C4 Files (No copy)
- Load file on demand
- Remove logo load on bin folder
Release v1.1.1
Improves:
- Providing credentials to
PlantumlSession
- Providing the
PlantumlException
to deal Plantuml Fails
Release v1.1.0
We improved the jar file loading creating the PluntumlSession. With this, we fixed two current problems:
- Open more than one process of plantumljar
- Create plantumljar as temporary file
No breaking change
Fix classes responsibility
release notes
- v.1.0.2
- Fix classes responsibility
- Refactoring solutions to extend for another engines
- Improve string Tabs operations
First release version
First release version:
- Suport C4-PlantUML
- Context Diagram
- Container Diagram
- Component Diagram
- Deployment Diagram
First release
Just a first release with basic features