Skip to content

Conversation

skipperbent
Copy link
Owner

@skipperbent skipperbent commented Mar 22, 2021

  • [FEATURE] Default-namespace optimisations setDefaultNamespace() bug #446 [FEATURE] Default-namespace optimisations #446 #507
    • Router::setDefaultNamespace() no longer has to be set in the beginning of routes.php.
    • Default namespace are now set once the router is started (Router::start()).
    • Added new ClassNotFoundHttpException thrown when class is not found.
    • ClassNotFoundHttpException is now thrown when class/method is not found (backwards compatible).
    • Added unit-tests for default-namespace tests (rewrite + append cases).

- Router::setDefaultNamespace() no longer has to be set in the beginning of routes.php.
- Default namespace are now set once the router is started (Router::start()).
- [WIP] Added unit-tests for custom-namespaces.
- Added new ClassNotFoundHttpException thrown when class is not found.
- ClassNotFoundHttpException is now thrown when class/method is not found (backwards compatible).
- Added unit-tests for default-namespace tests (rewrite + append cases).
@skipperbent skipperbent changed the title Feature default namespace Changed behavior for default-namespace after issue #446 Mar 22, 2021
@skipperbent skipperbent changed the title Changed behavior for default-namespace after issue #446 Default-namespace optimisations #446 Mar 22, 2021
@skipperbent skipperbent changed the title Default-namespace optimisations #446 [FEATURE] Default-namespace optimisations #446 Mar 22, 2021
@skipperbent skipperbent merged commit 3ebe1a8 into v4-development Mar 23, 2021
@skipperbent skipperbent deleted the feature-default-namespace branch March 23, 2021 13:53
@skipperbent skipperbent mentioned this pull request Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant