Skip to content

Releases: dreymonde/Time

1.1.0

Choose a tag to compare

@dreymonde dreymonde released this 20 Feb 12:36
introduce AnyInterval (can be used as a "catch-all" type for functions)

1.0.0 «About time»

Choose a tag to compare

@dreymonde dreymonde released this 11 Feb 18:08

The first stable release of Time

Swift 4

Choose a tag to compare

@dreymonde dreymonde released this 14 Jan 16:29
0.2.0

0.2.0 release

No more `Time`

Choose a tag to compare

@dreymonde dreymonde released this 03 Aug 07:26

TimeInterval was renamed to just Interval. Two reasons:

  1. To stop the compiler from whining about Foundation’s TimeInterval
  2. Interval<Minute> is just shorter and cooler. You can still write Time.Interval<Minute> if you want.

Hello, world

Choose a tag to compare

@dreymonde dreymonde released this 03 Aug 07:19

The very first iteration of Time