|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## [2.0.0] - 2025-10-05 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- [**breaking**] Change default behavior to instance methods and replace --i with --s flag |
| 10 | +**BREAKING CHANGE:** Default method generation changed from static to instance methods. |
| 11 | +**Changes:** - Replaced --i flag with --s flag for static method generation |
| 12 | +- Default generated actions are now instance methods (non-static) |
| 13 | +- Removed method_static configuration option from config file |
| 14 | +- Updated all flag combinations to use 's' instead of 'i' |
| 15 | +- Updated documentation and examples to reflect new behavior |
| 16 | +- Updated all tests to match new default behavior |
| 17 | + |
| 18 | +Migration guide for v1.x users: |
| 19 | +1. Replace any usage of --i flag with --s flag in your scripts |
| 20 | +2. Remove 'method_static' from config/laravel-actions.php if present |
| 21 | +3. Be aware that new actions will be instance methods by default |
| 22 | +4. Existing generated actions are not affected and will continue to work |
| 23 | + |
| 24 | + |
5 | 25 | ## [1.7.0] - 2025-09-27
|
6 | 26 |
|
7 | 27 | ### 🚀 Features
|
8 | 28 |
|
9 | 29 | - Add option for make method static or a instance
|
10 | 30 |
|
| 31 | + |
11 | 32 | ### 📚 Documentation
|
12 | 33 |
|
13 | 34 | - Add information about new features and options
|
14 | 35 |
|
| 36 | + |
15 | 37 | ## [1.6.1] - 2025-09-09
|
16 | 38 |
|
17 | 39 | ### 🐛 Bug Fixes
|
18 | 40 |
|
19 | 41 | - Fix test with the correct artisan command actions:list
|
20 | 42 |
|
| 43 | + |
21 | 44 | ## [1.6.0] - 2025-09-09
|
22 | 45 |
|
23 | 46 | ### 🚀 Features
|
24 | 47 |
|
25 | 48 | - Add command to list the actions
|
26 | 49 |
|
| 50 | + |
27 | 51 | ### 📚 Documentation
|
28 | 52 |
|
29 | 53 | - Update Readme with php artisan actions:list command information
|
30 | 54 |
|
| 55 | + |
31 | 56 | ## [1.5.1] - 2025-08-30
|
32 | 57 |
|
33 | 58 | ### ⚙️ Miscellaneous Tasks
|
34 | 59 |
|
35 | 60 | - Add badge status in the package readme
|
36 | 61 |
|
| 62 | + |
37 | 63 | ### 🏗️ Build
|
38 | 64 |
|
39 | 65 | - Add actions for test package in github
|
40 | 66 |
|
| 67 | + |
41 | 68 | ## [1.5.0] - 2025-08-30
|
42 | 69 |
|
43 | 70 | ### 🚀 Features
|
44 | 71 |
|
45 | 72 | - Add request injection
|
46 | 73 |
|
| 74 | + |
47 | 75 | ## [1.4.3] - 2025-08-30
|
48 | 76 |
|
49 | 77 | ### 🐛 Bug Fixes
|
50 | 78 |
|
51 | 79 | - Delete PhpDocs for params
|
| 80 | + |
52 | 81 | - Delete use Throw
|
53 | 82 |
|
| 83 | + |
54 | 84 | ## [1.4.2] - 2025-08-29
|
55 | 85 |
|
56 | 86 | ### 📚 Documentation
|
57 | 87 |
|
58 | 88 | - Improve readme.md file
|
59 | 89 |
|
| 90 | + |
60 | 91 | ## [1.4.1] - 2025-08-28
|
61 | 92 |
|
62 | 93 | ### 🚜 Refactor
|
63 | 94 |
|
64 | 95 | - Refactor MakeActionCommand class
|
65 | 96 |
|
| 97 | + |
66 | 98 | ## [1.4.0] - 2025-08-28
|
67 | 99 |
|
68 | 100 | ### 🚀 Features
|
69 | 101 |
|
70 | 102 | - Implement comprehensive security enhancements
|
71 | 103 |
|
| 104 | + |
72 | 105 | ## [1.3.0] - 2025-07-23
|
73 | 106 |
|
74 | 107 | ### 🚀 Features
|
75 | 108 |
|
76 | 109 | - New configuration for method name
|
77 | 110 |
|
| 111 | + |
78 | 112 | ### 📚 Documentation
|
79 | 113 |
|
80 | 114 | - Document the configuration file in readme
|
81 | 115 |
|
| 116 | + |
82 | 117 | ### ⚙️ Miscellaneous Tasks
|
83 | 118 |
|
84 | 119 | - *(release)* Version 1.3.0
|
85 | 120 |
|
| 121 | + |
86 | 122 | ## [1.2.5] - 2025-07-17
|
87 | 123 |
|
88 | 124 | ### 📚 Documentation
|
89 | 125 |
|
90 | 126 | - Add dev keyword
|
| 127 | + |
91 | 128 | - Specify php versions
|
92 | 129 |
|
| 130 | + |
93 | 131 | ### ⚙️ Miscellaneous Tasks
|
94 | 132 |
|
95 | 133 | - *(release)* Version 1.2.5
|
96 | 134 |
|
| 135 | + |
97 | 136 | ## [1.2.4] - 2025-07-15
|
98 | 137 |
|
99 | 138 | ### 🐛 Bug Fixes
|
100 | 139 |
|
101 | 140 | - Add composer-require-dev: true
|
102 | 141 |
|
| 142 | + |
103 | 143 | ## [1.2.3] - 2025-07-14
|
104 | 144 |
|
105 | 145 | ### 📚 Documentation
|
106 | 146 |
|
107 | 147 | - Update the readme file
|
108 | 148 |
|
| 149 | + |
109 | 150 | ### ⚙️ Miscellaneous Tasks
|
110 | 151 |
|
111 | 152 | - Change to final classes
|
| 153 | + |
112 | 154 | - *(release)* Prepare for v1.2.3
|
113 | 155 |
|
| 156 | + |
114 | 157 | ## [1.2.2] - 2025-07-13
|
115 | 158 |
|
116 | 159 | ### 🐛 Bug Fixes
|
117 | 160 |
|
118 | 161 | - Minimum stability
|
119 | 162 |
|
| 163 | + |
120 | 164 | ### 💼 Other
|
121 | 165 |
|
122 | 166 | - 1.2.2
|
123 | 167 |
|
| 168 | + |
124 | 169 | ## [1.2.1] - 2025-07-13
|
125 | 170 |
|
126 | 171 | ### 📚 Documentation
|
127 | 172 |
|
128 | 173 | - Add default-require-dev in composer
|
| 174 | + |
129 | 175 | - Update the Changelog to Version:1.2.1
|
130 | 176 |
|
| 177 | + |
131 | 178 | ## [1.2.0] - 2025-07-11
|
132 | 179 |
|
133 | 180 | ### 🚀 Features
|
134 | 181 |
|
135 | 182 | - Add configuration file to change the principal default folder
|
136 | 183 |
|
| 184 | + |
137 | 185 | ### 💼 Other
|
138 | 186 |
|
139 | 187 | - 1.2.0
|
140 | 188 |
|
| 189 | + |
141 | 190 | ### 📚 Documentation
|
142 | 191 |
|
143 | 192 | - Add --dev to banner image
|
| 193 | + |
144 | 194 | - Update the Readme.md adding publish config
|
145 | 195 |
|
| 196 | + |
146 | 197 | ### 🧪 Testing
|
147 | 198 |
|
148 | 199 | - Add test for new features
|
149 | 200 |
|
| 201 | + |
150 | 202 | ## [1.1.2] - 2025-07-10
|
151 | 203 |
|
152 | 204 | ### 💼 Other
|
153 | 205 |
|
154 | 206 | - 1.1.2
|
155 | 207 |
|
| 208 | + |
156 | 209 | ### 📚 Documentation
|
157 | 210 |
|
158 | 211 | - Change banner image
|
159 | 212 |
|
| 213 | + |
160 | 214 | ## [1.1.1] - 2025-07-09
|
161 | 215 |
|
162 | 216 | ### 🐛 Bug Fixes
|
163 | 217 |
|
164 | 218 | - Change minimum stability to dev
|
165 | 219 |
|
| 220 | + |
166 | 221 | ### 💼 Other
|
167 | 222 |
|
168 | 223 | - 1.1.1
|
169 | 224 |
|
| 225 | + |
170 | 226 | ## [1.1.0] - 2025-07-07
|
171 | 227 |
|
172 | 228 | ### 🚀 Features
|
173 | 229 |
|
174 | 230 | - Can make more than one subfolder
|
175 | 231 |
|
| 232 | + |
176 | 233 | ### 💼 Other
|
177 | 234 |
|
178 | 235 | - 1.1.0
|
179 | 236 |
|
| 237 | + |
180 | 238 | ## [1.0.1] - 2025-07-06
|
181 | 239 |
|
182 | 240 | ### 💼 Other
|
183 | 241 |
|
184 | 242 | - 1.0.1
|
185 | 243 |
|
| 244 | + |
186 | 245 | ### 📚 Documentation
|
187 | 246 |
|
188 | 247 | - Add --dev to composer require in readme
|
189 | 248 |
|
| 249 | + |
190 | 250 | ## [1.0.0] - 2025-07-06
|
191 | 251 |
|
192 | 252 | ### 💼 Other
|
193 | 253 |
|
194 | 254 | - 1.0.0
|
195 | 255 |
|
| 256 | + |
0 commit comments