- Updated dates data for 2081
- Depreciated templatetags and added support from
django-nepali
package. - Updated README.md for
django-nepali
package. - Added source and changelog on the package information
- Excluded tests from the package
- Fixes on
nepalinumber
templatetags- Bug fix on Django templatetags 'nepalinumber' (was returning in en-US locale)
- Added templatetag
nepali_comma
- Added templatetag
english_comma
- Fixed on
nepalidatetime
templatetags- Added
nepalidate_ne
templatetag - Added
nepalinow_en
templatetag - Added
nepalinow_ne
templatetag - Changed output locale of
nepalidate
andnepalinow
templatetag 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
number
into the module function from the class method. - Added method
strftime_ne
innepalidate
andnepalidatetime
class and nowstrftime
returns in en-US locale - Bug fix for Django templatetags
- Added
CONTRIBUTION.md
file - Created class
nepalimonth
andnepaliweek
- Created class
nepalinumber
supporting all numeric operations
- Test for automatic package publish
- Updated
README.md
- Added github actions workflow
- Updated package description and keywords
- Removed
to_nepalidatetime
and addedNepaliTimezone
onnepalidatetime.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
, andNepaliDateTime
import
- Fixed minor typo.
- CHANGELOG.md added.
NepaliDate
,NepaliTime
,NepaliDateTime
depreciation.- Changed datetime directory
- Added
strptime
- Added parser
- Added Simple test case
- Fixed Typo on Thursday