dmn-moddle
Advanced tools
Changelog
9.0.0
An update of the meta-model to better represent the DMN schema (#12).
FEAT
: properly represent DMN model elements using DMN schema derived inheritance (#12)FIX
: correctly import dmn:Context
elementsFIX
: correct FunctionItem#parameters
CHORE
: remove Decision#literalExpression
, Decision#decisionTable
accessors in favor of DMN schema derived Decision#decisionLogic
CHORE
: remove Definitions#performanceIndicator
, Definitions#organizationUnit
accessors in favor of DMN schema derived Definitions#businessContextElement
CHORE
: rename List#element
to List#elements
to match DMN schemaCHORE
: remove unused virtual / inverse propertiesCHORE
: remove unneeded serialization hintsDecision#...
is now done via DMN standards derived accessors. This improves the robustness of import, export, validation and error handling and prevents unintentional miss-use.Changelog
8.0.3
FIX
: do not assign duplicate dmndi:DMNStyle#id
FIX
: read and serialize correctly dmndi:DMNDiagram#Size
Changelog
8.0.0
A rewrite of the library that makes it compatible with DMN 1.3 files.
FEAT
: read and write DMN 1.3 diagramsFEAT
: recognize full DMN 1.3CHORE
: generate schema from XMI (f4bb15
)CHORE
: run integration tests with DMN TCK (64a694
)CHORE
: update to cmof-parser@0.5.0dmn-moddle@7.0.0
or use the dmn-migration-utility
to convert your diagrams.biodi
package without replacement (2334ad
). Migrating your diagrams to DMN 1.3 with the dmn-migration-utility
will convert biodi
to proper DMN 1.3 DI.Changelog
7.0.0
FEAT
: add pre-built distributionCHORE
: update to moddle@5.0.1, moddle-xml@8.0.1FEAT
: dropped lib/
from npm package; import from the root now