Releases: barchart/common-dotnet
Releases · barchart/common-dotnet
v1.0.4
New Features:
- Added
IDeepCloneable
interface to allow deep cloning of objects.
v1.0.3
New Features:
- Added
GetMillisecondsSinceUnixEpoch
extension method to calculate the number of milliseconds since the Unix epoch (January 1, 1970).
v1.0.2
New Features:
- Added
CountDaysBetween
extension method to calculate the number of days between two dates.
v1.0.1
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
New Features:
- Added
Currency
and CurrentConverter
classes to handle currency conversion and formatting efficiently.