Skip to content

Latest commit

 

History

History
101 lines (65 loc) · 4.67 KB

CHANGELOG.md

File metadata and controls

101 lines (65 loc) · 4.67 KB

Changelog

v0.0.9 (2024-11-13)

Full Changelog

What's new

  • Enabled HTTP GET method for evaluating invocables. Before was only POST method enabled.
  • Added the possibility to use multiple -D options in srv command.
  • Removed --dir option's long variant in srv command, will collide with future changes. Use the short variant -D instead.

Closed issues

  • Support multiple input directories for the server #62
  • Enable GET method #64
  • Remove the long option --dir #67

Merged pull requests

  • Supported multiple -D arguments #63
  • Enabled GET method ##65
  • Colouring #66
  • Removed --dir option variant ##68

v0.0.8 (2024-09-18)

Full Changelog

What's new

Validation of the DMN model was too strict, rejecting DMN 1.3 conformant models, especially the ones generated by Camunda tools. This is fixed and now executing Camunda models should work properly. If you find any other cases that do not work, please file an issue.

Closed issues

  • Set Any type for item component when variable is not provided #58
  • Loosen validations not required by the DMN standard #56
  • Fix the colouring flags #51
  • Change the order of built-in examples #37
  • Separator color #34
  • Replace the default version message #32

Merged pull requests

  • Refactor built in examples #61
  • Established separator and segments colors #60
  • Assign Any type for item component #59
  • Loosen validations not required by the DMN standard #57
  • Add model validator against XML schema #55
  • Fixed TTY colouring #52
  • Replaced default version flag handler #33
  • Improve decision table recognizer #30

v0.0.7 (2024-09-02)

Full Changelog

  • Fixed documentation links.

v0.0.6 (2024-09-01)

Full Changelog

  • Improved documentation.
  • Upgraded dependencies.
  • Removed unused feature flags in dsntk-feel-number crate.

v0.0.5 (2024-04-19)

Full Changelog

  • Refactoring.

v0.0.4 (2024-02-04)

Full Changelog

  • Added DMN 1.5 functionalities.

v0.0.3 (2023-12-31)

Full Changelog

  • Added DMN 1.4 functionalities.

v0.0.2 (2023-11-14)

Full Changelog

  • Fixed building on macOS ARM64 processors.

v0.0.1 (2023-11-11)

  • Some edge cases (like models generated from Camunda) do not work yet.
  • Decision Toolkit is the successor of the DMNTK project.
  • Full DMN 1.3 conformance.
  • Initial release.