From be09bd7b4c14bda8c45ba9d3ef5cacc404a823c5 Mon Sep 17 00:00:00 2001 From: Roberto B Date: Fri, 11 Sep 2020 08:39:51 +0200 Subject: [PATCH] v0.1.19 --- CHANGELOG.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f661f73..ba6118e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## 0.1.19 - WIP +## 0.1.19 - 2020-09-11 ### Add - Add --skip-database in order to execute all checks except database and migration status (it is useful for example if the application it doesn't need the database); ### Change - Code more PSR2 compliant (phpcs); +- Fix LaraHttpResponse::status(). The method returns the http status code. Close #19 ## 0.1.18 - 2020-09-05 @@ -25,7 +26,7 @@ ## 0.1.16 - 2020-08-19 ### Add -- Adding php linter in CICD. We use php 7.2 linter for incoming support to Laravel 6. +- Adding php linter in CI/CD. We use php 7.2 linter for incoming support to Laravel 6. ### Fix - Fix syntax in DatabaseLens.php. Close #17 ; @@ -61,9 +62,9 @@ ## 0.1.12 - 2020-07-25 ### Add -- When a check is not working properly, some hints are now displayed. -- Add hints for database connection -- Add hints for HTTP connections +- When a check is not working properly, now it is displayed some hints; +- Add hints for database connection; +- Add hints for HTTP connections. ## 0.1.11 - 2020-07-12 @@ -163,12 +164,12 @@ Runtime configuration: ### Add -* detect DB connection type -* get tables for mysql -* get tables for sqlite -* count and retrieve last row from a table. Table and column name are as input parameters -* test database diagnostics -* update readme for documentation +* detect DB connection type; +* get tables for mysql; +* get tables for sqlite; +* count and retrieve last row from a table. Table and column name are as input parameters; +* test database diagnostics; +* update readme for documentation. ## 0.1.2 - 2020-05-22 @@ -176,8 +177,8 @@ Runtime configuration: ### Add * Add new argument as input (it is optional): - - overview: you can see configuration, http connection, db connection etc - - allconfigs: you can see verbose configuration from Laravel application. Try to use 'php artisan laralens:diagnostic allconfigs' in your laravel application. You will see the dump of all configuration parameters in json format + - overview: you can see configuration, http connection, db connection etc.; + - allconfigs: you can see the verbose configuration from Laravel application. Try to use 'php artisan laralens:diagnostic allconfigs' in your laravel application. You will see the dump of all configuration parameters in json format. ## 0.1.1 - 2020-05-22 @@ -192,7 +193,7 @@ Runtime configuration: ## 0.1.0 - 2020-05-21 * :tada: initial release -* Add laralens:diagnostic artisan command (Laraval) +* Add laralens:diagnostic artisan command (Laravel) * Check config parameter like app.url, app.locale, app.url and database.* -* Check the http connection with app.url defined in base configuration +* Check the http connection with "app.url" defined in base configuration * Check the connection with DB and counts the row for a specific table (users by default)