Skip to content

Releases: dominicegginton/nanoseconds

1.1.3

08 Jun 17:38
1.1.3
a279f37
Compare
Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

18 Mar 22:16
1.1.2
34318d7
Compare
Choose a tag to compare
  • 34318d7 docs: update documentation
  • 07cf463 fix: use seconds as a unit for the raw value of time interval

Full Changelog: 1.1.1...1.1.2

1.1.1

27 Mar 19:02
d874aa9
Compare
Choose a tag to compare

Documentation

  • added documentation for converting TimeInterval objects to human readable strings (d874aa9)
  • introducing a cover image and logo for Nanoseconds (f4a266d)

1.1.0

27 Mar 18:12
baad6bb
Compare
Choose a tag to compare

Features

  • convert time intervals to time strings (baad6bb)

Maintenance

  • remove redundant git ignore entires (4e0126e)
  • bump swift tools to 5.3 (048aaf4)

1.0.0

07 Jan 10:23
fa2c415
Compare
Choose a tag to compare

Features

  • Breaking Change: renamed Nanoseconds object to Now (#3)

Documentation

  • better heading styles for documentation (a767f15, 218c53a)
  • added documention for unit conversion timeinterval init methods (90b9d5e)

0.1.1

06 Jan 19:02
a6498f6
Compare
Choose a tag to compare

Fixed

  • fixed naming of microseconds conversion extention to the timeinterval object (b54f2eb, bc63f64)

Features

  • added unit conversion extention for nanoseconds to the timeinterval object (a6498f6)

Maintenance

  • added tests for coversion of the timeinterval object (58dca92)

0.1.0

06 Jan 18:15
a94db73
Compare
Choose a tag to compare

Features

  • added timeinterval init mehtods to easy convert common time units (#2)

0.0.2

03 Oct 17:20
4059f32
Compare
Choose a tag to compare
0.0.2

0.0.1

03 Oct 17:19
4c51d9f
Compare
Choose a tag to compare
doc: add basic documentation for install and usage