|
12 | 12 | - Added `Model::refresh()` shorthand ([#19174](https://github.com/laravel/framework/pull/19174)) |
13 | 13 | - Added `Container::forgetExtenders()` method ([#19269](https://github.com/laravel/framework/pull/19269), [7c17bf5](https://github.com/laravel/framework/commit/7c17bf540f37f8b4667be5332c94d7423780ca83)) |
14 | 14 | - Added `Filesystem::hash()` method ([#19256](https://github.com/laravel/framework/pull/19256)) |
| 15 | +- Added `TestResponse::assertViewIs()` method ([#19291](https://github.com/laravel/framework/pull/19291)) |
| 16 | +- Added `path` to `Paginator` ([#19314](https://github.com/laravel/framework/pull/19314)) |
| 17 | +- Added `Collection::concat()` method ([#19318](https://github.com/laravel/framework/pull/19318), [0f5337f](https://github.com/laravel/framework/commit/0f5337f854ecdd722e7e289ff58cc252337e7a9d)) |
| 18 | +- Added `make()` method to `HasOneOrMany` and `MorphOneOrMany` relations ([#19307](https://github.com/laravel/framework/pull/19307)) |
| 19 | +- Added `str_after()` helper function ([#19357](https://github.com/laravel/framework/pull/19357)) |
| 20 | +- Added `Router::apiResource()` method ([#19347](https://github.com/laravel/framework/pull/19347)) |
15 | 21 |
|
16 | 22 | ### Changed |
17 | 23 | - Move `$sizeRules` and `$numericRules` properties from `FormatsMessages` to `Validator` ([dc7e7cb](https://github.com/laravel/framework/commit/dc7e7cb26500fcba91e7e32762e367d59b12913b)) |
18 | 24 | - Allows calls to `Collection::times()` without the `$callback` parameter ([#19278](https://github.com/laravel/framework/pull/19278)) |
| 25 | +- Don't ignore jobs with a timeout of `0` ([#19266](https://github.com/laravel/framework/pull/19266)) |
| 26 | +- Resolve database paginators from the container ([#19328](https://github.com/laravel/framework/pull/19328)) |
| 27 | +- Added `news` to `Pluralizer::$uncountable()` ([#19353](https://github.com/laravel/framework/pull/19353)) |
19 | 28 |
|
20 | 29 | ### Fixed |
21 | 30 | - Fixed `Container::makeWith()` not using parameters when resolving interfaces ([#19178](https://github.com/laravel/framework/pull/19178)) |
22 | 31 | - Stop validating Memcached connection ([#19192](https://github.com/laravel/framework/pull/19192)) |
23 | 32 | - Fixed the position of `bound()` in `Container::instance()` ([#19207](https://github.com/laravel/framework/pull/19207)) |
24 | 33 | - Prevent applying global scopes on the factory while setting the connection ([#19258](https://github.com/laravel/framework/pull/19258)) |
25 | 34 | - Fixed database connection issue in queue worker ([#19263](https://github.com/laravel/framework/pull/19263)) |
| 35 | +- Don't use HTML comments in notification email template ([#19289](https://github.com/laravel/framework/pull/19289)) |
| 36 | +- Fire rebinding callback when using `bind()` method to bind abstract ([#19288](https://github.com/laravel/framework/pull/19288)) |
| 37 | +- Return `0` from `callScope()` if `$query->wheres` is `null` ([#19381](https://github.com/laravel/framework/pull/19381)) |
26 | 38 |
|
27 | 39 |
|
28 | 40 | ## v5.4.23 (2017-05-11) |
|
0 commit comments