Skip to content

Commit 68e8b00

Browse files
committed
chore(release): prepare for version:2.0.0
1 parent 5e17708 commit 68e8b00

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

Changelog.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,194 +2,255 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
525
## [1.7.0] - 2025-09-27
626

727
### 🚀 Features
828

929
- Add option for make method static or a instance
1030

31+
1132
### 📚 Documentation
1233

1334
- Add information about new features and options
1435

36+
1537
## [1.6.1] - 2025-09-09
1638

1739
### 🐛 Bug Fixes
1840

1941
- Fix test with the correct artisan command actions:list
2042

43+
2144
## [1.6.0] - 2025-09-09
2245

2346
### 🚀 Features
2447

2548
- Add command to list the actions
2649

50+
2751
### 📚 Documentation
2852

2953
- Update Readme with php artisan actions:list command information
3054

55+
3156
## [1.5.1] - 2025-08-30
3257

3358
### ⚙️ Miscellaneous Tasks
3459

3560
- Add badge status in the package readme
3661

62+
3763
### 🏗️ Build
3864

3965
- Add actions for test package in github
4066

67+
4168
## [1.5.0] - 2025-08-30
4269

4370
### 🚀 Features
4471

4572
- Add request injection
4673

74+
4775
## [1.4.3] - 2025-08-30
4876

4977
### 🐛 Bug Fixes
5078

5179
- Delete PhpDocs for params
80+
5281
- Delete use Throw
5382

83+
5484
## [1.4.2] - 2025-08-29
5585

5686
### 📚 Documentation
5787

5888
- Improve readme.md file
5989

90+
6091
## [1.4.1] - 2025-08-28
6192

6293
### 🚜 Refactor
6394

6495
- Refactor MakeActionCommand class
6596

97+
6698
## [1.4.0] - 2025-08-28
6799

68100
### 🚀 Features
69101

70102
- Implement comprehensive security enhancements
71103

104+
72105
## [1.3.0] - 2025-07-23
73106

74107
### 🚀 Features
75108

76109
- New configuration for method name
77110

111+
78112
### 📚 Documentation
79113

80114
- Document the configuration file in readme
81115

116+
82117
### ⚙️ Miscellaneous Tasks
83118

84119
- *(release)* Version 1.3.0
85120

121+
86122
## [1.2.5] - 2025-07-17
87123

88124
### 📚 Documentation
89125

90126
- Add dev keyword
127+
91128
- Specify php versions
92129

130+
93131
### ⚙️ Miscellaneous Tasks
94132

95133
- *(release)* Version 1.2.5
96134

135+
97136
## [1.2.4] - 2025-07-15
98137

99138
### 🐛 Bug Fixes
100139

101140
- Add composer-require-dev: true
102141

142+
103143
## [1.2.3] - 2025-07-14
104144

105145
### 📚 Documentation
106146

107147
- Update the readme file
108148

149+
109150
### ⚙️ Miscellaneous Tasks
110151

111152
- Change to final classes
153+
112154
- *(release)* Prepare for v1.2.3
113155

156+
114157
## [1.2.2] - 2025-07-13
115158

116159
### 🐛 Bug Fixes
117160

118161
- Minimum stability
119162

163+
120164
### 💼 Other
121165

122166
- 1.2.2
123167

168+
124169
## [1.2.1] - 2025-07-13
125170

126171
### 📚 Documentation
127172

128173
- Add default-require-dev in composer
174+
129175
- Update the Changelog to Version:1.2.1
130176

177+
131178
## [1.2.0] - 2025-07-11
132179

133180
### 🚀 Features
134181

135182
- Add configuration file to change the principal default folder
136183

184+
137185
### 💼 Other
138186

139187
- 1.2.0
140188

189+
141190
### 📚 Documentation
142191

143192
- Add --dev to banner image
193+
144194
- Update the Readme.md adding publish config
145195

196+
146197
### 🧪 Testing
147198

148199
- Add test for new features
149200

201+
150202
## [1.1.2] - 2025-07-10
151203

152204
### 💼 Other
153205

154206
- 1.1.2
155207

208+
156209
### 📚 Documentation
157210

158211
- Change banner image
159212

213+
160214
## [1.1.1] - 2025-07-09
161215

162216
### 🐛 Bug Fixes
163217

164218
- Change minimum stability to dev
165219

220+
166221
### 💼 Other
167222

168223
- 1.1.1
169224

225+
170226
## [1.1.0] - 2025-07-07
171227

172228
### 🚀 Features
173229

174230
- Can make more than one subfolder
175231

232+
176233
### 💼 Other
177234

178235
- 1.1.0
179236

237+
180238
## [1.0.1] - 2025-07-06
181239

182240
### 💼 Other
183241

184242
- 1.0.1
185243

244+
186245
### 📚 Documentation
187246

188247
- Add --dev to composer require in readme
189248

249+
190250
## [1.0.0] - 2025-07-06
191251

192252
### 💼 Other
193253

194254
- 1.0.0
195255

256+

0 commit comments

Comments
 (0)