Time Versions Save

Robust and type-safe date and time calculations for Swift

1.0.2

1 month ago

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

2 months ago

Includes two fixes:

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

1.0.0

2 months ago

The first full public release of Time.

0.9.1

3 years ago

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