You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
All notable changes to the Laravel Decomposer will be documented in this file
2
2
3
+
## v1.2.1 (06-04-2017)
4
+
- Added following helper methods to help categorize report stats more efficiently:
5
+
6
+
```php
7
+
Decomposer::addLaravelStats($myArray); // Add to the already existing 'Laravel Env'
8
+
Decomposer::addServerStats($myArray); // Add to the already existing 'Server Env'
9
+
Decomposer::addExtraStats($myArray); // A new block 'Extra Info' will be added containing it
10
+
```
11
+
3
12
## v1.2 (03-04-2017)
4
13
- Now App & Other Package devs can also [add extra personal package or app specific stats](https://github.com/lubusIN/laravel-decomposer/wiki/Add-your-extra-stats) by using Decomposer as a dependency in their project
5
14
-`getReportJson()` method added to get the same Decomposer report as JSON
0 commit comments