Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 authored Apr 22, 2022
1 parent 00b42f6 commit 4d17df6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4d17df6

Please sign in to comment.