0.5.0
Pre-release
Pre-release
Changed
- Removed the
LaravelDumper
facade in favor of registering custom casters directly
Upgrading
If you were using the LaravelDumper::for()
method, you need to replace it with a direct call to the CustomCaster
class. The API is exactly the same—you simply need to import a different class name. See the README for more details.