hourglass v0.2.0 Release Notes

Release Date: 2014-06-03 // almost 10 years ago
    • ✅ 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.