PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Sergii Pryz   Object Manager Factory   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Object Manager Factory
Factory to create objects by name using reflection
Author: By
Last change: Added class_exists check. Fixed bug in readme example.
Date: 6 years ago
Size: 538 bytes
 

Contents

Class file image Download

CHANGELOG

1.2.0 (2017-04-04)

  • Added ``class_exists`` check for creating object with construct's arguments
  • Fixed bug in readme example

1.1.0 (2017-04-01)

  • Optimized performance. Moved result of ``__construct`` method exist check to internal cache.
  • Moved some ``.gitignore`` IDE specifics to global ignore

1.0.1 (2017-03-09)

  • Fixed path to Composer badges

1.0.0 (2017-03-09)

  • Implemented first version with documentation, examples, and tests