Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@inxilpro inxilpro released this 23 Jan 01:43
· 32 commits to main since this 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.