Releases: auraphp/Aura.Project_Kernel
Releases · auraphp/Aura.Project_Kernel
4.0.0-alpha1
- Added support for new composer installed.json format
- Updated _Config\Common
2.2.0: Merge pull request #14 from sixcare/hotfix/2.1.2
2.1.1
2.1.0
2.0.0
-
DOC: Update README and docblocks.
-
ADD: Make allowance for *_Bundle packages when loading configs.
-
ADD: Allow multiple config classes for each config mode. Something like this
might be in acomposer.json
:{ "extra": { "aura": { "type": "project", "config": { "common": [ "Acme\\Example\\_Config\\AuraSql", "Acme\\Example\\_Config\\Twig" ], "dev": "Acme\\Example\\_Config\\Dev" } } } }
A bigger application might want to separate configuration into several
different classes. Normal strings still work, but arrays may be used as
well. -
FIX: Do not execute the common config twice when the config mode is "common".
-
CHG: Use new service name rules.
-
CHG: Update composer to point to stable releases.
2.0.0-beta1
Initial 2.0 "Google beta" release.