Skip to content

Releases: hebcal/hebcal-es6

5.4.6

27 Jun 20:02
Compare
Choose a tag to compare

Add missing exports needed to port @hebcal/leyning to TypeScript

5.4.5

07 Jun 16:10
Compare
Choose a tag to compare

Downgrade QuickLRU from 7.x to 6.x to enable ES6 and Google Apps Script compatibility #448

5.4.4

04 Jun 17:41
Compare
Choose a tag to compare

Add minchaKetanaMGA and minchaGedolaMGA to Zmanim #447

zmanim.minchaKetanaMGA() ⇒ Date

This method returns the time of mincha ketana according to the Magen Avraham
with the day starting 72 minutes before sunrise and ending 72 minutes after sunset.
This is the preferred earliest time to pray mincha according to the opinion of
the Rambam and others.

If elevation is enabled, this function will include elevation in the calculation.

zmanim.minchaGedolaMGA() ⇒ Date

Earliest Mincha – Mincha Gedola (MGA); Sunrise plus 6.5 halachic hours.
If elevation is enabled, this function will include elevation in the calculation.

This method returns the time of mincha gedola according to the Magen Avraham
with the day starting 72 minutes before sunrise and ending 72 minutes after sunset.
This is the earliest time to pray mincha.

5.4.3

02 Jun 19:35
Compare
Choose a tag to compare

Fix imports of Locale

5.4.2

02 Jun 14:22
Compare
Choose a tag to compare

More TypeScript: move Sedra and Hebrew translations back up a level from @hebcal/hdate

5.4.1

31 May 16:20
Compare
Choose a tag to compare

Port more of the underlying codebase from JavaScript to TypeScript

5.4.0

27 May 15:47
Compare
Choose a tag to compare
  • Add Eruv Tavshilin, courtesy @PupaRebbe (#445)
  • Port several classes to TypeScript: HDate, Locale, Sedra (#442)

5.3.13

23 May 19:03
Compare
Choose a tag to compare
  • Replace manually-maintained typings with TypeScript generated typings (@YizYah #442)
  • Pass Israel/Diaspora boolean to DailyLearning

5.3.12

21 May 15:39
Compare
Choose a tag to compare

fix: redefine holidayDesc export as a const object containing string properties instead of a const enum (#441)

5.3.11

20 May 22:16
Compare
Choose a tag to compare
  • Fix export of holidayDesc type (#440)
  • Refactor holidays.js for readability, courtesy @YizYah
  • Document more clearly which Zmanim functions use elevation
  • Fix unit tests for Asia/Jerusalem by avoiding Date.toISOString()