Sky Johnson Sky
Sky pushed to master at PHP/Router 2024-09-07 22:35:44 -05:00
44ad5c5512 Apply dynamic placeholder fix to trie
1a2aeff1d4 Modify dynamic segments to a common placeholder to fix #1
Compare 2 commits »
Sky commented on issue PHP/Router#1 2024-09-07 20:05:52 -05:00
Specificity failure with multiple parameter nodes

Actually, will try to homogenize the parameter nodes as a single node (perhaps :x?), which may even save memory and iterations

Sky pushed to master at PHP/Router 2024-09-07 18:51:45 -05:00
c9e3c3a2d5 Add iterations before failure to test results
Sky pushed to master at PHP/Router 2024-09-07 17:41:28 -05:00
5277acfe39 Add random params to tests, update error formatting
c85d488e43 Add flag to flush opcache, add flag to run big test on simplerouter
Compare 2 commits »
Sky opened issue PHP/Router#1 2024-09-07 17:39:04 -05:00
Specificity failure with multiple parameter nodes
Sky created branch master in PHP/SimpleRouter 2024-09-07 16:48:36 -05:00
Sky pushed to master at PHP/SimpleRouter 2024-09-07 16:48:36 -05:00
053d4f30b2 Fix false 405 by removing key in routes array
bf6da3b990 Fix processing the basePath, array mismatch issue with tokenize
241d652283 🔧 One more namespace fix!
6ecb416155 🔧 Fix package for Composer
f85ca7666a Merge pull request #11 from splashsky/fix-overlapping-constraint-bug
Compare 10 commits »
Sky created repository PHP/SimpleRouter 2024-09-07 16:48:04 -05:00
Sky pushed to master at PHP/Router 2024-09-07 16:46:03 -05:00
86a03bb8ff Update readme with explanation and colors
Sky pushed to master at PHP/Router 2024-09-07 16:40:06 -05:00
49ed1fef42 huge big ol' updates; benches, tools, simplerouter, etc
ab9ca96f78 Remove array test
Compare 2 commits »
Sky pushed to master at PHP/Router 2024-09-07 13:03:02 -05:00
d7412d7191 Initial work
Sky created repository PHP/Router 2024-09-07 08:46:28 -05:00
Sky pushed to master at Go/Web 2024-09-07 08:11:30 -05:00
85f04865b5 Add HTTP method funcs to server
Sky pushed to master at Go/Color 2024-09-06 08:29:47 -05:00
86590435bd Update readme
c93f6e0af0 Change Code to Color, add better terminal support
Compare 2 commits »
Sky pushed to master at Go/Router 2024-09-06 08:17:18 -05:00
cfdd687bb7 Fix readme example
Sky pushed to master at Go/Router 2024-09-06 08:16:39 -05:00
34e8d28e95 Reimplement generics
Sky pushed to master at Go/Web 2024-09-05 22:02:51 -05:00
da47e3f63d Update README
a7af7947dc Update file naming
3cbd2579b6 Finish implementing send helpers and tests
Compare 3 commits »
Sky pushed to master at Go/Router 2024-09-05 14:14:57 -05:00
0dc5189e35 Fix readme init example
Sky pushed to master at Go/Router 2024-09-05 14:14:17 -05:00
4951463d77 Update readme
Sky pushed to master at Go/Router 2024-09-05 14:09:14 -05:00
7cc10ab6b9 Simplify by removing generics