Skip to content

Releases: spryker/router

1.8.0

29 Jul 08:49
Compare
Choose a tag to compare

Included commits: 1.7.0...1.8.0

Improvements

  • Adjusted Spryker\Yves\Router\RouterConfig::getCachePathIfCacheEnabled() so it builds the default Yves router cache location based on the project namespace and codeBucket.
  • Adjusted Spryker\Zed\Router\RouterConfig::getCachePathIfCacheEnabled() so it builds the default Zed router cache location based on the project namespace and codeBucket.

1.7.0

24 Jul 10:31
Compare
Choose a tag to compare

Included commits: 1.6.1...1.7.0

Improvements

  • Removed dependency to Silex RoutingServiceProvider in all RouterListenerEventDispatcherPlugins.
  • Added \Spryker\Zed\Router\Communication\Plugin\EventDispatcher\RequestAttributesEventDispatcherPlugin.
  • Added \SprykerTest\Zed\Router\Helper\RouterHelper for easier testing.

1.6.1

28 May 14:15
Compare
Choose a tag to compare

Included commits: 1.6.0...1.6.1

Fixes

  • Allow to search the controllers in the appropriate glob (SprykerEco -> vendor/spryker-eco/, SprykerSdk -> vendor/spryker-sdk/, ...).

1.6.0

11 May 10:34
Compare
Choose a tag to compare

Included commits: 1.5.1...1.6.0

Improvements

  • Changed default cache path for Spryker\Yves\Router\RouterConfig::getRouterConfiguration() config method.
  • Changed default cache path for Spryker\Zed\Router\RouterConfig::getRouterConfiguration() config method.

1.5.1

05 Dec 12:41
Compare
Choose a tag to compare

Included commits: 1.5.0...1.5.1

Bugfixes

  • Added a RouterHelper for easier testing.
  • Added a RouterHelperTrait for easier access to the RouterHelper in tests.

1.5.0

02 Dec 14:49
Compare
Choose a tag to compare

Included commits: 1.4.0...1.5.0

Improvements

  • Added Glue RouterApplicationPlugin.

1.4.0

25 Nov 13:12
Compare
Choose a tag to compare

Included commits: 1.3.0...1.4.0

Improvements

Compatibility with Symfony 4.4+.
Return typehints have been added to guarantee compatibility both with current and new release of symfony/router.

1.3.0

06 Nov 09:20
Compare
Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

Improved PHP 7+ compatibility by removing reserved keywords from namespace.

1.2.0

18 Oct 05:50
Compare
Choose a tag to compare

Included commits: 1.1.0...1.2.0

Improvements

  • Added cache warmer console commands for Yves and Zed.

1.1.0

26 Sep 07:29
Compare
Choose a tag to compare

Included commits: 1.0.0...1.1.0

Improvements

  • Deprecated Yves related Router code.
  • Added RouterApplicationPlugin.
  • Added Zed Router with cache.
  • Added RouterEnviromentConfigConstantsZed.