-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement URI generation for named routes #277
Commits on Feb 13, 2024
-
Lock file operations: 0 installs, 2 updates, 0 removals - Upgrading phpstan/phpstan (1.10.57 => 1.10.58) - Upgrading seld/jsonlint (1.10.1 => 1.10.2) Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03e56c1 - Browse repository at this point
Copy the full SHA 03e56c1View commit details -
Extract array shape definition as type
Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a13b4cd - Browse repository at this point
Copy the full SHA a13b4cdView commit details
Commits on Mar 2, 2024
-
Move cache key configuration away from dispatcher creation
This allows us to reuse that parameters to introduce the URI generation component. Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61d291f - Browse repository at this point
Copy the full SHA 61d291fView commit details -
Provide marker interface for all exceptions
This allows users to easily handle exceptions coming from this library. Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2335aa2 - Browse repository at this point
Copy the full SHA 2335aa2View commit details
Commits on Mar 4, 2024
-
Implement component to generate URIs from named routes
This introduces the ability to create URIs from the configured routes, following the same semantics of route dispatching when it comes to URL encoding (it needs to be handled by the user of the library). Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7877ee - Browse repository at this point
Copy the full SHA c7877eeView commit details -
Defined reserved extra parameters
Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc03f4e - Browse repository at this point
Copy the full SHA cc03f4eView commit details -
Decouple processed routes from data generator
This allows them to evolve separately. Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c27ead2 - Browse repository at this point
Copy the full SHA c27ead2View commit details -
Disallow empty strings as cache keys
Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28698b2 - Browse repository at this point
Copy the full SHA 28698b2View commit details -
Integrate named routes into route processing
This enables the retrieval of named routes and URI generation from the main library configuration. Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e24b7c8 - Browse repository at this point
Copy the full SHA e24b7c8View commit details -
Signed-off-by: Luís Cobucci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0849622 - Browse repository at this point
Copy the full SHA 0849622View commit details