rampart v1.1.0.0 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
    • 🛠 #2: Fixed handling of empty intervals.
      • Comparing with an empty interval used to give Meets or MetBy. Now it gives Overlaps or OverlappedBy, respectively.
      • Added two new functions, isEmpty and isNonEmpty, for detecting empty intervals.