Change Logs
Here you can find the change logs of the package.
v2.3.0
More Fixes
latest- 🔨 fix: daysInMonth() using old incorrect calendar data.
- ⚡ feat: add new dates data from 91 to 99.
- 🔨 fix: Year 82 and 83 month count fix
v2.1.0
Fixes
- 🔨 fix: toNepaliDateArray method returning stale data.
- ♻️ refac: toFormattedNepaliDate method required parameters are now optional.
v2.0.0
Reworked
- 🔨 fix: Removed the Carbon usage to support Nepali date with days < 32.
- 🐞 Minor bug fixes and improvements.
v1.7.0
More Features & Bug Fixes
- ⚡ Add new daysInMonth and daysInYear methods.
- 🔨 fix: 2081 Month Days Fix.
- 🐞 Minor bug fixes and improvements.
v1.6.0
Blade Directives
- ⚡ Add @nepaliDate and @englishDate blade directive.
v1.5.0
Laravel 11 Support
- ⚡ feature: add support for Laravel 11.
v1.4.0
Helper Function
- ⚡ Add Helper function to the package, toNepaliDate() and toEnglishDate().
- ⚡ Add config file (config/nepali-date.php) to the package for default values.
v1.2.0
Carbon Extension
- ⚡ Add carbon extension feature with NepaliDateMixin mixin class.
- ✅ Add additional architecture test cases.
v1.1.0
Format & Locale Option
- ⚡ Add format and locale option to both english and nepali date conversion methods.
v1.0.0
Initial Release
- 📦 Support converting English date to Nepali date.
- 📦 Support converting Nepali date to English date.
- 📦 Support converting English date to formatted Nepali date.
- 📦 Support converting Nepali date to formatted English date.