Skip to content

Releases: ingeniasoftware/luthier-ci

Version 1.0.5

27 Sep 17:43
Compare
Choose a tag to compare
  • Fix route parameters order bug and some minor bug fixes ( #36 )

Version 1.0.4

11 Sep 12:28
Compare
Choose a tag to compare
  • This release adds the Italian translation to SimpleAuth (thanks to @abmcr 🎉)
  • Fix #35 route parameter issue
  • Solved Class 'Auth' not found error in splash screen
  • Added support to HMVC plugin controllers, models, libraries and helpers creation via CLI tools

Version 1.0.3

06 Sep 02:48
Compare
Choose a tag to compare

Version 1.0.2

04 Sep 15:24
Compare
Choose a tag to compare

Version 1.0.1

19 Jul 06:09
Compare
Choose a tag to compare

What's new?

This is a minor update that solves some issues and improves the stability of Luthier CI

Bug fixes

  • Fixed wrong route compilation with custom regex parameters #20

Version 1.0.0

12 Jul 04:53
Compare
Choose a tag to compare

What's new

We reached the 1.0.0 version:

  • Added the Resource routes, a shortcut to define CRUD operations for your controllers easily.

Bug fixes

  • PHP 5.6 compatibility issues with the Debug module #17

Documentation

Version 0.3.0

22 Jun 07:56
Compare
Choose a tag to compare

What's new

This release adds authentication and debugging capabilities to Luthier-CI:

  • SimpleAuth: An user-friendly auth library. You can add a user login to your app in minutes!
  • Luthier-CI Authentication Framework: The Luthier-CI Authentication Framework uses an authentication model inspired by Symfony with features for advanced users.
  • PHP Debug Bar integration (experimental): Thanks to the integration of Luthier-CI with PHP Debug Bar you can easily debug your code with this interesting tool.

Bug fixes

  • Namespace issue #13
  • Api routes not available in web.php route files #14
  • Regex parameter issue #15

Thank you all for reporting bugs!

Documentation

Version 0.2.1

09 May 02:35
Compare
Choose a tag to compare
  • Fixed wrong default_controller detection ( #11 issue)

Version 0.2.0

03 May 10:54
Compare
Choose a tag to compare
  • CLI built-in commands
  • Fixed AJAX routes issue #9
  • Minor bug fixes

Version 0.1.5

18 Apr 03:38
Compare
Choose a tag to compare
  • Introducing cli routes
  • Performance improvements
  • Fix typos in source code comments
  • Minor bug fixes