Skip to content

v1.2.0

Choose a tag to compare

@samlev samlev released this 08 Sep 23:30
· 7 commits to main since this release
f5e2492

What's Changed

Breaking Changes

  • Recursable::$signature,Recursable::$hash, and Recursable::$callback are no longer public.
  • All properties on Recursable are now available to read as methods (e.g. $recursable->signature()).
  • Removed ArrayWritesForbidden and WithRecursable traits as they were each only used by a single class.

Full Changelog: v1.1.0...v1.2.0