Releases: lubusIN/laravel-decomposer
Releases · lubusIN/laravel-decomposer
v1.3.1
What's Changed
- Update app.js by @jeffersongoncalves in #41
New Contributors
- @jeffersongoncalves made their first contribution in #41
Full Changelog: v1.3...v1.3.1
v1.3
What's Changed
- Add support for latest Laravel versions: fix #27 by @mehtajayyyy in #28
- Optimize App Size Calculation to Prevent Timeout on Large Projects by @mehtajayyyy in #30
- Refactor UI with Tailwind CSS & Alpine.js + DataTable Rebuild & Blade Cleanup by @mehtajayyyy in #32
- Docs: update readme by @Verma-Punit in #33
- Release v1.3 by @ajitbohra in #34
New Contributors
- @mehtajayyyy made their first contribution in #28
- @Verma-Punit made their first contribution in #33
- @ajitbohra made their first contribution in #34
Full Changelog: v1.2.3...v1.3
v1.2.3
v1.2.2
v1.2.1
- Added following helper methods to help categorize report stats more efficiently. Initial efforts & PR by Stephen Ball
Decomposer::addLaravelStats($myArray); // Add to the already existing 'Laravel Env' block
Decomposer::addServerStats($myArray); // Add to the already existing 'Server Env' block
Decomposer::addExtraStats($myArray); // A new block 'Extra Info' will be added containing it
v1.2
- App & Other Package devs can also add extra personal package or app specific stats by using Decomposer as a dependency in their project
getReportJson()
method added to get the same Decomposer report as JSON- Fixed breaking of
getReportArray()
method
v1.1.1
v1.1
v1.0.1
- Quick Dependency fix
- Added search, sorting & pagination on the table containing name & versions of installed packages and their dependencies.
- Decomposes your Laravel & Server environment and gives all the required details & configurations about both on the same page.
- Generate the system report of your Laravel & server environment on a single click. This report can be very useful in troubleshooting any error. Why & what about the system report is documented here
v1.0
- Added search, sorting & pagination on the table containing name & versions of installed packages and their dependencies.
- Decomposes your Laravel & Server environment and gives all the required details & configurations about both on the same page.
- Generate the system report of your Laravel & server environment on a single click. This report can be very useful in troubleshooting any error. Why & what about the system report is documented here