Releases: spryker-sdk/sdk
Releases · spryker-sdk/sdk
0.4.1
Included commits: 0.4.0...0.4.1
Fixes
- Adjusted
installer_header.sh
template so finalinstaller.sh
doesn't failspryker-sdk
installation.
0.4.0
Included commits: 0.3.6...0.4.0
Improvements
- Introduced
interactive
workflow transition type so it allows configuring interactive transitions. - Introduced
acp:asyncapi:full-flow
andacp:openapi:full-flow
task set which contains a set of related tasks so it is easier to reuse them.
Adjustments
- Removed Symfony 6.0 packages support so it is more compatible with php 7.4.
0.3.6
Included commits: 0.3.5...0.3.6
Improvements
- Introduced QA Automation feature so it makes usage of all existing Spryker QA tools easier by aggregating them under one configurable interface.
- Introduced new types of settings -
sdk
,local
, andshared
which adds an ability to share common settings across the team, keep private ones locally and overwrite the default settings if needed.
Adjustments
- Adjusted
sdk:workflow:show
command so it provides more readable output.
Fixes
- Fixed
validation:php:codestyle-fix
task set, so it works properly now.
0.3.5
Included commits: 0.3.4...0.3.5
Fixes
- Fixed
validation:frontend:eslint
task execution issue so it uses propereslint
version.
Adjustments:
- Adjusted general description and additional info for options in the
validation:frontend:eslint
command to make it more user friendly. - Adjusted
app
workflow to improve it and to useMini Framework
as a starting repository. - Adjusted
validation:php:codestyle-fix
andvalidation:php:codestyle-check
commands to usephpcs.xml
file by default.
0.3.4
Included commits: 0.3.3...0.3.4
Improvements
- Added
spryker-sdk/sdk-task-bundle
to the composer suggestion block. - Added logger to log errors during submodules installation.
- Removed
build
directory's content - Removed installation of unused
spryker-sdk/acp
dependency.
Fixes
- Fixed incorrect exit code in
sdk:init:sdk
andsdk:update:all
console commands.
0.3.3
0.3.2
0.3.1
Included commits: 0.3.0...0.3.1
Fixes
- Removed unused local directory from the
sdk.Dockerfile
build
BROKEN RELEASE
0.3.0
Included commits: 0.2.0...0.3.0
Improvements
- Added PHP7.4 backward compatibility
- Improved Workflows
- Improved reports. Now they can be not only violation reports
- Improved PBC generation
- Various bugfixes