Releases: laravel/boost
Releases · laravel/boost
v1.1.2 - fix pest/phpunit guideline conflict
What's Changed
- feat: add package priority guideline inclusion by @ashleyhindle in #242
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - detect phpunit
What's Changed
- Add strict types declaration in Inertia.php by @felipeArnold in #229
- feat: update roster requirement, fixes #237 now phpunit will be detected by @ashleyhindle in #239
New Contributors
- @felipeArnold made their first contribution in #229
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - always use process isolation
What's Changed
- Always-on process isolation: eliminate conditional complexity by @andreilungeanu in #184
Full Changelog: v1.0.21...v1.1.0
v1.0.21 - add guideline overriding
What's Changed
- Fix random 'parse error' when running test suite by @ashleyhindle in #223
- Clarify ListRoutes name parameter description for better tool calling by @pushpak1300 in #182
- Streamline ToolResult assertions in tests by @pushpak1300 in #225
- Allow guideline overriding by @ashleyhindle in #219
Full Changelog: v1.0.20...v1.0.21
v1.0.20
What's Changed
- fix: defer InjectBoost middleware registration until app is booted by @Sairahcaz in #172
- feat: add robust MCP file configuration writer by @ashleyhindle in #204
- Feat: Detect env changes by default, fixes 130 by @ashleyhindle in #217
New Contributors
- @Sairahcaz made their first contribution in #172
Full Changelog: v1.0.19...v1.0.20
v1.0.19 - Inertia form guidelines and many bug fixes
What's Changed
- Refactor creating laravel application instance using Testbench by @crynobone in #127
- Fix Tailwind CSS title on README.md for consistency by @xavizera in #159
- feat: don't run Boost during testing by @ashleyhindle in #144
- Hide Internal Command
ExecuteToolCommand.php
from Artisan List by @yitzwillroth in #155 - chore: removes non necessary php version constrant by @nunomaduro in #166
- chore: removes non necessary pint version constrant by @nunomaduro in #167
- Do not autoload classes while boost:install by @pushpak1300 in #180
- fix: prevent unwanted "null" file creation on Windows during installation by @andreilungeanu in #189
- Improve
InjectBoost
middleware for response-type handling by @pushpak1300 in #179 - docs: README: Add Nova 4.x and 5.x by @ashleyhindle in #213
- refactor: change ./artisan to artisan by @ashleyhindle in #214
- feat: guidelines: add Inertia form guidelines by @ashleyhindle in #211
New Contributors
- @crynobone made their first contribution in #127
- @xavizera made their first contribution in #159
- @nunomaduro made their first contribution in #166
- @andreilungeanu made their first contribution in #189
Full Changelog: v1.0.18...v1.0.19
v1.0.18 - Enabled option & better tests detection
What's Changed
- fix: Prevent install command from breaking when
/tests
doesn't exist by @sagalbot in #93 - [1.x] Add enabled option to
config/boost.php
. by @xiCO2k in #143
New Contributors
Full Changelog: v1.0.17...v1.0.18
v1.0.17 - improve local env detection
What's Changed
- Fix: Replace APP_DEBUG with environment-based gating by @eduardocruz in #90
New Contributors
- @eduardocruz made their first contribution in #90
Full Changelog: v1.0.16...v1.0.17
v1.0.16 - Improve PHPStorm/Junie MCP installation
What's Changed
- refactor: streamline path resolution and simplify the MCP client interface by @pushpak1300 in #111
- Fix PHPStorm using absolute paths by @ashleyhindle in #109
Full Changelog: v1.0.15...v1.0.16
v1.0.15 - fix duplicate function issue blocking install
What's Changed
- fixes #67 by only finding files that begin with an uppercase letter by @ashleyhindle in #116
Full Changelog: v1.0.14...v1.0.15