Skip to content

Releases: davedelong/time

1.0.2

11 Apr 15:00
Compare
Choose a tag to compare

Includes two fixes:

  • Fixed an issue where differences in whole values could produce values that were off by one unit
  • Fixed an issue where Fixed values created without an era would crash when attempting to access their .era

1.0.1

10 Mar 19:03
Compare
Choose a tag to compare

Includes two fixes:

  • Smarter description formats for fixed values that do not include time components.
  • Sendable conformance to several types

1.0.0

29 Feb 05:47
Compare
Choose a tag to compare

The first full public release of Time.

Version 0.9.1

19 May 15:33
d8a3557
Compare
Choose a tag to compare

Includes a TimePeriod and TimeDifference type (renamed from Value and Difference), as well as several bug fixes.