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: support for typescript named routes #872

Merged
merged 26 commits into from
May 9, 2022
Merged

feat: support for typescript named routes #872

merged 26 commits into from
May 9, 2022

Commits on May 3, 2022

  1. feat: support for typescript named routes

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2cefa05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5dbcb View commit details
    Browse the repository at this point in the history
  3. supporting child named routes

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a4290da View commit details
    Browse the repository at this point in the history
  4. changes on the location path

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    c731088 View commit details
    Browse the repository at this point in the history
  5. almost working

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    eb0db27 View commit details
    Browse the repository at this point in the history
  6. improvements

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7c09fd6 View commit details
    Browse the repository at this point in the history
  7. add couple more test

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    336f7db View commit details
    Browse the repository at this point in the history
  8. fixed it

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    3ae8133 View commit details
    Browse the repository at this point in the history
  9. no need for name and children 😎

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    130866d View commit details
    Browse the repository at this point in the history
  10. add comment

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    102fc8d View commit details
    Browse the repository at this point in the history
  11. fix build

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    fb5c963 View commit details
    Browse the repository at this point in the history
  12. rollback router

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    03a0f5a View commit details
    Browse the repository at this point in the history
  13. chore: add createRouter templated options

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    22513da View commit details
    Browse the repository at this point in the history
  14. chore: change to readonly

    pikax authored and posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    74b4677 View commit details
    Browse the repository at this point in the history
  15. chore: unused imports

    posva committed May 3, 2022
    Configuration menu
    Copy the full SHA
    f8ce217 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb3d550 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c28cef9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    9cb0f51 View commit details
    Browse the repository at this point in the history
  2. chore: oops file

    posva committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0ede4f2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. test: make them work

    posva committed May 5, 2022
    Configuration menu
    Copy the full SHA
    aee2618 View commit details
    Browse the repository at this point in the history
  2. refactor: remove old types

    posva committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d68e38d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. refactor: internal types

    posva committed May 6, 2022
    Configuration menu
    Copy the full SHA
    0ffd5ff View commit details
    Browse the repository at this point in the history
  2. chore: testing

    posva committed May 6, 2022
    Configuration menu
    Copy the full SHA
    d02592f View commit details
    Browse the repository at this point in the history
  3. feat: typing global router

    posva committed May 6, 2022
    Configuration menu
    Copy the full SHA
    51b2c86 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. chore: remove unused import

    posva committed May 9, 2022
    Configuration menu
    Copy the full SHA
    60909e8 View commit details
    Browse the repository at this point in the history
  2. chore: leftovers

    posva committed May 9, 2022
    Configuration menu
    Copy the full SHA
    87dfe90 View commit details
    Browse the repository at this point in the history