- BREAKING: Drop support for Python 3.8 and 3.9 (EOL)
- Add support for Python 3.11, 3.12, and 3.13
- Minimum Python version is now 3.10
- Modernize type hints to Python 3.10+ syntax (using
X | Yinstead ofUnion[X, Y]) - Update pre-commit hooks to latest versions
- Update GitHub Actions workflows to use latest action versions
- Update months data for year 2082
- Updated months total days data.
- Updated dates data for 2081
- Depreciated templatetags and added support from
django-nepalipackage. - Updated README.md for
django-nepalipackage. - Added source and changelog on the package information
- Excluded tests from the package
- Fixes on
nepalinumbertemplatetags- Bug fix on Django templatetags 'nepalinumber' (was returning in en-US locale)
- Added templatetag
nepali_comma - Added templatetag
english_comma
- Fixed on
nepalidatetimetemplatetags- Added
nepalidate_netemplatetag - Added
nepalinow_entemplatetag - Added
nepalinow_netemplatetag - Changed output locale of
nepalidateandnepalinowtemplatetag to en-US (Changed since v1.0.0) - Handled exceptions on all templatetags
- Added
- Class representation (
__repr__) added on NepaliTimeZone - Refactored date converter (Performance optimized)
- Added locations feature
- Added Phone number parse feature
- Removed depreciated class and method
- Added operator overloading on nepalidate
- Changed API of the module
numberinto the module function from the class method. - Added method
strftime_neinnepalidateandnepalidatetimeclass and nowstrftimereturns in en-US locale - Bug fix for Django templatetags
- Added
CONTRIBUTION.mdfile - Created class
nepalimonthandnepaliweek - Created class
nepalinumbersupporting all numeric operations
- Test for automatic package publish
- Updated
README.md
- Added github actions workflow
- Updated package description and keywords
- Removed
to_nepalidatetimeand addedNepaliTimezoneonnepalidatetime.to_datetime - Updated changelog format
- Fixed bug fix while parsing 32 days
- Fixed minor bug fix for
weekday
- Bug fix on
nepalihumanize
- Bug fix on
NepaliDate,NepaliTime, andNepaliDateTimeimport
- Fixed minor typo.
- CHANGELOG.md added.
NepaliDate,NepaliTime,NepaliDateTimedepreciation.- Changed datetime directory
- Added
strptime - Added parser
- Added Simple test case
- Fixed Typo on Thursday