0.9.0-alpha.2
版本发布时间: 2020-05-30 03:23:59
typestack/routing-controllers最新发布版本:v0.10.4(2023-04-29 00:45:23)
Overview
This is a release candidate containing several PRs merges with bug fixes, performance improvements, and new features. Please, help with tests, leave comments and feedback on the respective issues, or open new ones if you find new issues. This is alpha.2 for v0.9.0 and adds a few more PRs with bug fixes, enhancements and test coverage on top of the other fixes of alpha.1.
# | Change Type | Change Description |
---|---|---|
#536 | Feature | Added support for wildcard all routes |
#568 | Fix | Fixed issue that would cause multiple route executions per request |
#526 | Fix | Fixed export of SessionParam at index |
#547 | Fix | Through #536, it should now prevent conflicts in routes names |
#491 | Fix | Through #568, it should now prevent a single request triggering multiple route executions that would cause Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client issue. |