Added
- Added Passthrough PATH variable to serve command (#45402)
- Added whenHas to JsonResource (#45376)
- Added ./fleet directory to .gitignore (#45432)
- Added unless to JsonResource (#45419)
Fixed
- Fixed credentials check (#45437)
- Fixed decimal cast precision issue (#45456, #45492)
- Precognitive validation with nested arrays doesn't throw validation error (#45405)
- Fixed issue on which class to check increment and decrement methods for custom cast (#45444)
Changed
- Update decimal validation rule to allow validation of signed numbers (24a48b2)
- Output only unique asset / preload tags in Vite (#45404)
- Optimize whereKey method in Query Builder (#45453)
- Remove extra code in Model.php to optimize performance (#45476)
- Exception Handler prepareResponse add previous Exception (#45499)