Skip to content

Releases: nager/Nager.Date

v2.4.0

28 Apr 18:44
46366fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

14 Apr 18:57
b90f0ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

28 Mar 09:09
Compare
Choose a tag to compare

What's Changed

  • United States - Fix Indigenous Peoples' Day by @tinohager in #625
  • Turkey - Lunar holidays that cannot be calculated with certainty deactivated by @tinohager in #627

Full Changelog: v2.2.2...v2.3.0

v2.2.2

21 Mar 13:25
67a6671
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

19 Mar 21:49
a75a9d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Mar 23:12
bb186eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Mar 22:11
Compare
Choose a tag to compare

What's Changed

  • Add Hong Kong HolidayProvider by @tinohager in #614
  • Fix Belgium migration failure Good Friday

v2.0.2

08 Mar 20:01
Compare
Choose a tag to compare

What's Changed

Add logic to check if HolidayProvider available

v2.0.1

08 Mar 19:15
Compare
Choose a tag to compare

What's Changed

Add LicenseHelper to allow get license key information

v2.0.0

07 Mar 12:52
Compare
Choose a tag to compare

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