Skip to content

Releases: TheCrossLegCoder/NepDate

2.0.4

03 Apr 10:31
df7d619

Choose a tag to compare

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.

Full Changelog: v2.0.3...v2.0.4

2.0.3

13 Jan 09:05

Choose a tag to compare

  • 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 MonthEndDate and added a method MonthEndDate()
  • Added time in property EnglishDate

v2.0.1_2024_09_16

16 Sep 05:58

Choose a tag to compare

v2.0.0_2024_03_31

31 Mar 12:02
4cd6ccb

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

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