- 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.