Releases: hebcal/hebcal-go
Releases · hebcal/hebcal-go
v0.15.1
Add Ashkenazi transliteration for Rosh Hashana LaBehemot per hebcal/hebcal-es6#744
Full Changelog: v0.15.0...v0.15.1
v0.15.0
Move all locales to a separate hebcal/locales repo, same API
Full Changelog: v0.14.0...v0.15.0
v0.14.0
- Add
CalOptions.DailyLearning []string, a generic list of daily learning schedule names (e.g.929,rambam1,rambam3) resolved through thedailylearningregistry and surfaced byHebrewCalendar. Mirrors thedailyLearningoption in @hebcal/core.
v0.13.0
v0.12.0
Daily learning plugin registry
- New
dailylearningpackage: a registry for daily learning schedules (Daf Yomi, Mishna Yomi, Nach Yomi, Yerushalmi Yomi), analogous to theDailyLearningclass in@hebcal/core. - The
hebcalpackage now resolves these schedules through the registry.YerushalmiEditionis now a local enum (hebcal.Vilna/hebcal.Schottenstein). - The
dafyomi,mishnayomi,nachyomi, andyerushalmipackages (and theireventwrappers) have moved to the newgithub.com/hebcal/learningmodule, 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
v0.11.1
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
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
Fix Yerushalmi Yomi Niddah 13 on October 5 2082 - hebcal/hebcal#302
Full Changelog: v0.10.8...v0.10.9
v0.10.8
Sync locale strings with latest
Full Changelog: v0.10.7...v0.10.8