Patch to v1.1.0
Fixed
Diagram Shape Bounds
and Edged Waypoint
properties are double
now (changed in Parser, Definition, Simulator) according to the OMG standard. It was int
in v1.1.0 and it blocked loading the DMN XML models with double values in boundaries due to a parser exception.
DmnDefinitionFactory ignores unsupported decision types
Added
Known types now recognize number
as a typeRef
in DMN XML and maps it to decimal
.NET type
Changed
NormalizeVariableName
replace -
(dash) with _
(underscore). The name of (normalized) variable can also start with underscore
When there are multiple DI:Shapes for the same element within the diagram, the element will have multiple extensions, but the extension at Definition level will have just the last one.