All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.11 Changes
- ๐ new calendrical type synonyms and abstract constructors
- โ add instance Ord DayOfWeek
- โ add instance Read DiffTime (and NominalDiffTime)
- ๐ change instance Read UTCTime to allow omitted timezone
-
v1.10 Changes
- โ remove deprecated functions parseTime, readTime, readsTime
- ๐ deprecate iso8601DateFormat
- parsing: fix %_Q %-Q %_q %-q
- ๐ parsing: fix parsing of BCE years
- formatting: fix %3ES %3Es
- ๐ change internal members of ParseTime to allow newtype-deriving
- ๐ new functions (aliases) pastMidnight & sinceMidnight
-
v1.9.3 Changes
- ๐ documentation fixes
-
v1.9.2 Changes
- โ add Data and Typeable instance for CalendarDiffDays and CalendarDiffTime
- "@since" annotations for everything after 1.9
- ๐ fix import issue with GHC 8.6
-
v1.9.1 Changes
- ๐ new functions secondsToNominalDiffTime & nominalDiffTimeToSeconds
- ๐ฆ expose FormatTime and ParseTime in Data.Time.Format.Internal
-
v1.9 Changes
- ๐ new conversion functions timeToDaysAndTimeOfDay & daysAndTimeOfDayToTime
- ๐ new DayOfWeek type
- ๐ new CalendarDiffDays and CalendarDiffTime types
- ๐ new ISO8601 module for ISO 8601 formatting & parsing
- ๐ new addLocalTime, diffLocalTime
- ๐ hide members of FormatTime and ParseTime classes
- ๐ formatting & parsing for diff types (NominalDiffTime, DiffTime, CalendarDiffDays, CalendarDiffTime)
- formatting: %Ez and %EZ for ยฑHH:MM format
- ๐ parseTimeM: use MonadFail constraint when supported
- ๐ parsing: reject invalid (and empty) time-zones with %z and %Z
- ๐ parsing: reject invalid hour/minute/second specifiers
-
v1.8 Changes
- โ Added SystemTime
- ๐ Data.Time.Format: allow padding widths in specifiers for formatting (but not parsing)
- โ Test: use tasty, general clean-up
- ๐ Test: separate out UNIX-specific tests, so the others can be run on Windows
- Clean up haddock.
-
v1.8.0.4 Changes
- ๐ Fix "show minBound" bug
- ๐ haddock: example for parseTimeM
-
v1.8.0.3 Changes
- โ Add "Quick start" documentation
-
v1.8.0.2 Changes
- ๐ Fix behaviour of %Q in format