Skip to content

Releases: DecisionToolkit/dte

v0.0.6

12 Oct 11:10
v0.0.6
25bd2df
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Minor fixes, see #15 for details.

v0.0.5

11 Oct 16:15
v0.0.5
ec5aca9
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Improved editing.

Install the editor using Rust cargo:

$ cargo install dte

Open and edit the example decision tables enclosed in dte repository:

$ dte examples/e1.dtb
$ dte examples/e2.dtb

Fine an issue if you find some bug or have a suggestion! Every help is much appreciated!

v0.0.4

04 Oct 16:13
v0.0.4
a8a358a
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added basic editing capabilities.

Install the editor using Rust cargo:

$ cargo install dte

Open and edit the example decision tables enclosed in dte repository:

$ dte examples/e1.dtb
$ dte examples/e2.dtb

Fine an issue if you find some bug or have a suggestion! Every help is much appreciated!