Skip to content

Releases: gacela-project/gacela

0.19.0

19 May 19:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.1...0.19.0

0.18.1

15 May 09:05
Compare
Choose a tag to compare

What's Changed

  • Bugfix deprecated SetupGacela using correct methods from parent class.

Full Changelog: 0.18.0...0.18.1

0.18.0

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

What's Changed

  • gacela.php using callable with GacelaConfig as arg by @Chemaclass in #146
  • Remove deprecated globalServices() from Setup by @JesusValera in #149
  • Deprecate SetupGacelaInterface from outside by @Chemaclass in #148
  • Change PhpDoc from $externalServices by @JesusValera in #150

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

  • Remove $setup as array in Gacela::bootstrap by @JesusValera in #129
  • DocBlockResolverAware feature by @Chemaclass in #142
  • Add addFacade to SuffixTypesBuilder class by @JesusValera in #143

Full Changelog: 0.16.0...0.17.0

0.16.0

14 Apr 15:48
Compare
Choose a tag to compare

What's Changed

  • Combine gacela file and bootstrap setup by @Chemaclass in #130
  • Split in methods the AnonymousGlobalsBench class by @JesusValera in #133
  • Rename the concept of GlobalServices to ExternalServices by @JesusValera in #132
  • Improve mapping interfaces by @Chemaclass in #134
  • Split resolveDependenciesRecursively() into multiple methods by @JesusValera in #135
  • Make the Facade accessible from module-internal sub-folders by @Chemaclass in #137
  • Improve phpmetrics usage by @Chemaclass in #139
  • Allow to return an instance of SetupGacela on gacela.php by @JesusValera in #140

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

  • Remove CustomService feature by @Chemaclass in #97
  • Remove deprecated appRootDir methods from Config by @JesusValera in #98
  • Move ConfigReader next to the config path by @Chemaclass in #102
  • Allow customizing gacela files naming by @Chemaclass in #103
  • Allow define reader as class-string or instance of ConfigReaderInterface by @JesusValera in #104

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.