2.0.0 (2026-04-11)
- drop Node.js 18 and 20 support, require Node.js 22+ (#116)
1.6.0 (2026-04-04)
1.5.0 (2025-09-03)
1.4.1 (2025-04-08)
1.4.0 (2024-12-25)
- add static method
getDaysOfMonthon NepaliDate (#96) (c85edfa) - add static methods for min and max supported dates (#102) (6b13079)
- add support for node 22 and remove 16 (#101) (3254f8d)
1.3.0 (2024-11-30)
- add method
formatEnglishDateandformatEnglishDateInNepali(#94) (6cf9d14) - add method
parseEnglishDatefor English date parsing (#95) (aeabb8d) - ci: add prettier check on ci (a728ed4)
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
formatNepalimethod. - Supported parse for date and time string on
NepaliDateconstructor. - Renamed method
getEnglishDatetogetDateObject. - Added methods for Nepali year, month, date of English calendar.
- Added
fromEnglishDatestatic method for initializing from English calendar date parameters. - Updated
toStringformat of NepaliDate.
- Initial release with the features included in 'nepali-date'.
- Typescript support.