v1.0.5 - TimeUtils
I added a utility that can easily convert a time difference between two dates into a human readable string.
Examples of outputs:
- 0s
- 1m, 0s
- 1m, 59s
- 1h, 0m, 0s
- 1h, 59m, 59s
- 1d, 0h, 0m, 0s
- 1d, 23h, 59m, 59s
Full Changelog: v1.0.4...v1.0.5