Changelog
All notable changes to Vali-CountDown are documented here. Follows Keep a Changelog and Semantic Versioning.
[1.0.0] — 2025-07-01
Added
ValiCountdownwith state queries:IsExpired,IsStarted.- Time queries:
TimeUntil,TimeElapsed. - Progress queries:
Progress(0.0–1.0) andProgressPercent(0–100). Breakdownfor a decomposed view of the remaining time (days, hours, minutes, seconds).Formatfor a human-readable countdown string.IsWithinto check whether the remaining time falls within a given threshold.- All methods available with both a
DateTimetarget overload and a reference-date overload. AddValiCountdown()extension method forIServiceCollectionDI registration.