Skip to content

Commit 60ff7f7

Browse files
rawilkactions-user
authored andcommitted
Prettified Code!
1 parent 229eecf commit 60ff7f7

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

CHANGELOG.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,75 @@ All notable changes to `laravel-casters` will be documented in this file
66

77
### What's Changed
88

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
1414

1515
**Full Changelog**: https://github.com/rawilk/laravel-casters/compare/v3.0.1...v3.0.2
1616

1717
## v3.0.1 - 2023-02-15
1818

1919
### What's Changed
2020

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
2525

2626
**Full Changelog**: https://github.com/rawilk/laravel-casters/compare/v3.0.0...v3.0.1
2727

2828
## v3.0.0 - 2022-11-01
2929

3030
### What's Changed
3131

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
3535

3636
### Breaking Changes
3737

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
4242

4343
**Full Changelog**: https://github.com/rawilk/laravel-casters/compare/v2.0.2...v3.0.0
4444

4545
## 2.0.2 - 2022-04-06
4646

4747
### Fixed
4848

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
5050

5151
## 2.0.1 - 2022-02-23
5252

5353
### Updated
5454

55-
- Add Laravel 9.* support
56-
- Add PHP 8.1 support
55+
- Add Laravel 9.\* support
56+
- Add PHP 8.1 support
5757

5858
### Fixed
5959

60-
- Handle null values correctly on Password cast in Laravel 9
60+
- Handle null values correctly on Password cast in Laravel 9
6161

6262
## 2.0.0 - 2020-11-12
6363

6464
### Breaking Changes
6565

66-
- Drop support for Laravel 7
66+
- Drop support for Laravel 7
6767

6868
### Added
6969

70-
- Add a name cast
70+
- Add a name cast
7171

7272
## 1.0.1 - 2020-09-21
7373

7474
### Fixed
7575

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).
7777

7878
## 1.0.0 - 2020-09-18
7979

80-
- initial release
80+
- initial release

docs/requirements.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ sort: 2
1111
## Version Matrix
1212

1313
| Laravel | Minimum Version | Maximum Version |
14-
|---------| --------------- | --------------- |
14+
| ------- | --------------- | --------------- |
1515
| ^7.28 | 1.0.0 | 1.0.1 |
1616
| 8.x | 1.0.0 | 2.0.2 |
1717
| 9.x | 2.0.0 | |
18-
| 10.x | 3.0.1 | |
18+
| 10.x | 3.0.1 | |

0 commit comments

Comments
 (0)