Releases: Sylius/SyliusResourceBundle
Releases · Sylius/SyliusResourceBundle
v1.7.0-BETA.5
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
- #214 Do not use deprecated Doctrine Inflector API (@pamil)
- #215 Fix InMemoryRepository::applyOrder implementation (@pamil)
- #216 [CI] Better job naming (@pamil)
- #220 Duplicate initialisation of repositories (@Justus Krapp)
- #221 Update vimeo/psalm requirement from 4.1.1 to 4.2.1 (@dependabot-preview)
- #223 Update phpstan/phpstan requirement from 0.12.49 to 0.12.57 (@dependabot-preview)
v1.7.0-BETA.4
TL;DR
- Made
winzou/state-machine-bundle
optional - Made
symfony/twig-bundle
optional
Details
- #202 Remove winzou state machine dependency (@loic425)
- #206 Remove twig bundle dependency (@loic425)
- #207 Bump doctrine/persistance version (@dotdevru)
- #209 [Travis] Use symfony/flex ^1.10 instead of dev-master (@pamil)
- #211 Upgrade to Psalm 4 (@pamil)
- #212 Normalise composer.json (@pamil)
- #213 Update component's composer.json and normalise it (@pamil)
v1.7.0-BETA.3
Details
- #198 Bump up minimal requirements to Symfony ^5.1 (@pamil)
- #199 Update the year in LICENSE file (@ValentineJester)
- #200 Use HTTPS instead of HTTP in links in composer.json (@ValentineJester)
- #201 Remove outdated persistence backends from the documentation (@ValentineJester)
- #204 Replace AbstractController with ControllerTrait & ContainerAwareInterface (@pamil)
v1.7.0-BETA.2
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
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
- #114 Updating composer dependencies (@mamazu)
- #117 Fix extended types deprecation (@dannyvw)
- #119 Update composer dependencies (@dannyvw)
- #124 Replace deprecated doctrine object manager (@loic425)
- #125 Replace deprecated doctrine object repository (@loic425)
- #126 Replace dbal types (@loic425)
- #127 Fix phpspec tests on DefaultFormBuilder (@loic425)
- #128 Lock static analysis tools versions & fix the build (@pamil)
- #129 Add support for PHP 7.4 and Symfony 4.4 (@dannyvw, @pamil)
- #130 Remove deprecated templating configuration (@dannyvw)
- #131 Allow twig 3.x (@dannyvw)
- #132 Fix controller deprecation (@dannyvw)
- #133 Fix testing multiple Symfony versions, add build for 5.0 & remove support for <4.4 (@pamil)
- #135 Allow for DoctrineBundle ^2.0 (@pamil)
- #136 Remove unneccessary dependency on winzou/state-machine in the component (@pamil)
- #138 Remove legacy di configuration (@dannyvw)
- #139 Fix event dispatcher deprecation (@dannyvw)
- #141 Upgrade to PHPStan 0.12 (@GSadee)
- #142 Github repository configuration from Sylius/Sylius (@CoderMaggie)
- #143 [Maintenance] Updated branch alias (@lchrusciel)
- #144 [Maintenance] Update github templates (@lchrusciel)
- #151 [Maintenance] Bump ApiTestCase to v5.0 (@lchrusciel)
- #159 Remove duplicated docblocks (@GSadee)
- #160 ResourceBundle documentation extracted to its repository ()
- #161 [HOTFIX] Conflict with amphp/amp 2.4.3 (@lchrusciel)
- #162 [Documentation] Fix index menu (@SirDomin)
- #163 [HOTFIX] Conflict with the newest amphp/amp (@lchrusciel)
- #165 Fix the build (@pamil)
- #167 Upgrade rest bundle (@loic425)
- #168 [Docs] Serialization groups of the elements in a paginated collection (@vvasiloi)
- #172 Check if form is submitted on resource creation/edition (@loic425)
- #175 Upgrade PagerfantaBundle to new version with B/C layer (@mbabker)
- #181 Fix build (@loic425)
- #182 Testing several state machine versions (@loic425)
- #187 Symfony 5 support (@loic425)
- #189 Require webmozart/assert as it's used by the bundle code (@pamil)
- #190 Fix errors reported by static analysis tools (@pamil)
- #191 Normalise composer.json (with ergebnis/composer-normalize) (@pamil)
- #193 Bump up requirements to PHP ^7.3 (@pamil)
- #194 Fix deprecations and errors while running PHPUnit (@pamil)