refined v0.4.0.0 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.