Skip to content

v0.6.0

Compare
Choose a tag to compare
@essel-dev essel-dev released this 17 Jun 19:26
· 28 commits to master since this release
fe9c639

What's Changed

Features

Refactor

Deprecations

  • The attributes of Jewish date have been moved to a dataclass.

    • Use JewCal.jewish_date.year instead of JewCal.year
    • Use JewCal.jewish_date.month instead of JewCal.month
    • Use JewCal.jewish_date.day instead of JewCal.day
    • Use JewCal.jewish_date.gregorian_date instead of JewCal.gregorian_date
  • The attributes of Shabbos, Yom Tov and category have been moved to a dataclass.

    • Use JewCal.events.shabbos instead of JewCal.shabbos
    • Use JewCal.events.yomtov instead of JewCal.yomtov
    • The category has been renamed to action.
      • Use JewCal.events.action instead of JewCal.category

Fixes

Full Changelog: v0.5.1...v0.6.0