Changelog for o-clock-1.4.0.1
Change log
o'clock uses PVP Versioning. The change log is available on GitHub.
1.4.0.1
- #145
- Bump some upper bounds.
- Get rid of warnings with GHC-9.12.
1.4.0
1.3.0
- #129
- Deprecate
toNum: may cause accidental flooring. - Add the
toFractionalfunction to avoid the accidental flooring. - Change the order of the type variables in the definition of
floorRatso that the target type comes first.
- Deprecate
- #131
- Add
ceilingRatandceilingUnit.
- Add
1.2.1.1
- #125:
- Remove
ghc-primdependency. - Remove old artifacts of GHC<8.6 support.
- Make
baseconstraints stricter.
- Remove
1.2.1
- #121:
- Remove
tasty-hspecdependency from tests.
- Remove
1.2.0.1
Bump upper versions of some dependencies.
1.2.0
- #113:
- Increase some upper bounds.
- Drop support for GHC-8.4.
- Drop
deepseq,serializeandhashableflags. - Fix some warnings.
1.1.0
- #110:
Resurrect
o-clockin 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.
1.0.0.1
- Add support for GHC-8.6.1
1.0.0
- #106:
Remove
Num,Fractional,Real,RealFracinstancies ofTime. - #100:
Add
Hashable,NFData,Serialise,ToJSON,FromJSONinstances forTime.
0.1.1
- #98: Support GHC-8.0.2.
- #95:
Add
SemigroupandMonoidinstances forTime. - #93:
Remove
transformersdependency.
0.1.0
- #85:
Add
fromUnixTimefunction. - #71:
Add
toNumfunction. - #64:
Add property tests for
unitsP . unitsF ≡ id - #63:
Rename
Formattingmodule toSeries. AddSeriesPclass for parsing time. - #81:
Rename
TimeStamptoTimestamp. - #60:
Show fractional as the last argument in the result of
seriesF. - #76:
Remove useless instances of
TimeStamp. Make TimeStamp always deal withSeconds internally. - #61:
Change
ShowandReadinstances forTimeto use mixed fractions. - #72:
Move
+:+and-:-toTimeStampmodule. Make operators*:*and/:/fortimeMulandtimeDiv. Add-%-operator. ChangetimeAddfunction to work withTimeStamp. - #56:
Add
doctestto documentation. - #62:
Add
.ghcifile. Make time creation helpers work withRatioNatinstead ofNaturals. Rename+:to+:+add-:-. - #46:
Introduce
...type to create custom time unit lists in provided bounds. - #51:
Add
IsDescendingtype family to check lists of time units inseriesFfunction on right order - #45:
Fix behavior of 0 time passed to
seriesF.
0.0.0
- Initially created. See
READMEfor more information.