commenthol / date-holidays-parser

parser for worldwide holidays
ISC License
46 stars 22 forks source link

isHolidays should return a list of holidays instead of a single date #20

Closed commenthol closed 3 years ago

commenthol commented 3 years ago

See https://github.com/commenthol/date-holidays/issues/164 . The isHolidays method may resolve to a list of holiday events in case that two holiday rules match the same day. Currently only a single date is returned. Therefor the method should correctly return a list of holidays, which will introduce a breaking change.