Skip to content

Releases: anuzpandey/laravel-nepali-date

Release 1.5.0

11 Mar 05:05
Compare
Choose a tag to compare

⚡ feature: add support for Laravel 11.

Release 1.4.0

16 Feb 22:18
80e4d3e
Compare
Choose a tag to compare

⚡ feature: add config file for default format and locale

Added a new configuration file (config/nepali-date.php) to store default values for date format and locale settings. This allows developers to customize the default format and locale used for date conversions according to their preferences.

Release 1.3.0

22 Nov 09:10
9d1dce4
Compare
Choose a tag to compare
  • ⚡ Add Helper function to the package, toNepaliDate() and toEnglishDate().

Release 1.2.0

18 Nov 20:53
Compare
Choose a tag to compare

⚡ features: add carbon extension feature with NepaliDateMixin mixin class.
✅ tests: add additional architecture test cases.

Release 1.1.0

18 Nov 19:09
Compare
Choose a tag to compare

⚡ features: add format and locale option to both english and nepali date conversion method toNepaliDate(format, locale) and toEnglishDate(format, locale)

Release 1.0.0

24 Oct 14:35
Compare
Choose a tag to compare

Initial release

  • Added support for converting English date to Nepali date
  • Added support for converting Nepali date to English date
  • Added support for converting English date to Nepali date array
  • Added support for converting Nepali date to English date array
  • Added support for converting English date to formatted Nepali date
  • Added support for converting Nepali date to formatted English date