All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Implemented the new service layer from Grizz-IT.
- PHP warnings were thrown when
ext-yaml
was not installed. - Fixed by removing the default codec registration for yaml.
- Allowing numbers in class declarations.
- Parsing arrays when using arrays as parameters.
- Ability to retrieve the cache file system from the cache manager.
- Loading extra service extensions configuration by their keys.
- Setting the package name through an extension.
- Compatibility with ulrack/services version 3.0
- Method to retrieve the method reflector from the object manager.
- Compatibility with ulrack/services version 2.0
- Registration for the environment variable hook.
- Added the ability to reset the registered caches for the CacheManager.
- Fixed a bug in the ServiceManager where an unnecessary prefix was added.
- The initial implementation of the package.