|
1 | 1 | # Release Notes for 6.x |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/framework/compare/v6.0.3...6.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v6.0.4...6.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v6.0.4 (2019-09-24)](https://github.com/laravel/framework/compare/v6.0.3...v6.0.4) |
4 | 7 |
|
5 | 8 | ### Added |
6 | 9 | - Added `TestResponse::assertJsonPath()` method ([#29957](https://github.com/laravel/framework/pull/29957)) |
7 | 10 | - Added `hasMacro` \ `getGlobalMacro` \ `hasGlobalMacro` methods to `Eloquent Builder` ([#30008](https://github.com/laravel/framework/pull/30008)) |
8 | 11 | - Added `Illuminate\Database\Eloquent\Relations\BelongsToMany::getPivotColumns()` method ([#30049](https://github.com/laravel/framework/pull/30049)) |
9 | 12 | - Added `ScheduledTaskFinished` \ `ScheduledTaskStarting` events to signal when scheduled task runs ([#29888](https://github.com/laravel/framework/pull/29888)) |
| 13 | +- Allowing adding command arguments and options with `InputArgument` \ `InputOption` objects ([#29987](https://github.com/laravel/framework/pull/29987)) |
10 | 14 |
|
11 | 15 | ### Fixed |
12 | 16 | - Fixed `__()` with `null` parameter ([#29967](https://github.com/laravel/framework/pull/29967)) |
13 | 17 | - Fixed modifying `updated_at` column on custom pivot model ([#29970](https://github.com/laravel/framework/pull/29970)) |
14 | 18 | - Fixed `Illuminate\Redis\Limiters\ConcurrencyLimiter` ([#30005](https://github.com/laravel/framework/pull/30005)) |
15 | 19 | - Fixed `VerifyCsrfToken` middleware when response object instance of `Responsable` interface ([#29972](https://github.com/laravel/framework/pull/29972)) |
16 | 20 | - Fixed Postgresql column creation without optional precision ([#29873](https://github.com/laravel/framework/pull/29873)) |
| 21 | +- Fixed migrations orders with multiple path with certain filenames ([#29996](https://github.com/laravel/framework/pull/29996)) |
| 22 | +- Fixed adding `NotFoundHttpException` to "allowed" exceptions in tests ([#29975](https://github.com/laravel/framework/pull/29975)) |
17 | 23 |
|
18 | 24 | ### Changed |
19 | 25 | - Make it possible to disable encryption via `0`/`false` ([#29985](https://github.com/laravel/framework/pull/29985)) |
20 | 26 | - Allowed a symfony file instance in validate dimensions ([#30009](https://github.com/laravel/framework/pull/30009)) |
21 | 27 | - Create storage fakes with custom configuration ([#29999](https://github.com/laravel/framework/pull/29999)) |
| 28 | +- Set locale in `PendingMail` only if locale present conditionally ([dd1e0a6](https://github.com/laravel/framework/commit/dd1e0a604713ddae21e6a893e4f605a6777300e8)) |
| 29 | +- Improved sorting of imports alphabetically on class generation from stub ([#29951](https://github.com/laravel/framework/pull/29951)) |
22 | 30 |
|
23 | 31 | ### Refactoring |
24 | 32 | - Changed imports to Alpha ordering in stubs ([#29954](https://github.com/laravel/framework/pull/29954), [#29958](https://github.com/laravel/framework/pull/29958)) |
25 | 33 | - Used value helper where possible ([#29959](https://github.com/laravel/framework/pull/29959)) |
26 | 34 | - Improved readability in `auth.throttle` translation ([#30011](https://github.com/laravel/framework/pull/30011), [#30017](https://github.com/laravel/framework/pull/30017)) |
27 | 35 |
|
28 | | -### TODO: |
29 | | -- Allow adding command arguments and options with objects ([#29987](https://github.com/laravel/framework/pull/29987)) |
30 | | -- Fix Migrations out of order with multiple path with certain filenames ([#29996](https://github.com/laravel/framework/pull/29996)) |
31 | | -- Set locale conditionally ([dd1e0a6](https://github.com/laravel/framework/commit/dd1e0a604713ddae21e6a893e4f605a6777300e8)) |
32 | | -- Sort imports alphabetically on class generation from stub ([#29951](https://github.com/laravel/framework/pull/29951)) |
33 | | -- Allow adding NotFoundHttpException to "allowed" exceptions in tests ([#29975](https://github.com/laravel/framework/pull/29975)) |
34 | | - |
35 | 36 |
|
36 | 37 | ## [v6.0.3 (2019-09-10)](https://github.com/laravel/framework/compare/v6.0.2...v6.0.3) |
37 | 38 |
|
|
0 commit comments