Releases: spryker-sdk/spryk
Releases · spryker-sdk/spryk
0.2.7
Included commits: 0.2.6...0.2.7
Improvements
- Allowed version 2 and 3 of
twig/twig
in composer. - Adjusted
GlueFactoryMethod.php.twig
in order to useapply spaceless
instead of deprecated plainspaceless
. - Adjusted
MethodBusinessFactory.php.twig
in order to useapply spaceless
instead of deprecated plainspaceless
.
0.2.6
Included commits: 0.2.5...0.2.6
Fixes
- Refactored Spryks to use
ContainerInterface::set()
methods instead of deprecated array access.
0.2.5
0.2.4
0.2.3
Included commits: 0.2.2...0.2.3
Improvements
- Introduced Glue layer spryks.
- Adjusted the travis build scenario to have smaller scenarios.
- Adjusted
BridgeMethodsSpryk
to calculate spacing correctly. - Introduced
DependencyProviderSpryk
to allow adding dependency into the existing dependency providers. - Introduced
ResourceRouteSpryk
to enable the addition of the Glue resource routes to existing resource route plugins. - Introduced
TransferSpryk
to enable the addition of transfers to existing transfer files. - Introduced
EnsureInterfaceSuffixCallback
to enable adding "Interface" suffix. - Introduced
EnsureResourceSuffixCallback
to enable. - Introduced
EnsureRestAttributesTransferAffixCallback
to enable addition of the "Rest" prefix and "Attributes" suffix. - Introduced
GlueProcessorFactoryMethodNameCallback
to enable generation of the correct name for factory methods. - Introduced
GlueProcessorModelInterfaceTargetFilenameCallback
to enable detection of the model filename path. - Introduced
GlueProcessorModelSubDirectoryCallback
to enable detection of the model subdirectory path. - Introduced
GlueProcessorModelTargetFilenameCallback
to enable detection of the model filename path. - Introduced
GlueResourceInterfaceTargetFilenameCallback
to enable. - Introduced
GlueResourceTargetFilenameCallback
to enable detection of the resource filename path. - Introduced
RemoveRestApiSuffixCallback
to enable removing of the "RestApi" suffix. - Introduced
DashToCamelCaseFilter
to enable converting dashes to camel case style. - Introduced
DashToUnderscoreFilter
to enable converting dashes to underscore style. - Introduced
EnsureMapperSuffixFilter
to enable adding mapper suffix. - Introduced
RemoveRestApiSuffixFilter
to enable removal of the "RestApi" suffix. - Introduced
SingularizeFilter
to enable conversion of the passed values to singular. - Introduced
TypedArrayFilter
to enable converting the typed array return types or parameters. - Introduced dependencies to
doctrine/inflector
andspryker/glue-application-extension
.
0.2.2
0.2.1
Included commits: 0.2.0...0.2.1
Improvements
- Added constraint for
symfony/filesystem
. - Updated constraint to
symfony/yaml
. - Removed constraint to
spryker/symfony
.
0.2.0
Included commits: 0.1.2...0.2.0
Improvements
- Added new CopyModule spryk to be able to copy a module to another location.
- Fixed overriding of argument values from CLI.
- Updated spryks which made use of
method
argument and changed the argument name to be more specific e.g.facadeMethod
,modelMethod
etc.
0.1.2
Included commits: 0.1.1...0.1.2
Improvements
- Added
AddZedCommunicationConsoleTest
spryk. - Added
AddZedCommunicationTestSuite
spryk. - Added
AddZedCommunicationTestSuiteConfiguration
spryk.
0.1.1
Included commits: 0.1.0...0.1.1
Bugfixes
This patch will update some templates to be used for generating files. The composer.json now contains by default spryker/kernel
in require, spryker/code-sniffer
and spryker/testify
in require-dev. The codeception.yml
now uses the psr-4 namespace for PHPUnit. The generated *DependencyProvider contains now the @method
annotation for the getConfig()
method.