Releases: TheCrossLegCoder/NepDate
Releases · TheCrossLegCoder/NepDate
v2.0.1_2024_09_16
What's Changed
- fix: nepali name typos by @sanamhub
- fix: date mistake at 2062 by @sanamhub
- fix: dot support while parsing nepali date by @TheCrossLegCoder
- fix: 2062 Baishak and Jestha Date by @TheCrossLegCoder
Full Changelog: v2.0.0...v2.0.1
v2.0.0_2024_03_31
What's Changed
Added
- Ability to Add & Subtract Nepali Months & Days
- Ability to Get Fiscal Year & Fiscal Quarters Details
- Bulk Conversion Capabilities
- Additional Functions
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
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