@@ -6,75 +6,75 @@ All notable changes to `laravel-casters` will be documented in this file
6
6
7
7
### What's Changed
8
8
9
- - Bump creyD/prettier_action from 4.2 to 4.3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/8
10
- - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/9
11
- - Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/10
12
- - Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/11
13
- - Deprecated the ` Password ` cast in favor of the ` hash ` cast added to Laravel in v10.10.0
9
+ - Bump creyD/prettier_action from 4.2 to 4.3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/8
10
+ - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/9
11
+ - Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/10
12
+ - Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/11
13
+ - Deprecated the ` Password ` cast in favor of the ` hash ` cast added to Laravel in v10.10.0
14
14
15
15
** Full Changelog** : https://github.com/rawilk/laravel-casters/compare/v3.0.1...v3.0.2
16
16
17
17
## v3.0.1 - 2023-02-15
18
18
19
19
### What's Changed
20
20
21
- - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-casters/pull/4
22
- - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-casters/pull/6
23
- - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/5
24
- - Php 8.2/Laravel 10.x Compatibility by @rawilk in https://github.com/rawilk/laravel-casters/pull/7
21
+ - Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-casters/pull/4
22
+ - Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-casters/pull/6
23
+ - Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-casters/pull/5
24
+ - Php 8.2/Laravel 10.x Compatibility by @rawilk in https://github.com/rawilk/laravel-casters/pull/7
25
25
26
26
** Full Changelog** : https://github.com/rawilk/laravel-casters/compare/v3.0.0...v3.0.1
27
27
28
28
## v3.0.0 - 2022-11-01
29
29
30
30
### What's Changed
31
31
32
- - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/2
33
- - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-casters/pull/3
34
- - Update syntax to take advantage of newer PHP features
32
+ - Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-casters/pull/2
33
+ - Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-casters/pull/3
34
+ - Update syntax to take advantage of newer PHP features
35
35
36
36
### Breaking Changes
37
37
38
- - Drop PHP 7.4 support
39
- - Drop PHP 8.0 support
40
- - Drop Laravel 8.0 support
41
- - Remove Encrypted cast in favor of native laravel encryption cast
38
+ - Drop PHP 7.4 support
39
+ - Drop PHP 8.0 support
40
+ - Drop Laravel 8.0 support
41
+ - Remove Encrypted cast in favor of native laravel encryption cast
42
42
43
43
** Full Changelog** : https://github.com/rawilk/laravel-casters/compare/v2.0.2...v3.0.0
44
44
45
45
## 2.0.2 - 2022-04-06
46
46
47
47
### Fixed
48
48
49
- - Make ` Rawilk\LaravelCasters\Support\Str ` compatible with base ` Str ` class by making ` squish ` method signature compatible with parent signature
49
+ - Make ` Rawilk\LaravelCasters\Support\Str ` compatible with base ` Str ` class by making ` squish ` method signature compatible with parent signature
50
50
51
51
## 2.0.1 - 2022-02-23
52
52
53
53
### Updated
54
54
55
- - Add Laravel 9.* support
56
- - Add PHP 8.1 support
55
+ - Add Laravel 9.\ * support
56
+ - Add PHP 8.1 support
57
57
58
58
### Fixed
59
59
60
- - Handle null values correctly on Password cast in Laravel 9
60
+ - Handle null values correctly on Password cast in Laravel 9
61
61
62
62
## 2.0.0 - 2020-11-12
63
63
64
64
### Breaking Changes
65
65
66
- - Drop support for Laravel 7
66
+ - Drop support for Laravel 7
67
67
68
68
### Added
69
69
70
- - Add a name cast
70
+ - Add a name cast
71
71
72
72
## 1.0.1 - 2020-09-21
73
73
74
74
### Fixed
75
75
76
- - Fix bug in password cast causing passwords to be re-hashed - [ #1 ] ( https://github.com/rawilk/laravel-casters/issues/1 ) .
76
+ - Fix bug in password cast causing passwords to be re-hashed - [ #1 ] ( https://github.com/rawilk/laravel-casters/issues/1 ) .
77
77
78
78
## 1.0.0 - 2020-09-18
79
79
80
- - initial release
80
+ - initial release
0 commit comments