public
Description: CSV based Ruby decision tables
Homepage: http://rufus.rubyforge.org/rufus-decision
Clone URL: git://github.com/jmettraux/rufus-decision.git
rufus-decision / CHANGELOG.txt
100644 30 lines (16 sloc) 0.933 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
= rufus-decision CHANGELOG.txt
 
 
== rufus-decision - 1.2.0 released 2009/09/07
 
- issue 1 : made 'bounded' default and added 'unbounded' option
 
 
== rufus-decision - 1.1 released 2009/04/25
 
- todo #25670 : :ruby_eval settable at table initialization
- todo #25667 : :ignore_case, :through and :accumulate settable at table
                initialization (instead of only in the csv table itself)
- todo #25647 : now accepts horizontal and vertical decision tables
- todo #25642 : introducing bin/rufus_decided -t table.csv -i input.csv
- todo #25629 : implemented Rufus::Decision.transpose(a)
- todo #25630 : made Ruby 1.9.1 compatible
- todo #25595 : Rufus::DecisionTable -> Rufus::Decision::Table
- bug #25589 : fixed issue with empty values and in:ranges
 
 
== rufus-decision - 1.0 released 2008/09/01
 
- todo #20670 : dropped rufus-eval in favour of rufus-treechecker
 
 
== rufus-decision - 0.9 released 2008/01/28