Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 405 Bytes

changelog.md

File metadata and controls

16 lines (9 loc) · 405 Bytes

Changelog

All notable changes to php-smplang will be documented in this file.

1.0.2 - 2022-07-12

support for calling non-existent methods on objects with __call magic method

1.0.1 - 2022-07-05

  • exception messages are now more consistent
  • a proper exception is now thrown when an object doesn't have a property nor a __get method

1.0.0 - 2022-06-13

ready for the first release :)