From 5025580554c81d36709c82296a193154b5193d0c Mon Sep 17 00:00:00 2001 From: Roberto B Date: Tue, 22 Sep 2020 21:23:50 +0200 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a9760..b10206a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.2.1 - 2020-09-22 +### Add +- Show available PHP extension via --show=php-ext option (thanks to https://github.com/yogendra-revanna); +- Show PHP ini configuration via --show=php-ini (thanks to https://github.com/yogendra-revanna). + +### Change +- Managing default show options. Before this change the default was to show all options. Now we have a lot of option to show (also the long list of PHP extension and PHP ini configuration), so by default LaraLens shows: configuration, runtime, HTTP connection, database, migrations. + ## 0.2.0 - 2020-09-20 ### Add - You can watch your LaraLens report with your browser (not just with your terminal);