Skip to content

Releases: barchart/common-dotnet

v1.0.4

13 Dec 01:16
bdf664a
Compare
Choose a tag to compare

New Features:

  • Added IDeepCloneable interface to allow deep cloning of objects.

v1.0.3

06 Dec 18:11
96d9627
Compare
Choose a tag to compare

New Features:

  • Added GetMillisecondsSinceUnixEpoch extension method to calculate the number of milliseconds since the Unix epoch (January 1, 1970).

v1.0.2

05 Dec 12:33
0f8b137
Compare
Choose a tag to compare

New Features:

  • Added CountDaysBetween extension method to calculate the number of days between two dates.

v1.0.1

03 Dec 15:04
4c154ad
Compare
Choose a tag to compare

New Features:

  • Added DateOnlyExtensions class to handle date-only values.

Other:

  • Updated the Currency class (change it from class to enum with extensions).

v1.0.0

28 Nov 18:10
818b16a
Compare
Choose a tag to compare

New Features:

  • Added Currency and CurrentConverter classes to handle currency conversion and formatting efficiently.

v0.0.1

13 Nov 21:26
d67a0a0
Compare
Choose a tag to compare

Initial Release