- Initial Release
- Remove method
getMethod()
andgetMethod()
- Rename method
allow()
toinspect()
- Prevent public method a invoked
- Rename method
inspector()
toinspectorMethod
- Improvement error handler
- Trying to call a public method will return a message that this method is public and can be called without needing this library.
- throw
BadMethodException
class when invoke undefined method.
- new helper method
accessible($object)
as alternative short syntax forAccessible::inspect($object)
- Support accessing and set value on private / protected property