|
1 | 1 | Yii Framework 2 apidoc extension Change Log |
2 | 2 | =========================================== |
3 | 3 |
|
4 | | -3.0.8 under development |
| 4 | +3.0.8 November 24, 2025 |
5 | 5 | ----------------------- |
6 | 6 |
|
| 7 | +- Bug #311: Support `nikic/php-parser` v5 (mspirkov) |
| 8 | +- Bug #312: Fix `MarkdownHighlightTrait::highlight()` behavior for PHP 8.3 (mspirkov) |
7 | 9 | - Bug #313: Fix deprecation error `Method deprecated, use ::getParameters()` (mspirkov) |
8 | 10 | - Bug #317: Fix `trim` deprecation errors `Passing null to parameter #1 ($string) of type string is deprecated` (mspirkov) |
9 | 11 | - Bug #318: Fix deprecation errors `mb_convert_encoding(): Handling HTML entities via mbstring is deprecated` (mspirkov) |
10 | | -- Bug #312: Fix `MarkdownHighlightTrait::highlight()` behavior for PHP 8.3 (mspirkov) |
11 | | -- Enh #319, #328: Determining types by type hints for properties, methods and params (mspirkov) |
12 | | -- Enh #320: Expand the list of built-in PHP types (mspirkov) |
13 | | -- Bug #311: Support `nikic/php-parser` v5 (mspirkov) |
14 | 12 | - Bug #324: Raise minimum PHP version to 7.4 (mspirkov) |
15 | 13 | - Bug #325: Fix deprecation errors `The Default value will become of type Expression by default` (mspirkov) |
16 | 14 | - Bug #327: Fix deprecation errors `The expression value will become of type Expression by default` (mspirkov) |
17 | 15 | - Bug #329, #331: Fix getting parameter types from the `@method` annotation (mspirkov) |
18 | | -- Enh #331: Display `mixed` for parameters that do not have PHPDoc annotations or type hints (mspirkov) |
19 | 16 | - Bug #334: Fix PHPDoc annotations throughout the code (mspirkov) |
20 | 17 | - Bug #335: Fix deprecation error `Using null as an array offset is deprecated, use an empty string instead` (mspirkov) |
| 18 | +- Enh #319, #328: Determining types by type hints for properties, methods and params (mspirkov) |
| 19 | +- Enh #320: Expand the list of built-in PHP types (mspirkov) |
| 20 | +- Enh #331: Display `mixed` for parameters that do not have PHPDoc annotations or type hints (mspirkov) |
21 | 21 |
|
22 | 22 |
|
23 | 23 | 3.0.7 February 13, 2025 |
|
0 commit comments