Skip to content

Releases: gacela-project/gacela

0.18.0

14 May 13:04
826ded2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.2...0.18.0

0.17.2

02 May 21:59
Compare
Choose a tag to compare

What's Changed

  • Ensure GLOB_BRACE constant is defined for Alpine and Solaris OS

Full Changelog: 0.17.1...0.17.2

0.17.1

02 May 17:14
Compare
Choose a tag to compare

What's Changed

  • Removing illegal c-char from filename.

Full Changelog: 0.17.0...0.17.1

0.17.0

29 Apr 10:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

14 Apr 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

26 Mar 17:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.15.0

0.14.0

14 Mar 18:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

Notes for upgrade

The gacela.php signature changed and it is not compatible with previous versions.
Check now the new methods in the official documentation website: https://gacela-project.com/docs/gacela-php/

0.13.0

01 Mar 21:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

Notes for upgrade

  • If you have defined configReaders() in your gacela.php, move them next to the config().
  • If you have defined 'config-readers' in your Gacela::bootstrap(), move them next to the config item.

0.12.0

13 Feb 18:37
Compare
Choose a tag to compare

Changelog

  • Added getAppRootDir() to AbstractConfig.
  • Added APP_ENV environment key, to define different config files on different environments.
  • Added 'config-readers' key in the globalServices and gacela.php.
  • Deprecated getApplicationRootDir() from Config. Use getAppRootDir() instead.
  • Deprecated 'custom-services-location' key in the globalServices and gacela.php.
  • Removed EnvConfigReader from gacela-project/gacela.

0.11.0

18 Jan 21:17
Compare
Choose a tag to compare

Changelog

  • Deleted deprecated array config in gacela.php
  • Allow null as default config value
  • The globalServices are passed into mappingInterfaces() and not as constructor argument in the gacela.php