|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## v5.2.31 (2016-04-27) |
| 4 | + |
| 5 | +### Added |
| 6 | +- Added missing suggested dependency `SuperClosure` ([09a793f](https://git.io/vwZx4)) |
| 7 | +- Added ODBC connection support for SQL Server ([#13298](https://github.com/laravel/framework/pull/13298)) |
| 8 | +- Added `Request::hasHeader()` method ([#13271](https://github.com/laravel/framework/pull/13271)) |
| 9 | +- Added `@elsecan` and `@elsecannot` Blade directives ([#13256](https://github.com/laravel/framework/pull/13256)) |
| 10 | +- Support booleans in `required_if` Validator rule ([#13327](https://github.com/laravel/framework/pull/13327)) |
| 11 | + |
| 12 | +### Changed |
| 13 | +- Simplified `Translator::parseLocale()` method ([#13244](https://github.com/laravel/framework/pull/13244)) |
| 14 | +- Simplified `Builder::shouldRunExistsQuery()` method ([#13321](https://github.com/laravel/framework/pull/13321)) |
| 15 | +- Use `Gate` contract instead of Facade ([#13260](https://github.com/laravel/framework/pull/13260)) |
| 16 | +- Return result in `SoftDeletes::forceDelete()` ([#13272](https://github.com/laravel/framework/pull/13272)) |
| 17 | + |
| 18 | +### Fixed |
| 19 | +- Fixed BCC for SparkPost ([#13237](https://github.com/laravel/framework/pull/13237)) |
| 20 | +- Use Carbon for everything time related in `DatabaseTokenRepository` ([#13234](https://github.com/laravel/framework/pull/13234)) |
| 21 | +- Fixed an issue with `data_set()` affecting the Validator ([#13224](https://github.com/laravel/framework/pull/13224)) |
| 22 | +- Fixed setting nested namespaces with `app:name` command ([#13208](https://github.com/laravel/framework/pull/13208)) |
| 23 | +- Decode base64 encoded keys before using it in `PasswordBrokerManager` ([#13270](https://github.com/laravel/framework/pull/13270)) |
| 24 | +- Prevented race condition in `RateLimiter` ([#13283](https://github.com/laravel/framework/pull/13283)) |
| 25 | +- Use `DIRECTORY_SEPARATOR` to create path for migrations ([#13254](https://github.com/laravel/framework/pull/13254)) |
| 26 | +- Fixed adding implicit rules via `sometimes()` method ([#12976](https://github.com/laravel/framework/pull/12976)) |
| 27 | +- Fixed `Schema::hasTable()` when using PostgreSQL ([#13008](https://github.com/laravel/framework/pull/13008)) |
| 28 | +- Allow `seeAuthenticatedAs()` to be called with any user object ([#13308](https://github.com/laravel/framework/pull/13308)) |
| 29 | + |
| 30 | +### Removed |
| 31 | +- Removed unused base64 decoding from `Encrypter` ([#13291](https://github.com/laravel/framework/pull/13291)) |
| 32 | + |
| 33 | + |
3 | 34 | ## v5.2.30 (2016-04-19) |
4 | 35 |
|
5 | 36 | ### Added |
|
11 | 42 | - Adding alias for `FailedJobProviderInterface` ([#13088](https://github.com/laravel/framework/pull/13088)) |
12 | 43 | - Allow console commands registering from `Kernel` class ([#13097](https://github.com/laravel/framework/pull/13097)) |
13 | 44 | - Added the ability to get routes keyed by method ([#13146](https://github.com/laravel/framework/pull/13146)) |
14 | | -- Added PostgreSQL specific operators for `jsonb` type ([13161](https://github.com/laravel/framework/pull/13161)) |
| 45 | +- Added PostgreSQL specific operators for `jsonb` type ([#13161](https://github.com/laravel/framework/pull/13161)) |
15 | 46 | - Added `makeHidden()` method to the Eloquent collection ([#13152](https://github.com/laravel/framework/pull/13152)) |
16 | 47 | - Added `intersect()` method to `Request` ([#13167](https://github.com/laravel/framework/pull/13167)) |
17 | 48 | - Allow disabling of model observers in tests ([#13178](https://github.com/laravel/framework/pull/13178)) |
|
23 | 54 | - Refresh `remember_token` when resetting password ([#13016](https://github.com/laravel/framework/pull/13016)) |
24 | 55 | - Use multibyte string functions in `Str` class ([#12953](https://github.com/laravel/framework/pull/12953)) |
25 | 56 | - Use CloudFlare CDN and use SRI checking for assets ([#13044](https://github.com/laravel/framework/pull/13044)) |
26 | | -- Enabling array on method has() ([]()) |
| 57 | +- Enabling array on method has() ([#13028](https://github.com/laravel/framework/pull/13028)) |
27 | 58 | - Allow unix timestamps to be numeric in `Validator` ([da62677](https://git.io/vVi3M)) |
28 | 59 | - Reverted forcing middleware uniqueness ([#13075](https://github.com/laravel/framework/pull/13075)) |
29 | 60 | - Forget keys that contain periods ([#13121](https://github.com/laravel/framework/pull/13121)) |
|
0 commit comments