Skip to content

Releases: TheCrossLegCoder/NepDate

v2.0.0_2024_03_31

31 Mar 12:02
4cd6ccb
Compare
Choose a tag to compare

What's Changed

Added

Depreciated

  • Support for .nextMonth() and .previousMonth() to get next or previous month of a Nepali date object. (Replaced with .AddMonths() )

Fixed

  • Fixed a date not found issue on 2081/02/32 and 2081/12/31

v1.2.0_2023-04-22

22 Apr 04:18
1fa9d02
Compare
Choose a tag to compare

What's Changed

Added

  • In-build ability to parse Nepali Date with AutoAdjust functionality.
  • Support for .MonthName to get the month name of Nepali date object.
  • Support for .nextMonth() and .previousMonth() to get next or previous month of a Nepali date object.

Fixed

  • Fixed a bug that raised exception while initializing in some scenarios.

Full Changelog: https://github.com/TheCrossLegCoder/NepDate/commits/v1.2.0