close
Skip to content

Releases: laravel/boost

v2.4.5

22 Apr 13:30
60386c7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

16 Apr 17:01
db101b9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

10 Apr 16:03
841d529

Choose a tag to compare

What's Changed

  • Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by @pushpak1300 in #761
  • Replace Request with UpdatePostRequest by @MrPunyapal in #741
  • Improve accuracy of Laravel best practices guidelines by @pushpak1300 in #764

Full Changelog: v2.4.2...v2.4.3

v2.4.2

07 Apr 14:36
74fedf1

Choose a tag to compare

What's Changed

  • Add scope-based first-party detection to Composer by @pushpak1300 in #712
  • Fix leftover quotes in MCP development skill description by @thiagogabrielgaia in #720
  • Improve wayfinder skill description and simplify core guideline by @pushpak1300 in #708
  • Fix null bytes in style.md skill rule by @reed1 in #727
  • Add mcp_config_path configuration for monorepo support by @johnbacon in #729
  • Use configured PHP executable path in ToolExecutor subprocess by @pushpak1300 in #730
  • Fix inverted enum naming convention condition in PHP guideline by @pushpak1300 in #732
  • Prevents re-injecting in Livewire navigate responses by @alihamze in #734
  • Conditionally render MCP guideline sections by @Xiol in #722
  • Fix: Normalize line endings in MarkdownFormatter by @GoneTone in #739
  • Fix retryUntil return type from DateTime to DateTimeInterface by @pushpak1300 in #753
  • Guide pest skill to match project's test()/it() convention by @pushpak1300 in #752
  • fix the incorrect return type for retryUntil() method in queue job guidelines by @iz-ahmad in #748
  • Use relative MCP paths for Claude Code agent by @pushpak1300 in #757
  • Add deployment section to Laravel core guideline by @pushpak1300 in #758

New Contributors

Full Changelog: v2.4.1...v2.4.2

v1.8.13

27 Mar 17:25
cdcb121

Choose a tag to compare

What's Changed

  • Fix normalizeCommand() splitting absolute paths containing spaces (backporting PR #553 for v1.x) by @debiprasad in #726

New Contributors

Full Changelog: v1.8.12...v1.8.13

v2.4.1

25 Mar 17:10
f6241df

Choose a tag to compare

What's Changed

  • Update Inertia v3 upgrade prompt to stable and add missing sections by @pushpak1300 in #717
  • Strip HTML comments before parsing skill frontmatter by @pushpak1300 in #711
  • Escape Blade component tags in guideline rendering by @pushpak1300 in #718

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Mar 19:38
a09bebc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.4.0

v2.3.4

17 Mar 16:44
9e3dd5f

Choose a tag to compare

What's Changed

  • Remove Roster object caching to fix Laravel 13 serialization issue by @pushpak1300 in #692

Full Changelog: v2.3.3...v2.3.4

v2.3.3

17 Mar 14:55

Choose a tag to compare

Full Changelog: v2.3.2...v2.3.3

v2.3.2

17 Mar 12:42
5759fc7

Choose a tag to compare

What's Changed

  • Use major.minor PHP version in guidelines instead of full version by @oddvalue in #657
  • Remove redundant Tailwind CSS guidelines by @pushpak1300 in #661
  • Add Upgrade Laravel v13 MCP prompt by @pushpak1300 in #658
  • Use app_path() helper to support customized app locations by @iWader in #665
  • Configure sail binary path by @iWader in #664
  • fix: register installed skills in boost.json during add-skill by @meirdick in #621
  • Add --discover flag to boost:update by @MrPunyapal in #651
  • Remove redundant "When to Apply" sections from skill bodies by @sulimanbenhalim in #669
  • Guard against file_get_contents() returning false by @sulimanbenhalim in #671
  • fix: resolve relative symlinks when skills path is outside project root by @tjmartin69 in #673
  • Update pest-testing skill descriptions and clean up core guidelines by @pushpak1300 in #670
  • Rewrite Livewire core guidelines and skill descriptions in imperative style by @pushpak1300 in #672

New Contributors

Full Changelog: v2.3.1...v2.3.2