1.2.1 (2024-03-06)
- updated months data for 2081 (a49b3d6)
1.2.0 (2023-11-16)
- reduced package bundle size (d15e575)
1.1.2 (2023-10-03)
- fixed AM/PM formatting issue of noon (57091bc)
- Updated NepaliDate members to private.
- Fixed type resolve issue. (#59, #60)
- Added husky for running pre-commit hook.
- Run npm test on pre-commit hook.
- Added formatting on pre-commit hook.
- Refactored formatting.
- Added parse feature in a given format.
- Added dateConverter module.
- Added time/timezone support in NepaliDate.
- Updated new formatting methods and added time formatting (with moment.js format reference). Added
formatNepali
method. - Supported parse for date and time string on
NepaliDate
constructor. - Renamed method
getEnglishDate
togetDateObject
. - Added methods for Nepali year, month, date of English calendar.
- Added
fromEnglishDate
static method for initializing from English calendar date parameters. - Updated
toString
format of NepaliDate.
- Initial release with the features included in 'nepali-date'.
- Typescript support.