|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/tinker/compare/v2.6.3...master) |
| 3 | +## [Unreleased](https://github.com/laravel/tinker/compare/v2.9.0...master) |
4 | 4 |
|
| 5 | +## [v2.9.0](https://github.com/laravel/tinker/compare/v2.8.2...v2.9.0) - 2024-01-04 |
| 6 | + |
| 7 | +* Update PsySH dependency to v0.12 by [@bobthecow](https://github.com/bobthecow) in https://github.com/laravel/tinker/pull/170 |
| 8 | +* [2.x] Merging develop by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/tinker/pull/171 |
| 9 | + |
| 10 | +## [v2.8.2](https://github.com/laravel/tinker/compare/v2.8.1...v2.8.2) - 2023-08-15 |
| 11 | + |
| 12 | +- [2.x] Adds type checking by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/tinker/pull/160 |
| 13 | +- [2.x] Remove unused `orchestra/testbench` deps by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/tinker/pull/166 |
| 14 | + |
| 15 | +## [v2.8.1](https://github.com/laravel/tinker/compare/v2.8.0...v2.8.1) - 2023-02-15 |
| 16 | + |
| 17 | +- Cast ProcessResult objects by @mpociot in https://github.com/laravel/tinker/pull/159 |
| 18 | + |
| 19 | +## [v2.8.0](https://github.com/laravel/tinker/compare/v2.7.3...v2.8.0) - 2023-01-10 |
| 20 | + |
| 21 | +### Added |
| 22 | + |
| 23 | +- Laravel v10 support |
| 24 | + |
| 25 | +## [v2.7.3](https://github.com/laravel/tinker/compare/v2.7.2...v2.7.3) - 2022-11-09 |
| 26 | + |
| 27 | +### Changed |
| 28 | + |
| 29 | +- Set raw output when using `--execute` by @innocenzi in https://github.com/laravel/tinker/pull/155 |
| 30 | + |
| 31 | +## [v2.7.2](https://github.com/laravel/tinker/compare/v2.7.1...v2.7.2) - 2022-03-23 |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Add Laravel app instance to command by @driesvints in https://github.com/laravel/tinker/pull/146 |
| 36 | + |
| 37 | +## [v2.7.1](https://github.com/laravel/tinker/compare/v2.7.0...v2.7.1) - 2022-03-15 |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +- Fix command resolving by @driesvints in https://github.com/laravel/tinker/pull/144 and https://github.com/laravel/tinker/commit/1e2d500585a4e546346fadd3adc6f9c1a97e15f4 |
| 42 | + |
| 43 | +## [v2.7.0 (2022-01-12)](https://github.com/laravel/tinker/compare/v2.6.3...v2.7.0) |
| 44 | + |
| 45 | +### Changed |
| 46 | + |
| 47 | +- Laravel 9 and psych v0.11.x support ([#139](https://github.com/laravel/tinker/pull/139)) |
5 | 48 |
|
6 | 49 | ## [v2.6.3 (2021-12-07)](https://github.com/laravel/tinker/compare/v2.6.2...v2.6.3)
|
7 | 50 |
|
8 | 51 | ### Changed
|
9 |
| -- Add `migrate:install` to whitelisted commands ([#137](https://github.com/laravel/tinker/pull/137)) |
10 | 52 |
|
| 53 | +- Add `migrate:install` to whitelisted commands ([#137](https://github.com/laravel/tinker/pull/137)) |
11 | 54 |
|
12 | 55 | ## [v2.6.2 (2021-09-28)](https://github.com/laravel/tinker/compare/v2.6.1...v2.6.2)
|
13 | 56 |
|
14 | 57 | ### Added
|
15 |
| -- Added custom caster support ([#133](https://github.com/laravel/tinker/pull/133)) |
16 | 58 |
|
| 59 | +- Added custom caster support ([#133](https://github.com/laravel/tinker/pull/133)) |
17 | 60 |
|
18 | 61 | ## [v2.6.1 (2021-03-02)](https://github.com/laravel/tinker/compare/v2.6.0...v2.6.1)
|
19 | 62 |
|
20 | 63 | ### Fixed
|
21 |
| -- Display hidden/appended attributes for models ([#123](https://github.com/laravel/tinker/pull/123)) |
22 | 64 |
|
| 65 | +- Display hidden/appended attributes for models ([#123](https://github.com/laravel/tinker/pull/123)) |
23 | 66 |
|
24 | 67 | ## [v2.6.0 (2021-01-26)](https://github.com/laravel/tinker/compare/v2.5.0...v2.6.0)
|
25 | 68 |
|
26 | 69 | ### Added
|
27 |
| -- Add Stringable caster ([#121](https://github.com/laravel/tinker/pull/121)) |
28 | 70 |
|
| 71 | +- Add Stringable caster ([#121](https://github.com/laravel/tinker/pull/121)) |
29 | 72 |
|
30 | 73 | ## [v2.5.0 (2020-10-29)](https://github.com/laravel/tinker/compare/v2.4.2...v2.5.0)
|
31 | 74 |
|
32 | 75 | ### Added
|
33 |
| -- PHP 8 Support ([#116](https://github.com/laravel/tinker/pull/116)) |
34 | 76 |
|
| 77 | +- PHP 8 Support ([#116](https://github.com/laravel/tinker/pull/116)) |
35 | 78 |
|
36 | 79 | ## [v2.4.2 (2020-08-11)](https://github.com/laravel/tinker/compare/v2.4.1...v2.4.2)
|
37 | 80 |
|
38 | 81 | ### Fixed
|
39 |
| -- Fix missing output while using execute option ([#109](https://github.com/laravel/tinker/pull/109)) |
40 | 82 |
|
| 83 | +- Fix missing output while using execute option ([#109](https://github.com/laravel/tinker/pull/109)) |
41 | 84 |
|
42 | 85 | ## [v2.4.1 (2020-07-07)](https://github.com/laravel/tinker/compare/v2.4.0...v2.4.1)
|
43 | 86 |
|
44 | 87 | ### Fixed
|
45 |
| -- Fixed execute not unregistering loader and exit code ([#100](https://github.com/laravel/tinker/pull/100)) |
46 | 88 |
|
| 89 | +- Fixed execute not unregistering loader and exit code ([#100](https://github.com/laravel/tinker/pull/100)) |
47 | 90 |
|
48 | 91 | ## [v2.4.0 (2020-04-07)](https://github.com/laravel/tinker/compare/v2.3.0...v2.4.0)
|
49 | 92 |
|
50 | 93 | ### Changed
|
51 |
| -- Forward input options to psysh ([#98](https://github.com/laravel/tinker/pull/98)) |
52 | 94 |
|
| 95 | +- Forward input options to psysh ([#98](https://github.com/laravel/tinker/pull/98)) |
53 | 96 |
|
54 | 97 | ## [v2.3.0 (2020-03-17)](https://github.com/laravel/tinker/compare/v2.2.0...v2.3.0)
|
55 | 98 |
|
56 | 99 | ### Added
|
| 100 | + |
57 | 101 | - Allow Laravel 8 ([#90](https://github.com/laravel/tinker/pull/90))
|
58 | 102 | - Allow psy/psysh 0.10 ([#95](https://github.com/laravel/tinker/pull/95))
|
59 | 103 |
|
60 |
| - |
61 | 104 | ## [v2.2.0 (2020-02-05)](https://github.com/laravel/tinker/compare/v2.1.0...v2.2.0)
|
62 | 105 |
|
63 | 106 | ### Added
|
| 107 | + |
64 | 108 | - Support vendor class aliasing ([#88](https://github.com/laravel/tinker/pull/88))
|
65 | 109 | - Add `--execute` option to console command ([#89](https://github.com/laravel/tinker/pull/89))
|
66 | 110 |
|
67 |
| - |
68 | 111 | ## [v2.1.0 (2020-01-14)](https://github.com/laravel/tinker/compare/v2.0.0...v2.1.0)
|
69 | 112 |
|
70 | 113 | ### Added
|
71 |
| -- Add `HtmlString` caster ([#87](https://github.com/laravel/tinker/pull/87)) |
72 | 114 |
|
| 115 | +- Add `HtmlString` caster ([#87](https://github.com/laravel/tinker/pull/87)) |
73 | 116 |
|
74 | 117 | ## [v2.0.0 (2019-11-26)](https://github.com/laravel/tinker/compare/v1.0.10...v2.0.0)
|
75 | 118 |
|
76 | 119 | ### Added
|
| 120 | + |
77 | 121 | - Allow Laravel 7 ([#74](https://github.com/laravel/tinker/pull/74))
|
78 | 122 |
|
79 | 123 | ### Changed
|
| 124 | + |
80 | 125 | - Require PHP 7.2 as the new minimum version ([8d6104c](https://github.com/laravel/tinker/commit/8d6104cf50695e3f256d0389626c692e144d946b))
|
81 | 126 | - Allow Symfony 5 ([49982fd](https://github.com/laravel/tinker/commit/49982fd563035025998efe7f32d005bc6da2ce0a))
|
82 | 127 | - Laravel now only check for `DeferrableProvider` ([#81](https://github.com/laravel/tinker/pull/81))
|
83 | 128 |
|
84 | 129 | ### Removed
|
| 130 | + |
85 | 131 | - Drop support for old Psysh versions ([a05922f](https://github.com/laravel/tinker/commit/a05922fa3b959d92efd16defe8e30a9895a69727))
|
86 | 132 | - Drop Symfony 3.x support ([7175b49](https://github.com/laravel/tinker/commit/7175b4931917d507989cda2c753113f71aa18816))
|
87 | 133 | - Drop support for Laravel 5.x ([4f3e609](https://github.com/laravel/tinker/commit/4f3e6098dff7ec4c0eedc5348184838598bc30c8))
|
88 | 134 |
|
89 |
| - |
90 | 135 | ## v1.0.0 (2016-12-30)
|
91 | 136 |
|
92 | 137 | Initial commit.
|
0 commit comments