Releases: mtymek/blast-base-url
Releases · mtymek/blast-base-url
v1.0.0
- 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
- 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
Link pull requests from changelog
0.1.1
Merge pull request #3 from mtymek/use_zend_url_helper
Use UrlHelper::setBasePath instead of custom helper