All notable changes to php-smplang
will be documented in this file.
support for calling non-existent methods on objects with __call
magic method
- exception messages are now more consistent
- a proper exception is now thrown when an object doesn't have a property nor a
__get
method
ready for the first release :)