Changelog
-
Added missing href attribute to the add button (see 4daa8dc).
-
The
WeekDay
property in theOpeningHoursDay
class bas been renamed toDayOfWeek
to avoid confusion withWeekday
(see 66340c8). -
Added dependency for Skybrud.Essentials since it has better logic for parsing JSON and working with dates (see a5ec426 and 6a7a4b5).
-
Added config option to hide property label and description - thanks to pull request from @bjarnef (see a14bafc).
-
The property alias in the
GetOpeningHours
method is no longer hardcoded #H5IS (see 3ce4f1a). -
Added logic for
DateTimeOffset
andTimeZoneInfo
to better support working with and/or across time zones (see 2653181). -
Added german language files - thanks to pull request from @ninjaonsafari (see 2ce0f71).
-
Improved error handling when parsing dates (see 4fd7ef2).
-
Improved localization support (see d594621).