Pull requests · pillarjs/router
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 120
Pull requests list
Add opt-in 405 Method Not Allowed responses
#191 opened Feb 21, 2026 by EduardoAC Loading…
fix: prevent use with multi-slash path from matching all routes
#190 opened Feb 13, 2026 by MOHIT51196 Loading…
fix: enforce trailing slash in mount path for .use() layers
#189 opened Feb 8, 2026 by DukeDeSouth Loading…
perf: enhance decodeParam to check for encoded values
#188 opened Jan 5, 2026 by nigrosimone Loading…
layer: use empty object without prototype for params of regexp path
#185 opened Dec 19, 2025 by bjohansebas Loading…
feat: add router cycle detection to prevent infinite loops
#183 opened Oct 7, 2025 by aprici7y Loading…
build(deps): bump github/codeql-action from 3.27.9 to 3.30.5 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#182 opened Oct 1, 2025 by dependabot bot Loading…
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#181 opened Oct 1, 2025 by dependabot bot Loading…
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#180 opened Oct 1, 2025 by dependabot bot Loading…
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#179 opened Oct 1, 2025 by dependabot bot Loading…
feat: add getRoutes method to list registered routes
#174 opened Jul 28, 2025 by bjohansebas Loading…
2 52
fix: set statusCode property on error in layer.js to ensure proper error handling
#171 opened Jul 12, 2025 by ale-grosselle Loading…
build(deps-dev): bump supertest from 6.3.3 to 6.3.4 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
#167 opened Jun 2, 2025 by dependabot bot Loading…
build(deps-dev): bump mocha from 10.2.0 to 10.8.2 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
#166 opened Jun 2, 2025 by dependabot bot Loading…
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#165 opened Jun 2, 2025 by dependabot bot Loading…
feat: create router.error method to allow explicit definition of error-handling middleware
#160 opened May 16, 2025 by nathanhleung Loading…
docs: fix typo in .all doc comment
#159 opened May 15, 2025 by nathanhleung Loading…
Add a helpful error message when pathRegexp fails
#158 opened Apr 7, 2025 by JL102 Loading…
Backport: ci: updated github actions ci workflow
#148 opened Nov 25, 2024 by Phillip9587 Loading…
refactor!: replace is-promise dependency with instanceof check
semver-major
#137 opened Oct 27, 2024 by jonkoops Loading…
Don't store request specific data into the Layer object discuss enhancement needs docs needs tests
#113 opened Feb 2, 2024 by Congelli501 Loading…
#110 opened Mar 28, 2023 by ilikejames Loading…
Add typescript definition files enhancement pr
#100 opened Apr 27, 2021 by rauno56 Loading…
ProTip!
Exclude everything labeled bug with -label:bug.