Releases: thesis-php/time-span
Releases · thesis-php/time-span
0.2.3 More math methods, public constructor
What's Changed
- #15 More math operations by @Evgymart in #18
- Make TimeSpan::__construct() public by @vudaltsov in #20
New Contributors
- @vudaltsov made their first contribution in #20
Full Changelog: 0.2.2...0.2.3
0.2.2 Add fromInterval(), some math methods, format()
What's Changed
- Add TimeSpan::fromInterval(DateInterval) by @pageantry in #5
- Use fromMicroseconds in diff by @pageantry in #16
- #9 implement math methods for TimeSpan by @Evgymart in #14
- Add TimeSpan::format() by @pageantry in #17
New Contributors
Full Changelog: 0.2.1...0.2.2
0.2.1 Store TimeSpan in nanoseconds
What's Changed
- Add nanoseconds by @kafkiansky in #7
New Contributors
- @kafkiansky made their first contribution in #7
Full Changelog: 0.2.0...0.2.1
0.2.0 Rename to thesis/time-span, leave TimeSpan only
Update branch in README.md
0.1.0 WallClock, TimeSpan
What's Changed
- Using microseconds(u) instead milliseconds(v) by @pageantry in #1
- Enrich tests by @pageantry in #2
New Contributors
- @pageantry made their first contribution in #1
Full Changelog: https://github.com/thesis-php/time/commits/0.1.0