Releases: arman-g/AgeCalculator
Releases · arman-g/AgeCalculator
[1.4.1] - 2024-03-15
[1.4.0] - 2024-02-08
Changelog
New
- Added additional properties to the Age class
- TotalDays
- TotalHours
- TotalMinutes
- TotalSeconds
- TotalMilliseconds
- Ticks
[1.2.2] - 2021-10-01
Changelog
Changed
- Optimization
[1.2.1] - 2021-09-25
Changelog
Changed
- Refactoring
- Optimization
- Clean-up
[1.2.0] - 2021-09-23
Changelog
Changed
- Version number update for the new feature that is added in v1.1.3.
[1.1.3] - 2021-09-23
Changelog
Added
- In addition to the default calculation algorithm, it can be configured so that Feb 29 of a leap year be considered as Feb 28 of a non-leap year with switch of a flag. By default, the flag is off.
[1.1.2] - 2021-09-23
Changelog
Added
- The Age class's public properties now have 'init' accessor to support initialization and serialization.
[1.1.1] - 2021-09-21
Changelog
Changed
- Library metadata update.
[1.1.0] - 2021-09-19
Changelog
Added
- The 'Age' class now has the 'Time' component that will contain the time information of the age. The time component of the dates will effect the age calculation final result.