Nager.Date Versions Save

:earth_americas: Worldwide holiday (REST API), NuGet or docker container

v2.4.0

3 weeks ago

What's Changed

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.3.1...v2.4.0

v2.3.1

1 month ago

What's Changed

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.3.0...v2.3.1

v2.3.0

1 month ago

What's Changed

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.2.2...v2.3.0

v2.2.2

2 months ago

What's Changed

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.2.1...v2.2.2

v2.2.1

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.2.0...v2.2.1

v2.2.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nager/Nager.Date/compare/v2.1.0...v2.2.0

v2.1.0

2 months ago

What's Changed

v2.0.2

2 months ago

What's Changed

Add logic to check if HolidayProvider available

v2.0.1

2 months ago

What's Changed

Add LicenseHelper to allow get license key information

v2.0.0

2 months ago

Important note

A new LicenseKey is required and can be accessed as usual via the sponsors page

What's Changed

  • Split DateSystem into two parts: HolidaySystem and WeekendSystem
  • Rename PublicHoliday to Holiday
    • Rename Name to EnglishName
    • Rename Counties to SubdivisionCodes
    • Rename Global to NationalHoliday
    • Add additional property ObservedDate
    • The Date now returns the original date
  • Source for the Holidays not longer the Holiday class, we have add a new one HolidaySpecification with more options
  • Move some Date find code to Helper classes
  • Project cleanup