Skip to content

Releases: izniburak/nur

v4.0.0

14 Apr 01:40
Compare
Choose a tag to compare
  • min php version 8.1
  • added factory class support
  • updated seeders
  • added app_locale
  • added faker library and faker_locale config

v3.0.0 Released!

24 Nov 21:31
Compare
Choose a tag to compare

Nur FW v3.0.0 has been released with a lot of new features and improvements, Laravel 8.x packages and some other useful packages.

  • Changed minimum PHP version as ^7.3|^8.0
  • Added Laravel 8.x support (for the packages that have been used in Nur)
  • Improvements for Router component.
  • Added some new middlewares.
  • Updated Nur CLI app.
  • Some structural changes.
  • and more...

Also, a lot of bugs have been fixed on Nur-Core libraries.

Thanks!

v2.0.0 Released!

04 Feb 21:27
Compare
Choose a tag to compare

Nur FW v2.0.0 has been released with a lot of new feature, Laravel 6.x packages and some other useful packages.

  • Added Laravel 6.x support (for the packages that have been used in Nur FW)
  • Added Laravel Localization support for translation.
  • Added Laravel Cache package support.
  • Added Laravel Collection package support. (with String and Array helpers)
  • Added Mail Provider and helper.
  • Added Console command support for your application.
  • Added custom provider support for your packages.
  • A lot of bugs have been fixed on Nur-Core libraries.
  • and more...

v1.58.0 Released!

03 Aug 00:16
Compare
Choose a tag to compare

This version released with new features and improvements.

  • Laravel components version upgraded to 5.8 from 5.7.
  • Added Auth component.
  • Added JWT and Basic Auth support. (with Auth component)
  • Code improvements and reformating.
  • Some bugs fixed.
  • and more...

and more...

v1.0.0

23 Jan 20:41
Compare
Choose a tag to compare

This version released with big updates and improvements.

  • Application kernel class improvement.
  • ServiceProvider class improvement.
  • Added new console commands.
  • Added new helpers.
  • Updated HTTP error exception handling.
  • Added database folder to base directory for migrations, seeds and sqlite database files.
  • and more...