Skip to content

Latest commit

 

History

History
838 lines (661 loc) · 80.4 KB

CHANGELOG.md

File metadata and controls

838 lines (661 loc) · 80.4 KB

CHANGELOG

v1.11.0-BETA.2 (2024-05-14)

Details

  • #871 Fix state machine tag (@Zales0123) Working on Sylius/SyliusResourceBundle (branch 1.11)

v1.11.0-BETA.1 (2024-04-19)

Details

v1.11.0-ALPHA.2 (2024-01-30)

Details

v1.11.0-ALPHA.1 (2023-06-22)

Details

v1.10.3 (2023-12-01)

Details

  • #589 Fix the build on 1.10 branch (@loic425)
  • #493 Add support for Doctrine persistence version 3.0 (@@loic425)
  • #701 [HotFix] Flip id with alias on resource loader (@loic425)
  • #700 Fix missing pagerfanta ORM adapter error (@loic425)
  • #694 Quick fix for state machine workflow usage with Symfony 6.2 (@loic425)
  • #538 fix(flashbag): fixed addFlash in ControllerTrait for Symfony 6 (@UlrichHP)
  • #765 Missed typehint for TranslatableFactoryInterface (@Rafikooo)
  • #809 Add support for Symfony 6.4 (@loic425)

v1.10.2 (2023-01-04)

Details

v1.10.1 (2022-12-05)

Details

v1.10.0 (2022-10-31)

Details

  • #489 Fix can apply a transition on workflow with a graph (@loic425)
  • #492 [Maintenance] Out-of-date phpstan/phpdoc-parser conflict removed, docker static analysis memory limit increased (@Rafikooo)
  • #495 Inform about potential BC break after response code change (@Zales0123)

v1.10.0-BETA.1 (2022-10-18)

Details

v1.10.0-ALPHA.2 (2022-09-09)

Details

v1.10.0-ALPHA.1 (2022-05-16)

TL;DR

Drop Symfony 4 support, add Symfony 6 support 🚀

Details

v1.9.1 (2022-05-16)

Details

v1.9.0 (2022-04-07)

TL;DR

Stable 1.9.0 release 🎉🎉🎉

  • PHP bumped to ^8.0
  • PHP 7.4 syntaxt
  • Sylius Resource routes generated with PHP attributes
  • Support for Symfony Workflow
  • Simpler usage of new service entity repository
  • Multiple bug fixes and improvements

Details

v1.9.0-RC.1 (2022-02-28)

Details

v1.9.0-BETA.1 (2022-02-10)

Details

v1.9.0-ALPHA.1 (2022-01-25)

TL;DR

  • Bump required PHP version to ^8.0 and use PHP 7.4 syntax
  • Generate Sylius Resource routes with PHP attributes
  • Add support for Symfony Workflow

Details

v1.8.4 (2022-04-11)

Details

v1.8.3 (2022-04-07)

Details

v1.8.2 (2021-04-08)

Details

v1.8.1 (2021-03-19)

Details

  • #297 Skip registering controllers as a services if there is no custom class defined (@pamil)

v1.8.0 (2021-03-19)

TL;DR

  • Added support for PHP 8
  • Removed StofDoctrineExtensionsBundle from dependencies
  • Remvoed support for winzou/state-machine-bundle <0.5

Details

v1.7.1 (2020-12-09)

Details

  • #243 Add back winzou/state-machine to required packages of the component (@pamil)

v1.7.0 (2020-12-09)

These are complete release notes summing up all BETA and RC releases.

TL;DR

  • Bumped up requirements from PHP 7.2 to PHP 7.3
  • Dropped support for Symfony ^3.4, added support for Symfony ^5.1
  • Added support for doctrine/doctrine-bundle in version ^2.0
  • Added support for winzou/state-machine-bundle in versions ^0.4.3 and ^0.5
  • Bumped up friendsofsymfony/rest-bundle requirements from ^2.1 to ^3.0
  • Bumped up jms/serializer-bundle requirements from ^2.0 to ^3.5
  • Bumped up willdurand/hateoas-bundle requirements from ^1.2 to ^2.0
  • Removed the usage of deprecated doctrine/inflector API, added support for version ^2.0
  • Replaced white-october/pagerfanta-bundle:^1.0 with babdev/pagerfanta-bundle:^2.5
  • Deduplicated repositories retrieved from the service container and from the object manager

Details

v1.7.0-RC.4 (2020-12-07)

Details

  • #234 Refactor test app (@loic425)
  • #238 Always set sylius.doctrine.orm.container_repository_factory.entities parameter (@pamil)
  • #239 Fix the static analysis build (@pamil)

v1.7.0-RC.3 (2020-11-25)

Details

  • #232 Create ResourceBundle's EntityRepository only if custom repository is not set (@pamil)

v1.7.0-RC.2 (2020-11-25)

Details

  • #230 Do not rely on services in DoctrineORMDriver (@pamil)
  • #231 Remove unnecessary BC layer for symfony/dependency-injection <=4.2 (@pamil)

v1.7.0-RC.1 (2020-11-24)

TL;DR

  • Added an ability to customise the inflector used by Metadata class
  • All the packages made optional in previous 1.7.0-BETA releases were made required once again

Details

  • #224 Require previously required dependencies (@pamil)
  • #225 Bump up dev dependencies (@pamil)
  • #226 Remove Gedmo/DoctrineExtensions from dependencies (@pamil)
  • #227 Apply misc static analysis fixes (@pamil)
  • #228 Add an ability to define your own Inflector for Metadata class (@pamil)
  • #229 Fix tests namespace in the bundle (@pamil)

v1.7.0-BETA.5 (2020-11-23)

TL;DR

  • Modernized the usage of Doctrine Inflector not to use deprecated API
  • Made sure there is only one instance of repository service for each resource

Details

v1.7.0-BETA.4 (2020-11-05)

TL;DR

  • Made winzou/state-machine-bundle optional
  • Made symfony/twig-bundle optional

Details

v1.7.0-BETA.3 (2020-10-15)

Details

v1.7.0-BETA.2 (2020-10-14)

TL;DR

  • Made FOSRestBundle optional
  • Ensured WinzouStateMachineBundle services and aliases are public

Details

  • #173 Remove rest dependencies (@loic425, @pamil)
  • #177 Pagerfanta updates (@mbabker)
  • #178 When using winzouStateMachineBundle 0.4, the old named services are aliases, so need to be marked public as well (@mbabker, @pamil)
  • #192 Remove conflict with amphp/amp (@pamil)
  • #195 Upgrade to Psalm v3.17.1 (@pamil)
  • #196 Remove unnecessary dev dependency on "polishsymfonycommunity/symfony-mocker-container" (@pamil)
  • #197 Make RegisterFormBuilderPass accept multiple tags on a single service (@pamil)

v1.7.0-BETA.1 (2020-10-13)

TL;DR

  • Added support for Symfony 5
  • Added support for Twig 3
  • Added support for winzou/state-machine-bundle 0.4 and 0.5

Details

CHANGELOG FOR 1.6.x

v1.6.4 (2020-08-18)

Security release:

v1.6.3 (2020-01-27)

Security release:

v1.6.2 (2020-01-13)

  • #145 Autowire Doctrine\Persistence\ObjectManager (@pamil)

v1.6.1 (2019-10-10)

v1.6.0 (2019-10-07)

v1.6.0-RC.3 (2019-06-18)

  • #92 Removing '2' from 'Symfony2' (@loevgaard)
  • #95 Autowire factories and repositories by class and name (@pamil)
  • #97 Autodiscover resource's model interfaces and deprecate explicit configuration (@pamil)

v1.6.0-RC.2 (2019-06-07)

  • #91 Support for Gedmo/DoctrineExtensions (@pamil)

v1.6.0-RC.1 (2019-06-07)

  • #88 Ensure forward compatibility with ResolveTargetEntityListener (@teohhanhui)
  • #89 Add support for embeddables (@pamil)
  • #90 Drop Symfony 4.1, add support for Symfony 4.3 (@pamil)

CHANGELOG FOR 1.5.x

v1.5.2 (2020-08-18)

Security release:

v1.5.1 (2020-01-27)

Security release:

v1.5.0 (2019-05-07)

TL;DR

Released ResourceBundle as a standalone package, containing a subtree split of Resource component.

CHANGELOG FOR 1.4.x

v1.4.7 (2020-08-18)

Security release:

v1.4.6 (2020-01-27)

Security release:

v1.4.5 (2019-10-07)

  • #88 Ensure forward compatibility with ResolveTargetEntityListener (@teohhanhui)
  • #104 [RFC] Add success flashes before post event (@Zales0123)

v1.4.4 (2019-05-07)

TL;DR

Released ResourceBundle as a standalone package, containing a subtree split of Resource component.

CHANGELOG FOR 1.3.x

v1.3.14 (2020-08-18)

Security release:

v1.3.13 (2020-01-27)

Security release:

v1.3.12 (2019-05-07)

TL;DR

Released ResourceBundle as a standalone package, containing a subtree split of Resource component.

CHANGELOG FOR 1.2.x

v1.2.17 (2019-05-07)

TL;DR

Released ResourceBundle as a standalone package, containing a subtree split of Resource component.

CHANGELOG FOR 1.1.x

v1.1.18 (2019-05-07)

TL;DR

Released ResourceBundle as a standalone package, containing a subtree split of Resource component.