All Versions
12
Latest Version
Avg Release Cycle
23 days
Latest Release
3834 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.8 Changes
January 07, 2015- 🛠Fix test with time 1.5
-
v0.2.7 Changes
January 07, 2015- âž• Add compatibility module for easy convertion with time and other standards.
- 📜 Format parsing improvements
-
v0.2.6 Changes
October 19, 2014- 🛠fix compilation of benchs.
- âž• add utc time.
- ✅ print the error in the test
- ✂ remove all the read instances in favor of explicit parsing in time parsing.
-
v0.2.5 Changes
October 04, 2014- 🛠Fixed Windows build
- âž• Added type signature to fromIntegral
-
v0.2.4 Changes
September 30, 2014- 🛠Fix ElapsedP Num instance (addition and substraction)
- âž• add travis machinery
-
v0.2.3 Changes
September 25, 2014- 🛠Fix build on GNU/Hurd.
- âž• Add milliseconds, microseconds and nanoseconds format time
-
v0.2.2 Changes
June 11, 2014- wrap system time in local time correctly
-
v0.2.1 Changes
June 10, 2014- 🖨 unwrap local time structure when doing a localTimePrint
- 🖨 properly show hours, minutes and seconds in format print.
- âž• add some description of new calls.
-
v0.2.0 Changes
June 03, 2014- ✅ use tasty to replace test-framework
- âž• add some inlining pragma to tentatively deal with rules properly.
- ✂ Remove the Time method to get timezone offset, all local time must be handled through LocalTime
- ✂ Remove the Time instance for Localtime.
- âž• add localTimeParse since timeParse is not suitable anymore for LocalTime (no more time instance).
- âž• add Hours and Minutes types.
- âž• add a time interval class to convert between time unit types.
- âž• add some new derived classes (Enum,Real,Integral) for time unit types.
- split TimeDiff into a Period and Duration structure.
-
v0.1.2 Changes
May 05, 2014- 🛠fix compilation on OSX
- âž• add some system benchmarks
- comment and markup reformating