Skip to content

Releases: arman-g/AgeCalculator

[1.4.1] - 2024-03-15

15 Mar 07:30
09437e5
Compare
Choose a tag to compare

Changelog

Update

  • .NET 8

[1.4.0] - 2024-02-08

09 Feb 07:11
Compare
Choose a tag to compare

Changelog

New

  • Added additional properties to the Age class
    • TotalDays
    • TotalHours
    • TotalMinutes
    • TotalSeconds
    • TotalMilliseconds
    • Ticks

[1.2.2] - 2021-10-01

01 Oct 16:11
Compare
Choose a tag to compare

Changelog

Changed

  • Optimization

[1.2.1] - 2021-09-25

25 Sep 22:24
Compare
Choose a tag to compare

Changelog

Changed

  • Refactoring
  • Optimization
  • Clean-up

[1.2.0] - 2021-09-23

24 Sep 05:49
Compare
Choose a tag to compare

Changelog

Changed

  • Version number update for the new feature that is added in v1.1.3.

[1.1.3] - 2021-09-23

24 Sep 05:28
Compare
Choose a tag to compare

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

23 Sep 21:20
Compare
Choose a tag to compare

Changelog

Added

  • The Age class's public properties now have 'init' accessor to support initialization and serialization.

[1.1.1] - 2021-09-21

21 Sep 22:56
Compare
Choose a tag to compare

Changelog

Changed

  • Library metadata update.

[1.1.0] - 2021-09-19

23 Sep 21:23
Compare
Choose a tag to compare

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.