Skip to content

Releases: hebcal/hebcal-js

2.3.3 - deprecated in favor of @hebcal/core

03 Nov 17:43
Compare
Choose a tag to compare

⛔️ DEPRECATED

This package has been deprecated in favor of @hebcal/core.

v2.2.6

28 Oct 22:54
Compare
Choose a tag to compare
  • Fix monthFromName not recognizing טבת
  • Fix monthFromName treating אדר2 as Adar1
  • Move source files to /src/ directory

v2.2.5

02 Jul 09:54
Compare
Choose a tag to compare

Fix dependencies [shuki770]

v2.2.4

17 May 21:17
Compare
Choose a tag to compare
  • Fixed previous date issue with suncalc workaround [ybudweiser] (#39)
  • Add HDate.tachanun_uf() function
  • Mangle variable names in minified JS

v2.2.3

14 Feb 21:32
Compare
Choose a tag to compare
  • 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)

18 Apr 08:22
Compare
Choose a tag to compare

Patch an issue caused by not checking the code pushed in v2.2.1.

2.2.1

17 Apr 13:10
Compare
Choose a tag to compare
  • 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

29 Jun 10:21
Compare
Choose a tag to compare
  • 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() and HDate().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

14 May 15:16
Compare
Choose a tag to compare
v2.2.0-alpha1 Pre-release
Pre-release
Fix a mispeling (:P) in a zman.

Fix links

04 Apr 09:13
Compare
Choose a tag to compare
  • Fix sourcemap links
  • Fix GitHub link in package.json