Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Releases: structurizr/dotnet

0.9.0

08 Nov 11:13
Compare
Choose a tag to compare
  • Added the ability to specify users who should have read-write or read-only workspace access, via the workspace.Configuration.AddUser(username, role) method.

0.8.3

24 Oct 06:16
Compare
Choose a tag to compare
  • Fixes a bug where client-side encrypted workspaces could not be created.

0.8.2

24 Oct 06:05
Compare
Choose a tag to compare
  • Added name-value properties to relationships.
  • Added the ability to define animations on the static structure diagrams.
  • Removed support for colours in the corporate branding feature (breaking change).

0.8.0

12 Aug 15:27
Compare
Choose a tag to compare
  • Added validation for hex colour codes (on ElementStyle and RelationshipStyle)
  • Removed the "groups" property of documentation sections (breaking change).
  • Added support for the HTTP-based health checks feature.
  • Added an EndParallelSequence(boolean) method to the DynamicView class, which allows sequence numbering to continue.
  • Added support for decision records.
  • Moved PlantUML support to a separate Structurizr.PlantUML project.
  • Separated the API client from the core library, and created a new Structurizr.Client project.
  • Renamed the "type" property on Section to "title".

0.7.2

05 Jun 15:33
Compare
Choose a tag to compare
Bumped up the version number.

0.7.0

29 Mar 09:37
Compare
Choose a tag to compare

Bug fixes and addition of Structurizr.Annotations.

0.5.0

14 Feb 22:20
Compare
Choose a tag to compare
  • Enhancements to how elements can be styled.
  • Added a PlantUML writer.
  • Added some workspace utilities.

0.3.0

15 Sep 10:45
Compare
Choose a tag to compare

Some API changes (all views must now have a key).
Added the documentation feature.