|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All notable changes to `cybercog/laravel-optimus` will be documented in this file. |
| 3 | +All notable changes to `cybercog/laravel-optimus` are documented in [Laravel Optimus releases] page. |
4 | 4 |
|
5 |
| -## [Unreleased] |
6 |
| - |
7 |
| -## [3.11.0] - 2024-03-09 |
8 |
| - |
9 |
| -### Added |
10 |
| - |
11 |
| -- ([#41]) Added Laravel 11 support |
12 |
| - |
13 |
| -## [3.10.0] - 2023-09-13 |
14 |
| - |
15 |
| -### Added |
16 |
| - |
17 |
| -- ([#38]) Support Route Scope Binding |
18 |
| - |
19 |
| -## [3.9.0] - 2023-03-01 |
20 |
| - |
21 |
| -### Added |
22 |
| - |
23 |
| -- ([#35]) Added Laravel 10 support |
24 |
| - |
25 |
| -### Removed |
26 |
| - |
27 |
| -- ([#35]) Dropped Laravel 5.5 support |
28 |
| -- ([#35]) Dropped Laravel 5.6 support |
29 |
| -- ([#35]) Dropped Laravel 5.7 support |
30 |
| -- ([#35]) Dropped Laravel 5.8 support |
31 |
| -- ([#35]) Dropped Laravel 6 support |
32 |
| -- ([#35]) Dropped Laravel 7 support |
33 |
| -- ([#35]) Dropped PHP 7.1 support |
34 |
| -- ([#35]) Dropped PHP 7.2 support |
35 |
| -- ([#35]) Dropped PHP 7.3 support |
36 |
| - |
37 |
| -## [3.8.0] - 2022-02-11 |
38 |
| - |
39 |
| -### Added |
40 |
| - |
41 |
| -- ([#32]) Added Laravel 9 support |
42 |
| - |
43 |
| -## [3.7.0] - 2021-05-26 |
44 |
| - |
45 |
| -### Added |
46 |
| - |
47 |
| -- ([#30]) Added custom route key support |
48 |
| -- ([#31]) Added default custom route key support |
49 |
| - |
50 |
| -## [3.6.0] - 2020-12-31 |
51 |
| - |
52 |
| -### Added |
53 |
| - |
54 |
| -- ([#27]) PHP 8.x support |
55 |
| - |
56 |
| -## [3.5.0] - 2020-09-09 |
57 |
| - |
58 |
| -### Added |
59 |
| - |
60 |
| -- ([#25]) Laravel 8.x support |
61 |
| - |
62 |
| -## [3.4.2] - 2020-03-06 |
63 |
| - |
64 |
| -### Added |
65 |
| - |
66 |
| -- ([#23]) Laravel 7.x support |
67 |
| - |
68 |
| -## [3.4.1] - 2020-02-29 |
69 |
| - |
70 |
| -## Fixed |
71 |
| - |
72 |
| -- ([#22]) Handle string route values in `resolveRouteBinding` method |
73 |
| - |
74 |
| -## [3.4.0] - 2019-09-04 |
75 |
| - |
76 |
| -### Added |
77 |
| - |
78 |
| -- ([#20]) Laravel 6 support |
79 |
| - |
80 |
| -## [3.3.0] - 2019-02-26 |
81 |
| - |
82 |
| -### Added |
83 |
| - |
84 |
| -- ([#15]) Laravel 5.8 support |
85 |
| - |
86 |
| -## [3.2.0] - 2018-11-10 |
87 |
| - |
88 |
| -### Fixed |
89 |
| - |
90 |
| -- ([#14]) Fixed Lumen support in `OptimusEncodedRouteKey` trait |
91 |
| - |
92 |
| -## [3.1.0] - 2017-09-09 |
93 |
| - |
94 |
| -### Added |
95 |
| - |
96 |
| -- ([#13]) Laravel 5.7 support |
97 |
| - |
98 |
| -## [3.0.0] - 2017-02-14 |
99 |
| - |
100 |
| -### Added |
101 |
| - |
102 |
| -- ([#11]) Laravel 5.6 support |
103 |
| - |
104 |
| -### Changed |
105 |
| - |
106 |
| -- ([#11]) Minimum PHP required 7.1.3 because of manager dependency |
107 |
| - |
108 |
| -### Removed |
109 |
| - |
110 |
| -- ([#11]) Dropped support of Laravel lower than 5.5 |
111 |
| - |
112 |
| -## [2.1.0] - 2017-10-16 |
113 |
| - |
114 |
| -### Added |
115 |
| - |
116 |
| -- ([#6]) Implicit route model binding |
117 |
| - |
118 |
| -## [2.0.0] - 2017-09-09 |
119 |
| - |
120 |
| -### Added |
121 |
| - |
122 |
| -- Laravel 5.5 support |
123 |
| -- Service provider and facade auto-discovery |
124 |
| - |
125 |
| -### Changed |
126 |
| - |
127 |
| -- Namespace `Cog\Optimus` renamed to `Cog\Laravel\Optimus` |
128 |
| - |
129 |
| -## 1.0.0 - 2017-01-01 |
130 |
| - |
131 |
| -Initial release |
132 |
| - |
133 |
| -[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.11.0...master |
134 |
| -[3.11.0]: https://github.com/cybercog/laravel-optimus/compare/3.10.0...3.11.0 |
135 |
| -[3.10.0]: https://github.com/cybercog/laravel-optimus/compare/3.9.0...3.10.0 |
136 |
| -[3.9.0]: https://github.com/cybercog/laravel-optimus/compare/3.8.0...3.9.0 |
137 |
| -[3.8.0]: https://github.com/cybercog/laravel-optimus/compare/3.7.0...3.8.0 |
138 |
| -[3.7.0]: https://github.com/cybercog/laravel-optimus/compare/3.6.0...3.7.0 |
139 |
| -[3.6.0]: https://github.com/cybercog/laravel-optimus/compare/3.5.0...3.6.0 |
140 |
| -[3.5.0]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...3.5.0 |
141 |
| -[3.4.2]: https://github.com/cybercog/laravel-optimus/compare/3.4.1...3.4.2 |
142 |
| -[3.4.1]: https://github.com/cybercog/laravel-optimus/compare/3.4.0...3.4.1 |
143 |
| -[3.4.0]: https://github.com/cybercog/laravel-optimus/compare/3.3.0...3.4.0 |
144 |
| -[3.3.0]: https://github.com/cybercog/laravel-optimus/compare/3.2.0...3.3.0 |
145 |
| -[3.2.0]: https://github.com/cybercog/laravel-optimus/compare/3.1.0...3.2.0 |
146 |
| -[3.1.0]: https://github.com/cybercog/laravel-optimus/compare/3.0.0...3.1.0 |
147 |
| -[3.0.0]: https://github.com/cybercog/laravel-optimus/compare/2.1.0...3.0.0 |
148 |
| -[2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0 |
149 |
| -[2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0 |
150 |
| - |
151 |
| -[#41]: https://github.com/cybercog/laravel-optimus/pull/41 |
152 |
| -[#38]: https://github.com/cybercog/laravel-optimus/pull/38 |
153 |
| -[#35]: https://github.com/cybercog/laravel-optimus/pull/35 |
154 |
| -[#32]: https://github.com/cybercog/laravel-optimus/pull/32 |
155 |
| -[#31]: https://github.com/cybercog/laravel-optimus/pull/31 |
156 |
| -[#30]: https://github.com/cybercog/laravel-optimus/pull/30 |
157 |
| -[#27]: https://github.com/cybercog/laravel-optimus/pull/27 |
158 |
| -[#25]: https://github.com/cybercog/laravel-optimus/pull/25 |
159 |
| -[#23]: https://github.com/cybercog/laravel-optimus/pull/23 |
160 |
| -[#22]: https://github.com/cybercog/laravel-optimus/pull/22 |
161 |
| -[#20]: https://github.com/cybercog/laravel-optimus/pull/20 |
162 |
| -[#15]: https://github.com/cybercog/laravel-optimus/pull/15 |
163 |
| -[#14]: https://github.com/cybercog/laravel-optimus/pull/14 |
164 |
| -[#13]: https://github.com/cybercog/laravel-optimus/pull/13 |
165 |
| -[#11]: https://github.com/cybercog/laravel-optimus/pull/11 |
166 |
| -[#6]: https://github.com/cybercog/laravel-optimus/pull/6 |
| 5 | +[Laravel Optimus releases]: https://github.com/cybercog/laravel-optimus/releases |
0 commit comments