Commit graph

20 commits

Author SHA1 Message Date
ec2bac1c76 chore: release SVRRouter 1.0.0 2025-01-04 09:33:36 +01:00
272fda4780 chore: rename SVRouter to SVRRouter due to npm publishing issues 2025-01-04 09:32:18 +01:00
10ddecc775 ci: create a GitHub action which mirrors contents of the repository to SVR.JS Git server
Some checks failed
Repo sync GitHub -> SVR.JS Git server / svrjsgit (push) Has been cancelled
2025-01-04 09:24:20 +01:00
7af60aab0a feat!: add support for relative routes in nested SVRouter routers 2025-01-02 19:53:09 +01:00
a075c975af chore: downgrade path-to-regexp library to version compatible with older Node.JS versions 2025-01-02 11:34:40 +01:00
387ae1ac27 chore: ignore more files 2025-01-02 10:52:54 +01:00
b26b21606d docs: add note about some Express middleware not working 2025-01-01 22:10:35 +01:00
a8269e9057 fix: fix the bug with "path.replace" not being a function when adding middleware for Express router 2025-01-01 22:06:44 +01:00
17188eb870 feat: add compatiblity with Express's router middleware 2025-01-01 21:55:32 +01:00
c0c69246d2 fix: correct the error message about the path not being a string in the router pass-through function 2025-01-01 21:33:59 +01:00
61e09642e5 fix: change the condition for selecting the path function for pass-throughs 2025-01-01 21:15:30 +01:00
39a799ba08 docs: clarify that paths begin with "/" 2025-01-01 21:11:20 +01:00
db5c598a81 fix: fix the pass route not work with paths ending with "/" 2025-01-01 21:10:09 +01:00
f7a6bc4f6a docs: add note about request URL not being rewritten in SVRouter 2025-01-01 21:04:22 +01:00
87a57d8c8b test: add the log facilities and configuration pass-through test 2025-01-01 20:27:55 +01:00
96f96424b6 docs: improve the description for the "router.pass" function 2025-01-01 20:23:19 +01:00
1af92e8281 feat: add the support for chained route and pass-through addition methods 2025-01-01 20:22:49 +01:00
80ec67d096 feat: add the support for routes for all HTTP methods 2025-01-01 20:12:11 +01:00
d2f413c114 fix: correct the Git repository URL 2025-01-01 18:14:52 +01:00
acbf714fc4 chore: init 2025-01-01 18:09:15 +01:00