diff --git a/.gitattributes b/.gitattributes index 437d31ac..4295dd2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,5 @@ /yarn.lock export-ignore /package-lock.json export-ignore /CONTRIBUTING.md export-ignore +/resources/js export-ignore +/resources/css export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 221b0517..fdda322f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,25 @@ All notable changes to `ignition` will be documented in this file -## 1.11.3 - 2019-10-21 +## 1.13.1 - 2019-10-21 - Remove external reference for icons (#134) +## 1.13.0 - 2019-11-27 + +- Allow custom grouping types + +## 1.12.1 - 2019-11-25 + +- Detect multibyte position offsets when adding linenumbers to the blade view - Fixes #193 + +## 1.12.0 - 2019-11-14 + +- Add exception to html (#206) +- Add a clear exception when passing no parameters to ddd (#205) +- Ignore JS tests (#215) +- Fix share report route bug + ## 1.11.2 - 2019-10-13 - simplify default Laravel installation (#198) diff --git a/composer.json b/composer.json index 16cf2ba1..db75c689 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.1", "ext-json": "*", "ext-mbstring": "*", - "facade/flare-client-php": "^1.1", + "facade/flare-client-php": "^1.3", "facade/ignition-contracts": "^1.0", "filp/whoops": "^2.4", "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0", diff --git a/config/flare.php b/config/flare.php index 2170778b..90e6c441 100644 --- a/config/flare.php +++ b/config/flare.php @@ -31,6 +31,7 @@ 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, 'report_view_data' => true, + 'grouping_type' => null, ], /* diff --git a/resources/views/errorPage.php b/resources/views/errorPage.php index be9febb5..12dd9c47 100644 --- a/resources/views/errorPage.php +++ b/resources/views/errorPage.php @@ -1,5 +1,8 @@ +