Skip to content

3.17.0

Compare
Choose a tag to compare
@mjradwin mjradwin released this 15 May 14:39
· 180 commits to main since this release

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: 'א׳ אדר ב׳',
      },
    ],
  }