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

feat: Virtual Routes Support #1799

Merged
merged 22 commits into from
May 23, 2022
Merged

Commits on May 15, 2022

  1. add first test

    illBeRoy committed May 15, 2022
    Configuration menu
    Copy the full SHA
    ba998e8 View commit details
    Browse the repository at this point in the history
  2. new VirtualRoutes mixin that handles routes. fetch tries to use Virtu…

    …alRoutes. default config updated
    illBeRoy committed May 15, 2022
    Configuration menu
    Copy the full SHA
    7c92837 View commit details
    Browse the repository at this point in the history
  3. cover all basic use cases

    illBeRoy committed May 15, 2022
    Configuration menu
    Copy the full SHA
    7a2d0d0 View commit details
    Browse the repository at this point in the history
  4. regex matching in routes

    illBeRoy committed May 15, 2022
    Configuration menu
    Copy the full SHA
    3f359ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53c507f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d816bc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    fb084f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1866fa2 View commit details
    Browse the repository at this point in the history
  3. added docs

    illBeRoy committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8bf6890 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    a022b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1447898 View commit details
    Browse the repository at this point in the history
  3. promiseless implementation

    illBeRoy committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e8a12c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e81429d View commit details
    Browse the repository at this point in the history
  5. updated docs

    illBeRoy committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f0be4ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbf45d4 View commit details
    Browse the repository at this point in the history
  7. minor rephrasing

    illBeRoy committed May 18, 2022
    Configuration menu
    Copy the full SHA
    dfbf77f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. removed non-legacy code from exact-match; updated navigateToRoute hel…

    …per to infer router mode from page
    illBeRoy committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a245a2b View commit details
    Browse the repository at this point in the history
  2. moved endsWith from router utils to general utils; added startsWith u…

    …til; refactored makeExactMatcher to use both
    illBeRoy committed May 19, 2022
    Configuration menu
    Copy the full SHA
    4277cc5 View commit details
    Browse the repository at this point in the history
  3. updated docs per feedback

    illBeRoy committed May 19, 2022
    Configuration menu
    Copy the full SHA
    4bd7ac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebfc235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea7308 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. updated docs per pr comments

    illBeRoy committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c748b33 View commit details
    Browse the repository at this point in the history