Releases: hebcal/hebcal-js
Releases · hebcal/hebcal-js
2.3.3 - deprecated in favor of @hebcal/core
⛔️ DEPRECATED
This package has been deprecated in favor of @hebcal/core.
v2.2.6
- Fix monthFromName not recognizing טבת
- Fix monthFromName treating אדר2 as Adar1
- Move source files to /src/ directory
v2.2.5
Fix dependencies [shuki770]
v2.2.4
v2.2.3
- Daf Yomi- renamed Hebrew names for Gmara according to Shas Vilna [gnudles] (#37)
- Daf Yomi- fixed errors in cycles 1-7 ... (division instead of modulo) [gnudles] (#37)
- Fix typo in Daf Yomi [asafbe] (#29)
- Don't crash on each startup [dredozubov] (#31)
- Fix year parsing from hebrew [ilyagelman] (#35)
- Write build script in JavaScript
- Tachanun is said at Mincha on 8 Tishrei -- return 7
- Don't blow up calculating molad for Tishrei
v2.2.2 (bugfix patch)
Patch an issue caused by not checking the code pushed in v2.2.1.
2.2.1
- Copy lat and long properties when using HDate().next() and prev()
- Make Hebcal().findParsha() not care about spelling format
- Fix HDate().getTishreiMonth() returning 0 in Elul
- HDate().setMonth() will wrap the year
- Tell Node not to keep the process open while listening for events
v2.2.0
- Add
Event().routine()
method - Default
HDate().holidays()
to not return routine events - Always set event based on years
- Remove
holidays.IGNORE_YEAR
- Fix bug with giving a name to
HDate().setMonth()
- Add
HDate().candleLighting()
andHDate().havdalah()
- Fix spelling of
alot_hashachar
zman - Add
Month().molad()
- Change names of internal methods to be shorter
- Don't include entire README in package.json (NPM will do it)
- Change
Hebcal().holidays
to an object instead of array (POTENTIALLY BREAKING CHANGE) - Speed optimization for
HDate().holidays()
- Remove function names (most debuggers can figure it out)
- Fix bug with candlelighting being one day off
- Don't automatically move day after sunset (was causing too many issues)
v2.2.0-alpha1
Fix a mispeling (:P) in a zman.
Fix links
- Fix sourcemap links
- Fix GitHub link in package.json