o-clock v0.1.0 Release Notes

    • #85: Add fromUnixTime function.
    • #71: Add toNum function.
    • #64: Add property tests for unitsP . unitsF ≡ id
    • #63: Rename Formatting module to Series. Add SeriesP class for parsing time.
    • #81: Rename TimeStamp to Timestamp.
    • #60: Show fractional as the last argument in the result of seriesF.
    • #76: Remove useless instances of TimeStamp. Make TimeStamp always deal with Seconds internally.
    • #61: Change Show and Read instances for Time to use mixed fractions.
    • #72: Move +:+ and -:- to TimeStamp module. Make operators *:* and /:/ for timeMul and timeDiv. Add -%- operator. Change timeAdd function to work with TimeStamp.
    • #56: Add doctest to documentation.
    • #62: Add .ghci file. Make time creation helpers work with RatioNat instead of Naturals. Rename +: to +:+ add -:-.
    • #46: Introduce ... type to create custom time unit lists in provided bounds.
    • #51: Add IsDescending type family to check lists of time units in seriesF function on right order
    • #45: Fix behavior of 0 time passed to seriesF.