refined v0.4 Release Notes

Release Date: 2019-03-18 // about 5 years ago
  • โž• Added

    • 'NegativeFromTo', a Predicate that ensures a numeric value is within a range [a,b], where a < 0 and b >= a. Thanks to github.com/futtetennista for this change. ### ๐Ÿ”„ Changed
    • RefinedNotException now has a child (it should have had one in v2. This was an oversight.)
    • displayRefineException no longer uses tabs, instead 2 spaces.
    • ๐Ÿ‘‰ make implementation of displayRefineException more clear via formatting.