@@ -6,82 +6,82 @@ All notable changes to `laravel-settings` will be documented in this file
66
77### What's Changed
88
9- - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
10- - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
11- - Improve internal handling of the Context object on Settings service class
12- - Prevent decryption errors when checking if a value should be persisted or not on ` set() `
9+ - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
10+ - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
11+ - Improve internal handling of the Context object on Settings service class
12+ - Prevent decryption errors when checking if a value should be persisted or not on ` set() `
1313
1414** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.2.0...v2.2.1
1515
1616## v2.2.0 - 2022-12-07
1717
1818### What's Changed
1919
20- - Allow cache to be temporarily disabled (via ` temporarilyDisableCache() ` )
20+ - Allow cache to be temporarily disabled (via ` temporarilyDisableCache() ` )
2121
2222** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.1.1...v2.2.0
2323
2424## v2.1.1 - 2022-12-06
2525
2626### What's Changed
2727
28- - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
29- - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
30- - Prevent non-strings from being unserialized or decrypted
28+ - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
29+ - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
30+ - Prevent non-strings from being unserialized or decrypted
3131
3232** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.1.0...v2.1.1
3333
3434## v2.1.0 - 2022-11-01
3535
3636### Added
3737
38- - Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7
38+ - Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7
3939
4040### Changed
4141
42- - Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
43- - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
44- - Drop official PHP 8.0 support
42+ - Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
43+ - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
44+ - Drop official PHP 8.0 support
4545
4646** Full Changelog** : https://github.com/rawilk/laravel-settings/compare/v2.0.1...v2.1.0
4747
4848## 2.0.1 - 2022-02-23
4949
5050### Updated
5151
52- - Add support for Laravel 9.*
53- - Add support for PHP 8.1
52+ - Add support for Laravel 9.\ *
53+ - Add support for PHP 8.1
5454
5555## 2.0.0 - 2020-12-01
5656
5757### Breaking Changes
5858
59- - Drop support for Laravel v6 and v7
60- - Drop support for php 7
59+ - Drop support for Laravel v6 and v7
60+ - Drop support for php 7
6161
6262### Updated
6363
64- - Add support for php 8
65- - Update some of code base to use php 8 features
64+ - Add support for php 8
65+ - Update some of code base to use php 8 features
6666
6767## 1.0.3 - 2020-10-26
6868
6969### Fixed
7070
71- - Fix bug with context being reset when saving ([ #3 ] ( https://github.com/rawilk/laravel-settings/issues/3 ) )
71+ - Fix bug with context being reset when saving ([ #3 ] ( https://github.com/rawilk/laravel-settings/issues/3 ) )
7272
7373## 1.0.2 - 2020-10-09
7474
7575### Fixed
7676
77- - Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [ #2 ] ( https://github.com/rawilk/laravel-settings/issues/2 )
77+ - Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [ #2 ] ( https://github.com/rawilk/laravel-settings/issues/2 )
7878
7979## 1.0.1 - 2020-09-09
8080
8181### Added
8282
83- - Add support for Laravel 8
83+ - Add support for Laravel 8
8484
8585## 1.0.0 - 2020-08-02
8686
87- - initial release
87+ - initial release
0 commit comments