v0.6.0
What's Changed
Features
- feat: Is it Issur Melacha
- feat: Is it erev Shabbos or Yom Tov
- Is it Shabbos, Is it Yom Tov, Is it Erev
Refactor
- refactor: Use constant for Candles
- refactor: Jewish date attrs to dataclass
- refactor: Shabbos/Yom Tov attrs to dataclass
Deprecations
-
The attributes of Jewish date have been moved to a dataclass.
- Use
JewCal.jewish_date.year
instead ofJewCal.year
- Use
JewCal.jewish_date.month
instead ofJewCal.month
- Use
JewCal.jewish_date.day
instead ofJewCal.day
- Use
JewCal.jewish_date.gregorian_date
instead ofJewCal.gregorian_date
- Use
-
The attributes of Shabbos, Yom Tov and category have been moved to a dataclass.
- Use
JewCal.events.shabbos
instead ofJewCal.shabbos
- Use
JewCal.events.yomtov
instead ofJewCal.yomtov
- The category has been renamed to action.
- Use
JewCal.events.action
instead ofJewCal.category
- Use
- Use
Fixes
Full Changelog: v0.5.1...v0.6.0