Releases: TheCrossLegCoder/NepDate
Releases · TheCrossLegCoder/NepDate
2.0.4
What's Changed
- fix: 2082 month 3 and 4 date inaccuracy by @sanamhub in #19
- Improve Performance, Add Features & Update Docs by @TheCrossLegCoder in #20
- New Features:
- Added support for date range functions.
- Implemented a smart parser.
- Added serialization support.
- Performance & Refactoring:
- Optimized memory usage.
- Improved efficiency.
- Added a profiler for better performance analysis.
- Refactored and reorganized test cases.
- Better exception handling
- Documentation & Maintenance:
- Updated README and other docs.
- Added comprehensive example code for the NepDate library.
- New Features:
Full Changelog: v2.0.3...v2.0.4
2.0.3
- Fixed all nepali and english date issues using nepali patro as reference
- Added more dates (Upto 2199 B.S)
- Fixed NepaliDate object serialization issue
- Removed property
MonthEndDateand added a methodMonthEndDate() - Added time in property
EnglishDate
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