v0.5.0 - PHP: Nelson Martell Library
Pre-release
Pre-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 fromObject
class, improved and maked more customizable and more errors throws that you can catch. Now you don'n need to extendObject
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.