All Versions
8
Latest Version
Avg Release Cycle
259 days
Latest Release
1717 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
July 08, 2020- #113:
- Increase some upper bounds.
- Drop support for GHC-8.4.
- Drop
deepseq
,serialize
andhashable
flags. - Fix some warnings.
- #113:
-
v1.2.0.1 Changes
โฌ๏ธ Bump upper versions of some dependencies.
-
v1.1.0 Changes
October 23, 2019- #110:
Resurrect
o-clock
in nightly resolver. Specifically:- Explicitly support GHC-8.8.
- Bump many upper bounds.
- Make benchmarks not buildable by default.
- Drop support for GHC-8.0 and GHC-8.2.
- #110:
Resurrect
-
v1.0.0.1 Changes
October 01, 2018- โ Add support for GHC-8.6.1
-
v0.1.0 Changes
- #85:
Add
fromUnixTime
function. - #71:
Add
toNum
function. - #64:
Add property tests for
unitsP . unitsF โก id
- #63:
Rename
Formatting
module toSeries
. AddSeriesP
class for parsing time. - #81:
Rename
TimeStamp
toTimestamp
. - #60:
Show fractional as the last argument in the result of
seriesF
. - #76:
Remove useless instances of
TimeStamp
. Make TimeStamp always deal withSecond
s internally. - #61:
Change
Show
andRead
instances forTime
to use mixed fractions. - #72:
Move
+:+
and-:-
toTimeStamp
module. Make operators*:*
and/:/
fortimeMul
andtimeDiv
. Add-%-
operator. ChangetimeAdd
function to work withTimeStamp
. - #56:
Add
doctest
to documentation. - #62:
Add
.ghci
file. Make time creation helpers work withRatioNat
instead ofNaturals
. 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 inseriesF
function on right order - #45:
Fix behavior of 0 time passed to
seriesF
.
- #85:
Add
-
v0.0.0 Changes
January 17, 2018- ๐ Initially created. See
README
for more information.
- ๐ Initially created. See