Skip to content

Releases: ulrack/kernel

Version 2.0.0

28 Mar 13:59

Choose a tag to compare

2.0.0 - 2021-03-28

Changed

  • Implemented the new service layer from Grizz-IT.

Version 1.3.3

25 Oct 15:41

Choose a tag to compare

1.3.3 - 2020-10-25

Fixed

  • PHP warnings were thrown when ext-yaml was 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

06 Sep 11:42

Choose a tag to compare

1.3.2 - 2020-09-06

Fixed

  • Allowing numbers in class declarations.

Version 1.3.1

17 Aug 20:47

Choose a tag to compare

1.3.1 - 2020-08-17

Fixed

  • Parsing arrays when using arrays as parameters.

Version 1.3.0

14 Jun 12:01

Choose a tag to compare

1.3.0 - 2020-06-14

Added

  • Ability to retrieve the cache file system from the cache manager.

Version 1.2.1

09 Jun 20:03

Choose a tag to compare

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

08 Jun 20:35

Choose a tag to compare

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

03 Jun 21:01

Choose a tag to compare

1.1.2 - 2020-06-03

Fixed

  • Compatibility with ulrack/services version 2.0

Version 1.1.1

02 May 13:23

Choose a tag to compare

1.1.1 - 2020-05-02

Fixed

  • Registration for the environment variable hook.

Version 1.1.0

02 May 12:37

Choose a tag to compare

1.1.0 - 2020-05-02

Added

  • Added the ability to reset the registered caches for the CacheManager.