Releases: alterfw/ampersand
Releases · alterfw/ampersand
v0.2.17
v0.2.16
- Fixes route detection by caused by HttpFoundation::getPathInfo() inconsistences
v0.2.15
- Fixes route bug when running WordPress in a subdirectory (alterfw/alter#17)
v0.2.14
- Fixes compatibilty with CLI in Hero projects
- ALTER_CLI_RUNNER overrites default environment
v0.2.13
- Changing fast-route dependency to stable version
- Moved Route engine to FastRoute
- Moved autoload to PSR-4
- Allow pass parameter to Render::template method
- Improved variable passing to Render::template method
- Fixed required parameter on Response->template() method
- Fixed namespaces case sensitive problem
v0.2.11
Updated aura/session version
v0.2.10
Fixed flush in rules for map routes
v0.2.9
- Improved environment detection
- Added support to Session and Flash messages
- Added support to multiple HTTP methods using the map() method
- Added support for URL generation
v0.2.8
- Replaced
get_query_template()
byget_template_part()
- Fixed configuration loading
- Fixed regex to match slugs
- Fixed route triggering with same path and different http methods
v0.2.7
- Fixed WordPress context in root routes