Skip to content

Releases: essel-dev/jewcal

v0.8.0

20 Dec 11:17
d224ca3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.8.0

v0.7.4

19 Dec 19:22
7e6a92d
Compare
Choose a tag to compare

What's Changed

  • refactor(sun): Use Astral for sunset/sunrise by @essel-dev in #43

Full Changelog: v0.7.3...v0.7.4

v0.7.3

28 Jul 07:50
e95c3b7
Compare
Choose a tag to compare

What's Changed

  • fix: Hadlokas Haneiros for second day Yom Tov by @essel-dev in #42

Full Changelog: v0.7.2...v0.7.3

v0.7.2

26 Jul 09:38
a388653
Compare
Choose a tag to compare

What's Changed

  • fix: Set Hadlokas Haneiros if after nightfall by @essel-dev in #41

Full Changelog: v0.7.1...v0.7.2

v0.7.1

21 Jun 15:11
2acd9c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Jun 15:11
abebc1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Jun 19:44
27c0a8f
Compare
Choose a tag to compare

What's Changed

  • fix: README markup error prevents upload to PyPi by @essel-dev in #37

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Jun 19:26
fe9c639
Compare
Choose a tag to compare

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

v0.5.1

31 May 15:39
fd0e946
Compare
Choose a tag to compare

What's Changed

  • Code quality improvements to existing code by @essel-dev in #22

v0.5.1.alpha.3

31 May 15:28
a90d3e6
Compare
Choose a tag to compare
v0.5.1.alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.5.1.alpha.3