Skip to content

Releases: anuzpandey/laravel-nepali-date

Release 2.1.0

31 Aug 19:14
Compare
Choose a tag to compare
  • Fix: toNepaliDateArray method returning stale data.
  • Refac: toFormattedNepaliDate method required parameters are now optional.

Release 2.0.0

12 May 10:41
Compare
Choose a tag to compare

Removed the Carbon usage from the package to support Nepali date with days greater than 32.

Thank you @novaprime-code for issue identification.

Release 1.7.1

11 May 20:30
Compare
Choose a tag to compare

📝 Add a Bug Notice in readme where the package cannot convert dates having a day greater than 31. This is because the package uses the Carbon library, which does not support dates greater than 31.

This issue will be fixed in the next release.

Release 1.7.0

11 May 20:09
Compare
Choose a tag to compare

⚡ Add new daysInMonth and daysInYear methods.

  • LaravelNepaliDate::daysInMonth(monthIndex, year) to get total number of days in a month of a year.
  • LaravelNepaliDate::daysInYear(year) to get total number of days in a year.

Release 1.6.5

09 May 19:17
Compare
Choose a tag to compare

🔨 fix: 2081 Month Days Fix.

Release 1.6.4

07 Apr 18:10
Compare
Choose a tag to compare

🔨 Handle Empty Argument on Blade Directive.

Release 1.6.3

07 Apr 18:04
Compare
Choose a tag to compare

🔨 Fix User Defined Variable and Nullable Fields in Blade Directive.

Release 1.6.2

07 Apr 17:41
Compare
Choose a tag to compare

🔨 Fix Blade Directive Methods.

Release 1.6.1

07 Apr 16:53
Compare
Choose a tag to compare

🔨 fix: blade directives signature.

Release 1.6.0

07 Apr 16:47
Compare
Choose a tag to compare

⚡ Add @nepaliDate and @englishDate blade directive.