Skip to content

Releases: spryker-sdk/spryk

0.2.7

16 Sep 14:55
d9a49bc
Compare
Choose a tag to compare

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 use apply spaceless instead of deprecated plain spaceless.
  • Adjusted MethodBusinessFactory.php.twig in order to use apply spaceless instead of deprecated plain spaceless.

0.2.6

04 Jun 14:09
fca8e6e
Compare
Choose a tag to compare

Included commits: 0.2.5...0.2.6

Fixes

  • Refactored Spryks to use ContainerInterface::set() methods instead of deprecated array access.

0.2.5

03 Apr 16:20
a607f17
Compare
Choose a tag to compare

Included commits: 0.2.4...0.2.5

Fixes

  • Removed *.ts files from binary list of gitattributes

0.2.4

05 Feb 14:29
2880945
Compare
Choose a tag to compare

Included commits: 0.2.3...0.2.4

Bugfixes

  • Updated packages to the latest possible versions.

0.2.3

07 Oct 07:47
55acb93
Compare
Choose a tag to compare

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 and spryker/glue-application-extension.

0.2.2

25 Jul 10:05
Compare
Choose a tag to compare

Included commits: 0.2.1...0.2.2

Improvements

  • Added Service related spryks.

0.2.1

04 Jul 12:57
4901e1b
Compare
Choose a tag to compare

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

09 May 05:23
c963f2e
Compare
Choose a tag to compare

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

21 Mar 15:24
078605d
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Improvements

  • Added AddZedCommunicationConsoleTest spryk.
  • Added AddZedCommunicationTestSuite spryk.
  • Added AddZedCommunicationTestSuiteConfiguration spryk.

0.1.1

14 Mar 13:13
e14819d
Compare
Choose a tag to compare

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.