Skip to content

v0.5.0 - PHP: Nelson Martell Library

Pre-release
Pre-release
Compare
Choose a tag to compare
@nelson6e65 nelson6e65 released this 08 Jul 02:10
· 625 commits to master since this release

Changelog

  • Applied PSR2 corrections to ALL code. So, NML is compliant with PSR2 Code Standard now.
  • Improved documentation in a few classes/methods/files.
  • Reorganized some code to another files.
  • Moved some traits to *.inc files.
  • Added PropertyHandler trait, extracting properties features from Object class, improved and maked more customizable and more errors throws that you can catch. Now you don'n need to extend Object in order to use auto-properties, just use this trait.
  • Updated autoloader and added config/bootstrap.php.
  • Fixed nml_msg functions.

Full development changelog: v0.4.6...v0.5.0

Migration issues

Check the Wiki: Migration issues: v0.5.0.