Closed essel-dev closed 4 months ago
Feat:
Refactor:
Fix:
Deprecations:
The attributes of Jewish date have been moved to a separate dataclass.
JewCal.jewish_date.year
JewCal.year
JewCal.jewish_date.month
JewCal.month
JewCal.jewish_date.day
JewCal.day
JewCal.jewish_date.gregorian_date
JewCal.gregorian_date
The attributes of Shabbos, Yom Tov and category have been moved to a separate dataclass.
JewCal.events.shabbos
JewCal.shabbos
JewCal.events.yomtov
JewCal.yomtov
JewCal.events.action
JewCal.category
Feat:
Refactor:
Fix:
Deprecations:
The attributes of Jewish date have been moved to a separate dataclass.
JewCal.jewish_date.year
instead ofJewCal.year
JewCal.jewish_date.month
instead ofJewCal.month
JewCal.jewish_date.day
instead ofJewCal.day
JewCal.jewish_date.gregorian_date
instead ofJewCal.gregorian_date
The attributes of Shabbos, Yom Tov and category have been moved to a separate dataclass.
JewCal.events.shabbos
instead ofJewCal.shabbos
JewCal.events.yomtov
instead ofJewCal.yomtov
JewCal.events.action
instead ofJewCal.category