Releases: anuzpandey/laravel-nepali-date
Releases · anuzpandey/laravel-nepali-date
Release 2.1.0
- Fix:
toNepaliDateArray
method returning stale data. - Refac:
toFormattedNepaliDate
method required parameters are now optional.
Release 2.0.0
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
📝 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
⚡ 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
🔨 fix: 2081 Month Days Fix.
- Thanks to @novaprime-code for the issue identification.
Release 1.6.4
🔨 Handle Empty Argument on Blade Directive.
Release 1.6.3
🔨 Fix User Defined Variable and Nullable Fields in Blade Directive.
Release 1.6.2
🔨 Fix Blade Directive Methods.
Release 1.6.1
🔨 fix: blade directives signature.
Release 1.6.0
⚡ Add @nepaliDate
and @englishDate
blade directive.