Releases: hebcal/hebcal-rest-api
Releases · hebcal/hebcal-rest-api
3.19.0
3.18.0
3.17.0
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
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',
},
},
}