Skip to content
Before
After
Breaking changes3 added · 6 modified · 0 removed · 5 unchanged
before.dmn → after.dmn

⚠  2 breaking change(s) detected

~ decision "Loan Approval Decision" (approval) modified
    name: Loan Approval → Loan Approval Decision  ⚠ BREAKING
~ outputClause "result" (out1) modified
    name: approved → result  ⚠ BREAKING
    label: Approved → Result  (cosmetic)
    typeRef: boolean → string  ⚠ BREAKING
~ inputEntry "r1ie1" (r1ie1) modified
    text: >= 700 → >= 750
~ outputEntry "r1oe1" (r1oe1) modified
    text: true → "approved"
~ inputEntry "r2ie1" (r2ie1) modified
    text: < 700 → [600..750)
~ outputEntry "r2oe1" (r2oe1) modified
    text: false → "review"
+ rule "r3" (r3) added
+ inputEntry "r3ie1" (r3ie1) added
+ outputEntry "r3oe1" (r3oe1) added

3 added · 6 modified · 0 removed · 5 unchanged

Output is plain text by design. Need syntax highlighting? @veridtools/dmn-diff-highlight

Released under the MIT License.