interval-algebra v0.3.0 Release Notes

    • โž• Adds beginerval and enderval function to IntervalSizeable class for safely creating Intervals given a begin (or end) and a duration.
    • ๐Ÿšš Moves moment to its own typeclass Moment, which is now a constraint on IntervalSizeable.
    • โœ‚ Removes function exports from the IntervalAlgebra.Arbitrary module which where only meant to exported for the testing modules anyway.