Skip to content

Releases: BerliozFramework/Core

v2.4.0

18 Oct 11:52
Compare
Choose a tag to compare

Added

  • Compatibility with psr/simple-cache ^2.0 and ^3.0

v2.3.0

04 Sep 09:49
Compare
Choose a tag to compare

Changed

  • Load composer packages from development too ; to allow usage of commands in dev mode

v2.2.0

25 Jan 00:08
Compare
Choose a tag to compare

Added

  • Compatibility with library league/flysystem ^3.0

Changed

  • EntryPoints::get() accept an array of entry name

v2.1.0

12 Jan 23:29
Compare
Choose a tag to compare

Changed

  • Assets are now loaded on demand and not systematically
  • Bump package berlioz/service-container to 2.1

Fixed

  • Bad path to get environment from config
  • Application services provides class list
  • List of provides class not added to service container

v1.2.0

26 Nov 10:20
Compare
Choose a tag to compare

Added

  • PHP 8.1 compatibility

v2.0.1

23 Sep 13:30
Compare
Choose a tag to compare

Fixed

  • Services missing from the list of services provided; tests added to verify in the future

v2.0.0

08 Sep 20:54
Compare
Choose a tag to compare

Fixed

  • Signature of PhpErrorSet::count(): int

v2.0.0-beta2

07 Jul 20:33
13ffdc5
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

Added

  • New Filesystem class to mount only necessaries filesystems

Changed

  • Change Event::getEvent() for Event::getName()
  • Debug event get name of event for CustomEvent

Fixed

  • Bad config path 'berlioz.env' instead of 'berlioz.environment'
  • Retrieve of config modification time
  • Add events subscribers from config
  • Add services providers from config
  • Missing start event activity for debug
  • Fix array keys of filtered activities to get memory usage

v2.0.0-beta1

07 Jun 21:13
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Added

  • New event manager berlioz/event-manager
  • New filesystem league/flysystem

Changed

  • Refactoring
  • Bump minimal compatibility to PHP 8
  • Upgrade berlioz/config to 2.x
  • Upgrade berlioz/service-container to 2.x
  • Container services config path changed for "container.services"

Removed

  • Dependency to psr/log

v1.1.0

09 Sep 14:52
Compare
Choose a tag to compare

Added

  • PHP 8 support in composer.json file
  • New method Composer::getVersion(): ?string to get version of composer project