Skip to content

Releases: opensource-nepal/py-nepali

Release v1.1.1

13 Mar 14:49
8b2b57d
Compare
Choose a tag to compare
  • Updated dates data for 2081

Version 1.1.0

20 Jun 14:52
dca071c
Compare
Choose a tag to compare
  • 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

Version 1.0.1

16 May 15:33
9660b93
Compare
Choose a tag to compare
  • 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 and nepalinow templatetag to en-US (Changed since v1.0.0)
    • Handled exceptions on all templatetags

Version 1.0.0

02 May 15:34
300f84c
Compare
Choose a tag to compare
  • 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 in nepalidate and nepalidatetime class and now strftime returns in en-US locale
  • Bug fix for Django templatetags
  • Added CONTRIBUTION.md file
  • Created class nepalimonth and nepaliweek
  • Created class nepalinumber supporting all numeric operations

Version 0.5.6

07 Jul 07:41
Compare
Choose a tag to compare

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_nepalidatetime and added NepaliTimezone on nepalidatetime.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, and NepaliDateTime import