Skip to content

Releases: hebcal/hebcal-go

v0.15.1

07 Jun 21:31

Choose a tag to compare

Add Ashkenazi transliteration for Rosh Hashana LaBehemot per hebcal/hebcal-es6#744

Full Changelog: v0.15.0...v0.15.1

v0.15.0

04 Jun 13:54

Choose a tag to compare

Move all locales to a separate hebcal/locales repo, same API

Full Changelog: v0.14.0...v0.15.0

v0.14.0

01 Jun 04:07

Choose a tag to compare

  • Add CalOptions.DailyLearning []string, a generic list of daily learning schedule names (e.g. 929, rambam1, rambam3) resolved through the dailylearning registry and surfaced by HebrewCalendar. Mirrors the dailyLearning option in @hebcal/core.

v0.13.0

01 Jun 04:04

Choose a tag to compare

  • Add a generic DAILY_LEARNING event flag for daily learning schedules supplied via the dailylearning registry that have no dedicated flag of their own (e.g. 929, Daily Rambam).

v0.12.0

01 Jun 03:32

Choose a tag to compare

Daily learning plugin registry

  • New dailylearning package: a registry for daily learning schedules (Daf Yomi, Mishna Yomi, Nach Yomi, Yerushalmi Yomi), analogous to the DailyLearning class in @hebcal/core.
  • The hebcal package now resolves these schedules through the registry. YerushalmiEdition is now a local enum (hebcal.Vilna / hebcal.Schottenstein).
  • The dafyomi, mishnayomi, nachyomi, and yerushalmi packages (and their event wrappers) have moved to the new github.com/hebcal/learning module, which registers them back into the registry on import.

Breaking changes

  • Removed packages: dafyomi, mishnayomi, nachyomi, yerushalmi.
  • Removed event.NewDafYomiEvent / NewMishnaYomiEvent / NewYerushalmiYomiEvent / NewNachYomiEvent.

To restore daily learning events, depend on github.com/hebcal/learning and import _ "github.com/hebcal/learning".

0.11.2

24 May 21:32

Choose a tag to compare

What's Changed

  • fix(hebcal): skip non-existent year 0 when computing Gregorian end date by @mjradwin in #23

Full Changelog: v0.11.1...v0.11.2

v0.11.1

20 Feb 17:23

Choose a tag to compare

What's Changed

  • test(hebcal): de-dupe the event list checker loop by @chaimleib in #21
  • Fix/translations/consistent zmanim caps by @chaimleib in #22
  • Sync locale strings to latest

Full Changelog: v0.11.0...v0.11.1

v0.11.0

15 Feb 15:37

Choose a tag to compare

What's Changed

  • feat(sedra): add Parsha.Render(locale) method by @chaimleib in #19
  • fix(holidays): translate Shabbat Mevarchim Chodesh by @chaimleib in #18

Full Changelog: v0.10.9...v0.11.0

v0.10.9

15 Jan 01:19

Choose a tag to compare

Fix Yerushalmi Yomi Niddah 13 on October 5 2082 - hebcal/hebcal#302

Full Changelog: v0.10.8...v0.10.9

v0.10.8

19 Dec 03:56

Choose a tag to compare

Sync locale strings with latest

Full Changelog: v0.10.7...v0.10.8