Skip to content

Releases: hebcal/hebcal-rest-api

3.19.5

17 Aug 22:43
Compare
Choose a tag to compare

Make getDownloadFilename() work correctly with start/end parameters

3.19.4

11 Aug 20:42
Compare
Choose a tag to compare

Add heDateParts to eventToClassicApiObject() for HebrewDateEvents

For example:

{
  "title": "14th of Av",
  "date": "2022-08-11",
  "hdate": "14 Av 5782",
  "category": "hebdate",
  "title_orig": "14 Av 5782",
  "hebrew": "י״ד אב",
  "heDateParts": {
    "y": "תשפ״ב",
    "m": "אב",
    "d": "י״ד"
  }
}

3.19.3

07 Aug 15:31
Compare
Choose a tag to compare

Allow undefined cityName in getDownloadFilename()

3.19.2

17 Jul 05:37
Compare
Choose a tag to compare

Ensure that CSV files don't contain newlines within memo fields

3.19.1

24 Jun 19:40
Compare
Choose a tag to compare

YKK should renderBrief

3.19.0

24 Jun 17:17
Compare
Choose a tag to compare

Yom Kippur Katan

3.18.0

30 May 18:39
Compare
Choose a tag to compare

Allow options.includeEvent for eventsToClassicApi

3.17.0

15 May 14:39
Compare
Choose a tag to compare

Add range with start/end to classic REST API

 {
    title: 'Hebcal March 2022',
    date: '2022-05-15T14:38:52.694Z',
    range: {
      start: '2022-03-04',
      end: '2022-03-04',
    },
    items: [
      {
        title: '1st of Adar II, 5782',
        date: '2022-03-04',
        hdate: '1 Adar II 5782',
        category: 'hebdate',
        title_orig: '1 Adar II 5782',
        hebrew: 'א׳ אדר ב׳',
      },
    ],
  }

3.16.0

10 May 18:55
Compare
Choose a tag to compare

Remove memo from Omer and replace with dedicated JSON structure

  {
    title: '46th day of the Omer',
    date: '2010-05-15',
    hdate: '2 Sivan 5770',
    category: 'omer',
    title_orig: 'Omer 46',
    hebrew: 'עומר יום 46',
    link: 'https://hebcal.com/o/5770/46?us=js&um=api',
    omer: {
      count: {
        en: 'Today is 46 days, which is 6 weeks and 4 days of the Omer',
        he: 'הַיוֹם שִׁשָׁה וְאַרְבָּעִים יוֹם, שְׁהֵם שִׁשָׁה שָׁבוּעוֹת וְאַרְבָּעָה יָמִים לָעוֹמֶר',
      },
      sefira: {
        en: 'Eternity within Majesty',
        he: 'נֶּֽצַח שֶׁבְּמַּלְכוּת',
        translit: 'Netzach sheb\'Malkhut',
      },
    },
  }

3.15.1

09 May 22:03
Compare
Choose a tag to compare

Don't include hdate in classic JSON response for timed events