RuleBook v0.6.1 Release Notes

Release Date: 2017-05-22 // almost 7 years ago
  • 🖨 NameValueTypeConvertible is used in the lambda when() and then() functions. Previously, it was decorating the FactMap, but not delegating to its toString method. This meant when filtering facts via the using() method and using the System.out::println function reference, the String value of the fact was not being outputted (e.g. in the Home Loan example in the README).

    The bug was corrected by having NameValueTypeConvertible delegate its toString method to the map it decorates.