Skip to content

Releases: mtymek/blast-base-url

v1.0.0

15 May 15:39
Compare
Choose a tag to compare
  • Middleware is now PSR-15 compatible. Previous "double-pass" middleware signature is not supported anymore.
  • Added ConfigProvider class and component definition. With this change, the initial configuration is much simpler.
  • Minimum required PHP version is now 7.0. Added support for 7.1 and 7.2.

0.2.0

26 Jun 17:11
Compare
Choose a tag to compare
  • Added compatibility with ServiceManager v3 (doesn't show deprectation notice anymore)
  • Updated setup documentation to ensure default basePath plugin is overriden
  • #8 removes code that finds "path" part of the URI, as it was
    duplicating similar functionality from zend-diactoros.

0.1.2

01 Jun 20:20
Compare
Choose a tag to compare
Link pull requests from changelog

0.1.1

17 May 20:48
Compare
Choose a tag to compare
Merge pull request #3 from mtymek/use_zend_url_helper

Use UrlHelper::setBasePath instead of custom helper

0.1.0

25 Jan 19:33
Compare
Choose a tag to compare

First release