Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.78 KB

Changelog for MassiveBuildBundle

  • 0.5.7 (2023-04-05)

    • Fix Sulu compatibility by avoid bc break in BuildCommand::configure
  • 0.5.6 (2023-04-05)

    • Introduce own ContainerAwareInterface to keep compatibility with Symfony 7
-use Symfony\Component\DependencyInjection\ContainerAwareInterface;
+use Massive\Bundle\BuildBundle\ContainerAwareInterface;
  • 0.5.5 (2023-03-15)

  • 0.5.4 (2022-04-21)

  • 0.5.3 (2020-11-11)

    • ENHANCEMENT #20 Fix autoloader for composer 2
  • 0.5.2 (2020-10-19)

    • BUGFIX #19 Fix regression in return type of BuilderInterface
  • 0.5.1 (2020-10-19)

    • FEATURE #18 Add option to keep exit code in build command
  • 0.5.0 (2020-02-24)

    • ENHANCEMENT #17 Add symfony 5 support
    • ENHANCEMENT #17 Drop symfony 3 support
    • ENHANCEMENT #17 Set minimum PHP Version to 7.2
  • 0.4.1 (2020-11-11)

    • ENHANCEMENT #20 Fix autoloader for composer 2
  • 0.4.0 (2018-09-25)

    • ENHANCEMENT #16 Updated dependencies for symfony4 and fixed deprecations
  • 0.3.1 (2018-03-26)

    • ENHANCEMENT #14 Do not indent message when decoration is disabled
  • 0.3.0 (2017-03-06)

    • ENHANCEMENT #13 Upgraded dependencies to symfony3
    • BUGFIX #12 Removed deprecated console helpers
  • 0.2.0 (2014-09-12)

    • [feature] Target is mandatory (no longer possible to build all targets)
    • [feature] Allow creation of virtual targets via. configuration
    • [bug] Dependency not found when specifying target (nested dependencies not taken into account)