Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Вышел релиз Laravel framework 5.4.14

0 views
Skip to first unread message

Anton Poletayev

unread,
Mar 1, 2017, 5:04:57 PM3/1/17
to
Hi, All!

Laravel framwork v5.4.14 (2017-03-01)
https://github.com/laravel/framework/blob/5.4/CHANGELOG-5.4.md

Added
[+] Added Str::kebab() and kebab_case() helper (#18084)
[+] Added Route::getActionMethod() (#18105)
[+] Support granular $tries and $timeout on Mailable (#18103)
[+] Added context to the assertJson() response (#18166, da2c892)
[+] Add whereNotIn() and whereNotInStrict() to Collection (#18157)

Changed
[*] Create TestResponse using composition instead of inheritance (#18089)
[*] Changed visibility of Pivot::$parent from protected to public (#18096)
[*] Catch Sqlite3 deadlocks in DetectsDeadlocks (#18107)
[*] Use fromRawAttributes() when in Model::newPivot() (#18127, 063e5ae)
[*] Use default connection in DatabaseManager::purge() when no connection name
is provided (#18128)
[*] Convert rule objects only once to string (#18141)
[*] Respect ShouldQueue contract in Mailer::send() (#18144, 717f1f6, #18160)

Fixed
[@] Don't use value() helper in BoundMethod class (#18075)
[@] Don't require manifest file when running npm run hot (#18088)
[@] Fixed injection placement of dependencies for routing method parameters
(#17973)
[@] Return false from Model::fireModelEvent() if custom model event returns
false (c5a6290)
[@] Fixed firstOrFail() on relation setting the wrong model on
ModelNotFoundException (#18138)
[@] Fixed RateLimiter setting initial attempts count to 2 (#18139)
[@] Fixed compiled DELETE query when using JOIN with aliases (#18156, e09b9eb)
[@] Fixed validating present in combination with nullable (#18173)

0 new messages