- fix: Resolved critical issue with date conversion for months represented as zero-indexed values in the JavaScript Date object, ensuring accurate date handling. (Reverted change from version 2.0.14)
- fix: Resolved locale specific accuracy issues resulting from parsing date strings by switching to
Date.setFullYear
method
- Publish with provenance
- Better ESM support
- Added new method
calcDaysInMonth (jewishYear: number,jewishMonth: JewishMonthType)
will calculate the number of days in a Jewish month for a given Jewish year.
- Added Support for ESM (ES modules)