All Versions
12
Latest Version
Avg Release Cycle
23 days
Latest Release
3397 days ago

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