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

fix: [Auto Routing Improved] one controller method has more than one URI when $translateURIDashes is true #7422

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    2bb2cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cf718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0070c4a View commit details
    Browse the repository at this point in the history
  4. fix: add check for underscores in URI when $translateURIDashes is true

    When converting dashes to underscores, two URIs correspond to a single controller,
    one URI for dashes and one URI for underscores. This was incorrect behavior,
    contrary to the design philosophy.
    kenjis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e49cf11 View commit details
    Browse the repository at this point in the history
  5. test: add tests

    kenjis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cde3889 View commit details
    Browse the repository at this point in the history
  6. test: add tests for getPos()

    kenjis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9be93dd View commit details
    Browse the repository at this point in the history
  7. docs: add changelog and note

    kenjis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fb0d8d6 View commit details
    Browse the repository at this point in the history
  8. docs: add upgrade guide

    kenjis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    989ef70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78b450c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7b9da2 View commit details
    Browse the repository at this point in the history