Skip to content

Commit 81de821

Browse files
committed
Updated v5.4 release notes
1 parent 66d81ca commit 81de821

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG-5.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,29 @@
1212
- Added `Model::refresh()` shorthand ([#19174](https://github.com/laravel/framework/pull/19174))
1313
- Added `Container::forgetExtenders()` method ([#19269](https://github.com/laravel/framework/pull/19269), [7c17bf5](https://github.com/laravel/framework/commit/7c17bf540f37f8b4667be5332c94d7423780ca83))
1414
- 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))
1521

1622
### Changed
1723
- Move `$sizeRules` and `$numericRules` properties from `FormatsMessages` to `Validator` ([dc7e7cb](https://github.com/laravel/framework/commit/dc7e7cb26500fcba91e7e32762e367d59b12913b))
1824
- 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))
1928

2029
### Fixed
2130
- Fixed `Container::makeWith()` not using parameters when resolving interfaces ([#19178](https://github.com/laravel/framework/pull/19178))
2231
- Stop validating Memcached connection ([#19192](https://github.com/laravel/framework/pull/19192))
2332
- Fixed the position of `bound()` in `Container::instance()` ([#19207](https://github.com/laravel/framework/pull/19207))
2433
- Prevent applying global scopes on the factory while setting the connection ([#19258](https://github.com/laravel/framework/pull/19258))
2534
- 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))
2638

2739

2840
## v5.4.23 (2017-05-11)

0 commit comments

Comments
 (0)