Releases: ulrack/kernel
Releases · ulrack/kernel
Version 2.0.0
2.0.0 - 2021-03-28
Changed
- Implemented the new service layer from Grizz-IT.
Version 1.3.3
1.3.3 - 2020-10-25
Fixed
- PHP warnings were thrown when
ext-yamlwas not installed. - Fixed by removing the default codec registration for yaml.
When support is required, the following file can be added project specifically.
File: project-directory/configuration/codec/yaml.codec.json
{
"$schema": "codec.schema.json",
"type": "yaml",
"class": "\\GrizzIt\\Codec\\Component\\YamlCodec"
}Version 1.3.2
1.3.2 - 2020-09-06
Fixed
- Allowing numbers in class declarations.
Version 1.3.1
1.3.1 - 2020-08-17
Fixed
- Parsing arrays when using arrays as parameters.
Version 1.3.0
1.3.0 - 2020-06-14
Added
- Ability to retrieve the cache file system from the cache manager.
Version 1.2.1
1.2.1 - 2020-06-09
Fixed
- Loading extra service extensions configuration by their keys.
- Setting the package name through an extension.
Version 1.2.0
1.2.0 - 2020-06-08
Added
- Compatibility with ulrack/services version 3.0.0
- Method to retrieve the method reflector from the object manager.
Version 1.1.2
1.1.2 - 2020-06-03
Fixed
- Compatibility with ulrack/services version 2.0
Version 1.1.1
1.1.1 - 2020-05-02
Fixed
- Registration for the environment variable hook.
Version 1.1.0
1.1.0 - 2020-05-02
Added
- Added the ability to reset the registered caches for the CacheManager.