Releases: opensource-nepal/py-nepali
Releases · opensource-nepal/py-nepali
Release v1.1.3
Release v1.1.2
- Updated months total days data.
Release v1.1.1
- Updated dates data for 2081
Version 1.1.0
- 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
Version 1.0.1
- 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
Version 1.0.0
- 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
Version 0.5.6
v0.5.6 - (July 7, 2022)
- Test for automatic package publish
- Updated
README.md
v0.5.5 - (July 7, 2022)
- Added github actions workflow
- Updated package description and keywords
- Removed
to_nepalidatetimeand addedNepaliTimezoneonnepalidatetime.to_datetime - Updated changelog format
v0.5.4 - (June 29, 2022)
- Fixed bug fix while parsing 32 days
v0.5.3 - (May 29, 2022)
- Fixed minor bug fix for
weekday
v0.5.1 - (May 12, 2022)
- Bug fix on
nepalihumanize
v0.5.1 - (May 10, 2022)
- Bug fix on
NepaliDate,NepaliTime, andNepaliDateTimeimport