Skip to content

Commit 968edb2

Browse files
committed
docs: updates changelog
1 parent 85f7de5 commit 968edb2

File tree

1 file changed

+271
-0
lines changed

1 file changed

+271
-0
lines changed

CHANGELOG.md

Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
# Release Notes
2+
3+
## [Unreleased](https://github.com/laravel/boost/compare/v1.1.5...main)
4+
5+
## [v1.2.0](https://github.com/laravel/boost/compare/v1.1.5...v1.2.0) - 2025-09-18
6+
7+
* uses latest version of laravel mcp
8+
9+
## [v1.1.5](https://github.com/laravel/boost/compare/v1.1.4...v1.1.5) - 2025-09-18
10+
11+
### What's Changed
12+
13+
* docs: README: light/dark mode logo by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/148
14+
* ci: remove unneeded SSH keys now MCP package is public by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/255
15+
* fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines by [@mohammedyh](https://github.com/mohammedyh) in https://github.com/laravel/boost/pull/261
16+
* fix: correct syntax in Tailwind v4 import code snippet by [@mr-chetan](https://github.com/mr-chetan) in https://github.com/laravel/boost/pull/221
17+
* tests: convert multiple expectations into chain by [@felipeArnold](https://github.com/felipeArnold) in https://github.com/laravel/boost/pull/232
18+
* Add Codex Guideline Support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/258
19+
* Update scroll value for Agent selection box by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/262
20+
* Add support for Vite CSP nonce by [@nckrtl](https://github.com/nckrtl) in https://github.com/laravel/boost/pull/142
21+
22+
### New Contributors
23+
24+
* [@mohammedyh](https://github.com/mohammedyh) made their first contribution in https://github.com/laravel/boost/pull/261
25+
* [@mr-chetan](https://github.com/mr-chetan) made their first contribution in https://github.com/laravel/boost/pull/221
26+
* [@nckrtl](https://github.com/nckrtl) made their first contribution in https://github.com/laravel/boost/pull/142
27+
28+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.4...v1.1.5
29+
30+
## [v1.1.4](https://github.com/laravel/boost/compare/v1.1.3...v1.1.4) - 2025-09-04
31+
32+
### What's Changed
33+
34+
* feat: add windows to tests CI check by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/244
35+
36+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.3...v1.1.4
37+
38+
## [v1.1.3](https://github.com/laravel/boost/compare/v1.1.2...v1.1.3) - 2025-09-04
39+
40+
### What's Changed
41+
42+
* fix: package priorities should work on php8.1 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/243
43+
44+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.2...v1.1.3
45+
46+
## [v1.1.2](https://github.com/laravel/boost/compare/v1.1.1...v1.1.2) - 2025-09-04
47+
48+
### What's Changed
49+
50+
* feat: add package priority guideline inclusion by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/242
51+
52+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.1...v1.1.2
53+
54+
## [v1.1.1](https://github.com/laravel/boost/compare/v1.1.0...v1.1.1) - 2025-09-04
55+
56+
### What's Changed
57+
58+
* Add strict types declaration in Inertia.php by [@felipeArnold](https://github.com/felipeArnold) in https://github.com/laravel/boost/pull/229
59+
* feat: update roster requirement, fixes #237 now phpunit will be detected by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/239
60+
61+
### New Contributors
62+
63+
* [@felipeArnold](https://github.com/felipeArnold) made their first contribution in https://github.com/laravel/boost/pull/229
64+
65+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.0...v1.1.1
66+
67+
## [v1.1.0](https://github.com/laravel/boost/compare/v1.0.21...v1.1.0) - 2025-09-04
68+
69+
### What's Changed
70+
71+
* Always-on process isolation: eliminate conditional complexity by [@andreilungeanu](https://github.com/andreilungeanu) in https://github.com/laravel/boost/pull/184
72+
73+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.21...v1.1.0
74+
75+
## [v1.0.21](https://github.com/laravel/boost/compare/v1.0.20...v1.0.21) - 2025-09-03
76+
77+
### What's Changed
78+
79+
* Fix random 'parse error' when running test suite by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/223
80+
* Clarify ListRoutes name parameter description for better tool calling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/182
81+
* Streamline ToolResult assertions in tests by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/225
82+
* Allow guideline overriding by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/219
83+
84+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.20...v1.0.21
85+
86+
## [v1.0.20](https://github.com/laravel/boost/compare/v1.0.19...v1.0.20) - 2025-08-28
87+
88+
### What's Changed
89+
90+
* fix: defer InjectBoost middleware registration until app is booted by [@Sairahcaz](https://github.com/Sairahcaz) in https://github.com/laravel/boost/pull/172
91+
* feat: add robust MCP file configuration writer by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/204
92+
* Feat: Detect env changes by default, fixes 130 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/217
93+
94+
### New Contributors
95+
96+
* [@Sairahcaz](https://github.com/Sairahcaz) made their first contribution in https://github.com/laravel/boost/pull/172
97+
98+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.19...v1.0.20
99+
100+
## [v1.0.19](https://github.com/laravel/boost/compare/v1.0.18...v1.0.19) - 2025-08-27
101+
102+
### What's Changed
103+
104+
* Refactor creating laravel application instance using Testbench by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/boost/pull/127
105+
* Fix Tailwind CSS title on README.md for consistency by [@xavizera](https://github.com/xavizera) in https://github.com/laravel/boost/pull/159
106+
* feat: don't run Boost during testing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/144
107+
* Hide Internal Command `ExecuteToolCommand.php` from Artisan List by [@yitzwillroth](https://github.com/yitzwillroth) in https://github.com/laravel/boost/pull/155
108+
* chore: removes non necessary php version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/166
109+
* chore: removes non necessary pint version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/167
110+
* Do not autoload classes while boost:install by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/180
111+
* fix: prevent unwanted "null" file creation on Windows during installation by [@andreilungeanu](https://github.com/andreilungeanu) in https://github.com/laravel/boost/pull/189
112+
* Improve `InjectBoost` middleware for response-type handling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/179
113+
* docs: README: Add Nova 4.x and 5.x by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/213
114+
* refactor: change ./artisan to artisan by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/214
115+
* feat: guidelines: add Inertia form guidelines by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/211
116+
117+
### New Contributors
118+
119+
* [@crynobone](https://github.com/crynobone) made their first contribution in https://github.com/laravel/boost/pull/127
120+
* [@xavizera](https://github.com/xavizera) made their first contribution in https://github.com/laravel/boost/pull/159
121+
* [@nunomaduro](https://github.com/nunomaduro) made their first contribution in https://github.com/laravel/boost/pull/166
122+
* [@andreilungeanu](https://github.com/andreilungeanu) made their first contribution in https://github.com/laravel/boost/pull/189
123+
124+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.18...v1.0.19
125+
126+
## [v1.0.18](https://github.com/laravel/boost/compare/v1.0.17...v1.0.18) - 2025-08-16
127+
128+
### What's Changed
129+
130+
* fix: Prevent install command from breaking when `/tests` doesn't exist by [@sagalbot](https://github.com/sagalbot) in https://github.com/laravel/boost/pull/93
131+
* [1.x] Add enabled option to `config/boost.php`. by [@xiCO2k](https://github.com/xiCO2k) in https://github.com/laravel/boost/pull/143
132+
133+
### New Contributors
134+
135+
* [@sagalbot](https://github.com/sagalbot) made their first contribution in https://github.com/laravel/boost/pull/93
136+
* [@xiCO2k](https://github.com/xiCO2k) made their first contribution in https://github.com/laravel/boost/pull/143
137+
138+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.17...v1.0.18
139+
140+
## [v1.0.17](https://github.com/laravel/boost/compare/v1.0.16...v1.0.17) - 2025-08-14
141+
142+
### What's Changed
143+
144+
* Fix: Replace APP_DEBUG with environment-based gating by [@eduardocruz](https://github.com/eduardocruz) in https://github.com/laravel/boost/pull/90
145+
146+
### New Contributors
147+
148+
* [@eduardocruz](https://github.com/eduardocruz) made their first contribution in https://github.com/laravel/boost/pull/90
149+
150+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.16...v1.0.17
151+
152+
## [v1.0.16](https://github.com/laravel/boost/compare/v1.0.15...v1.0.16) - 2025-08-14
153+
154+
### What's Changed
155+
156+
* refactor: streamline path resolution and simplify the MCP client interface by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/111
157+
* Fix PHPStorm using absolute paths by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/109
158+
159+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.15...v1.0.16
160+
161+
## [v1.0.15](https://github.com/laravel/boost/compare/v1.0.14...v1.0.15) - 2025-08-14
162+
163+
### What's Changed
164+
165+
* fixes #67 by only finding files that begin with an uppercase letter by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/116
166+
167+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.14...v1.0.15
168+
169+
## [v1.0.14](https://github.com/laravel/boost/compare/v1.0.13...v1.0.14) - 2025-08-14
170+
171+
### What's Changed
172+
173+
* Fixes #85 by adding verbatim to flux component example by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/114
174+
175+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.13...v1.0.14
176+
177+
## [v1.0.13](https://github.com/laravel/boost/compare/v1.0.12...v1.0.13) - 2025-08-14
178+
179+
### What's Changed
180+
181+
* Fix volt blade parsing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/112
182+
183+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.12...v1.0.13
184+
185+
## [v1.0.12](https://github.com/laravel/boost/compare/v1.0.11...v1.0.12) - 2025-08-14
186+
187+
### What's Changed
188+
189+
* tool: tinker: try to nudge away from creating test users ahead of time by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/108
190+
191+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.11...v1.0.12
192+
193+
## [v1.0.11](https://github.com/laravel/boost/compare/v1.0.10...v1.0.11) - 2025-08-14
194+
195+
### What's Changed
196+
197+
* tools: report-feedback: strengthen language on privacy by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/103
198+
199+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.10...v1.0.11
200+
201+
## [v1.0.10](https://github.com/laravel/boost/compare/v1.0.9...v1.0.10) - 2025-08-14
202+
203+
### What's Changed
204+
205+
* fixes #70 - make sure foundational rules are composed by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/84
206+
* Update the bug report template's system info section by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/98
207+
* Update Filament Guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/35
208+
* Fix: Prevent autoloading non class-like files during discovery to avoid "FatalError: Cannot redeclare function" by [@zdearo](https://github.com/zdearo) in https://github.com/laravel/boost/pull/99
209+
210+
### New Contributors
211+
212+
* [@zdearo](https://github.com/zdearo) made their first contribution in https://github.com/laravel/boost/pull/99
213+
214+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.9...v1.0.10
215+
216+
## [v1.0.9](https://github.com/laravel/boost/compare/v1.0.8...v1.0.9) - 2025-08-13
217+
218+
### What's Changed
219+
220+
* fixes #80 - install Boost MCP into Claude via file instead of shell by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/82
221+
222+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.8...v1.0.9
223+
224+
## [v1.0.8](https://github.com/laravel/boost/compare/v1.0.3...v1.0.8) - 2025-08-13
225+
226+
### What's Changed
227+
228+
* fixes #80 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/81
229+
230+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.7...v1.0.8
231+
232+
## [v1.0.3](https://github.com/laravel/boost/compare/v1.0.2...v1.0.3) - 2025-08-13
233+
234+
### What's Changed
235+
236+
* Update Pint Guideline to Use `--dirty` Flag by [@yitzwillroth](https://github.com/yitzwillroth) in https://github.com/laravel/boost/pull/43
237+
* docs: README: add filament by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/58
238+
* Fix Herd detection by [@mpociot](https://github.com/mpociot) in https://github.com/laravel/boost/pull/61
239+
* fix #49: disable boost inject if HTML isn't expected by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/60
240+
241+
### New Contributors
242+
243+
* [@yitzwillroth](https://github.com/yitzwillroth) made their first contribution in https://github.com/laravel/boost/pull/43
244+
* [@mpociot](https://github.com/mpociot) made their first contribution in https://github.com/laravel/boost/pull/61
245+
246+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.2...v1.0.3
247+
248+
## [v1.0.2](https://github.com/laravel/boost/compare/v1.0.1...v1.0.2) - 2025-08-13
249+
250+
### What's Changed
251+
252+
* update laravel/roster version by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/42
253+
* Update core.blade.php by [@meatpaste](https://github.com/meatpaste) in https://github.com/laravel/boost/pull/41
254+
255+
### New Contributors
256+
257+
* [@meatpaste](https://github.com/meatpaste) made their first contribution in https://github.com/laravel/boost/pull/41
258+
259+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.1...v1.0.2
260+
261+
## [v1.0.1](https://github.com/laravel/boost/compare/v1.0.0...v1.0.1) - 2025-08-13
262+
263+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.0...v1.0.1
264+
265+
## [v1.0.0](https://github.com/laravel/boost/compare/v0.1.0...v1.0.0) - 2025-08-13
266+
267+
- Initial release of Laravel Boost.
268+
269+
## v0.1.0 (202x-xx-xx)
270+
271+
Initial pre-release.

0 commit comments

Comments
 (0)