From 4d17df699bdee37328fb48906140661cc31f0427 Mon Sep 17 00:00:00 2001 From: Michael Nabil <46572405+michaelnabil230@users.noreply.github.com> Date: Fri, 22 Apr 2022 18:46:31 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebfb33..5c9a427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to `laravel-setting` will be documented in this file. + +## [v1.2.0](https://github.com/michaelnabil230/laravel-setting/commit/00b42f635171f3063137608d378004495ba722f8) - 2022-04-22 + +### Added +- Add `flip` is a helper function flipping a boolean the key in the setting +- Add `enable` is a helper function that can enable the key in the setting +- Add `disable` is a helper function that can disable the key in the setting +- Add the new package `friendsofphp/php-cs-fixer` in `require-dev` for formatting code + +### Changed +- Rename the filename of fixer style and everything related to it + +### Fixed +- Fix the types in helper file + ## 1.0.0 - 2022-01-07 - initial release