File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 10.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v10.1.2 ...10.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v10.1.3 ...10.x )
4
4
5
5
6
+ ## [ v10.1.3 (2023-02-22)] ( https://github.com/laravel/framework/compare/v10.1.2...v10.1.3 )
7
+
8
+ ### Added
9
+ - Added protected method ` Illuminate/Http/Resources/Json/JsonResource::newCollection() ` for simplifies collection customisation ([ #46217 ] ( https://github.com/laravel/framework/pull/46217 ) )
10
+
6
11
### Fixed
7
12
- Fixes constructable migrations ([ #46223 ] ( https://github.com/laravel/framework/pull/46223 ) )
8
13
14
+ ### Changes
15
+ - Accept time when generating ULID in ` Str::ulid() ` ([ #46201 ] ( https://github.com/laravel/framework/pull/46201 ) )
16
+
17
+
9
18
## [ v10.1.2 (2023-02-22)] ( https://github.com/laravel/framework/compare/v10.1.1...v10.1.2 )
10
19
11
20
### Reverted
20
29
### Fixed
21
30
- Fixed ` Illuminate/Collections/Arr::shuffle() ` for empty array ([ 0c6cae0] ( https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33 ) )
22
31
32
+
23
33
## [ v10.1.0 (2023-02-21)] ( https://github.com/laravel/framework/compare/v10.0.3...v10.1.0 )
24
34
25
35
### Fixed
31
41
- Use mixed return type on controller stubs ([ #46166 ] ( https://github.com/laravel/framework/pull/46166 ) )
32
42
- Use InteractsWithDictionary in Eloquent collection ([ #46196 ] ( https://github.com/laravel/framework/pull/46196 ) )
33
43
44
+
34
45
## [ v10.0.3 (2023-02-17)] ( https://github.com/laravel/framework/compare/v10.0.2...v10.0.3 )
35
46
36
47
### Added
37
48
- Added missing expression support for pluck in Builder ([ #46146 ] ( https://github.com/laravel/framework/pull/46146 ) )
38
49
50
+
39
51
## [ v10.0.2 (2023-02-16)] ( https://github.com/laravel/framework/compare/v10.0.1...v10.0.2 )
40
52
41
53
### Added
42
54
- Register policies automatically to the gate ([ #46132 ] ( https://github.com/laravel/framework/pull/46132 ) )
43
55
56
+
44
57
## [ v10.0.1 (2023-02-16)] ( https://github.com/laravel/framework/compare/v10.0.0...v10.0.1 )
45
58
46
59
### Added
53
66
- Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([ #46130 ] ( https://github.com/laravel/framework/pull/46130 ) )
54
67
- Show queue connection in MonitorCommand ([ #46122 ] ( https://github.com/laravel/framework/pull/46122 ) )
55
68
69
+
56
70
## [ v10.0.0 (2023-02-14)] ( https://github.com/laravel/framework/compare/v10.0.0...10.x )
57
71
58
72
Please consult the [ upgrade guide] ( https://laravel.com/docs/10.x/upgrade ) and [ release notes] ( https://laravel.com/docs/10.x/releases ) in the official Laravel documentation.
You can’t perform that action at this time.
0 commit comments