Skip to content
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

implemented same path wildcard & static conflict fix #29

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. implemented same path wildcard & static conflict fix

    - implemented support of having exact route definitions for the same path as wildcard;
    - adjusted test to cover the case;
    - added .idea to .gitignore;
    maybephilipp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3050765 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fixed invalid type check

    maybephilipp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6b7f845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f14b529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6314db6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. optimizations iter 1

    maybephilipp committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d08adc3 View commit details
    Browse the repository at this point in the history
  2. optimizations iter 2

    maybephilipp committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c277e3a View commit details
    Browse the repository at this point in the history