|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.10.0...master) |
| 5 | +[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.11.0...master) |
6 | 6 | --------------
|
7 | 7 | ### Added
|
8 |
| -- Add support for Laravel 8.77 Attributes [\#1289 / SimonJnsson](https://github.com/barryvdh/laravel-ide-helper/pull/1289) |
| 8 | +- Add support for custom casts that using `Castable` [#1287 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1287) |
9 | 9 |
|
| 10 | +2022-01-03, 2.11.0 |
| 11 | +------------------ |
10 | 12 | ### Added
|
| 13 | +- Add support for Laravel 8.77 Attributes [\#1289 / SimonJnsson](https://github.com/barryvdh/laravel-ide-helper/pull/1289) |
11 | 14 | - Add support for cast types `decimal:*`, `encrypted:*`, `immutable_date`, `immutable_datetime`, `custom_datetime`, and `immutable_custom_datetime` [#1262 / miken32](https://github.com/barryvdh/laravel-ide-helper/pull/1262)
|
12 |
| -- Add support for custom casts that using `Castable` [#1287 / binotaliu](https://github.com/barryvdh/laravel-ide-helper/pull/1287) |
| 15 | +- Add support of variadic parameters in `ide-helper:models` [\#1234 / shaffe-fr](https://github.com/barryvdh/laravel-ide-helper/pull/1234) |
| 16 | +- Add support of custom casts without properties [\#1267 / sparclex](https://github.com/barryvdh/laravel-ide-helper/pull/1267) |
13 | 17 |
|
14 | 18 | ### Fixed
|
15 | 19 | - Fix recursively searching for `HasFactory` and `Macroable` traits [\#1216 / daniel-de-wit](https://github.com/barryvdh/laravel-ide-helper/pull/1216)
|
16 |
| - |
17 |
| -### Fixed |
18 | 20 | - Use platformName to determine db type when casting boolean types [\#1212 / stockalexander](https://github.com/barryvdh/laravel-ide-helper/pull/1212)
|
19 | 21 |
|
20 |
| -### Added |
21 |
| -- Add support of variadic parameters in `ide-helper:models` [\#1234 / shaffe-fr](https://github.com/barryvdh/laravel-ide-helper/pull/1234) |
22 |
| -- Add support of custom casts without properties [\#1267 / sparclex](https://github.com/barryvdh/laravel-ide-helper/pull/1267) |
23 |
| - |
24 | 22 | ### Changed
|
25 | 23 | - Move default models helper filename to config [\#1241 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1241)
|
26 | 24 |
|
27 | 25 | 2021-06-18, 2.10.1
|
28 | 26 | ------------------
|
29 | 27 | ### Added
|
30 |
| -- Added Type registration according to [Custom Mapping Types documentation](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types) |
| 28 | +- Added Type registration according to [Custom Mapping Types documentation](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types) [\#1228 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1241) |
31 | 29 |
|
32 | 30 | ### Fixed
|
33 |
| -- Fixing issue where configured custom_db_types could cause a DBAL exception to be thrown while running `ide-helper:models` |
| 31 | +- Fixing issue where configured custom_db_types could cause a DBAL exception to be thrown while running `ide-helper:models` [\#1228 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1241) |
34 | 32 |
|
35 | 33 | 2021-04-09, 2.10.0
|
36 | 34 | ------------------
|
|
0 commit comments