bag
bag copied to clipboard
Immutable Value Objects for PHP
**Describe the bug** When creating a new bag from a single named param whose value is an array, the bag will ignore the named param and attempt to map the...
Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.2.4 and updates ancestor dependency [mermaid](https://github.com/mermaid-js/mermaid). These dependencies need to be updated together. Updates `dompurify` from 3.1.6 to 3.2.4 Release notes Sourced from dompurify's releases. DOMPurify 3.2.4...
**Is your feature request related to a problem? Please describe.** I'm unable to use the `make:bag` command and all of its features (particularly the `--docs` option) due to the `App`...
Currently in order to create Bag value objects you must extend the `\Bag\Bag` class. This requirement limits where you can use Bag value objects — you cannot simply add Value...
First, this package rocks 🤘 Btw This can be moved to a discussion, as its not really an issue. I was wondering if its possible to remove the duplicate here:...
Currently when receiving a MissingPropertiesException, it's difficult to show descriptive validation messages to a user when using Bags as request validation. This commit exposes the 2 inputs to `MissingPropertiesException` so...
When using a single-action controller with an `__invoke` method, `$route->getActionMethod()` will return the name of the controller instead of any usable method, so we end up getting baffling errors about...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.16 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. v5.4.19 Please refer to...