Changelog
All notable changes to Vali-Holiday are documented here. Follows Keep a Changelog and Semantic Versioning.
[1.0.0] — 2025-07-01
Added
HolidayInfomodel with multilingual support: Spanish (es), English (en), Portuguese (pt), French (fr), German (de).IHolidayProviderinterface andBaseHolidayProviderabstract base class.EasterCalculatorusing the Gaussian algorithm, supporting 9 Easter-based movable holidays.- Country providers for 35+ countries across Latin America and Europe.
HolidayProviderFactorywithCreateAll(),CreateLatinAmerica(), andCreateEurope()factory methods.ValiHolidaywith provider management:Register,Supports,SupportedCountries.- Holiday queries:
IsHoliday,GetHolidays,For. - Navigation helpers:
GetNextHolidayWithYear,GetPreviousHolidayWithYear. - Weekend helpers:
IsLongWeekend,HolidaysThisMonth. AddValiHoliday()extension method forIServiceCollectionDI registration.
Performance
BaseHolidayProvider.IsHolidayuses an O(1)HashSetcache per year to avoid repeated linear scans when checking the same year multiple times.