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

Rewrite router #1791

Merged
merged 58 commits into from
May 17, 2021
Merged

Rewrite router #1791

merged 58 commits into from
May 17, 2021

Commits on Mar 31, 2021

  1. rewrite router

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d217984 View commit details
    Browse the repository at this point in the history
  2. add support for 404 routes

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7f6ba75 View commit details
    Browse the repository at this point in the history
  3. support base urls

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    76e03fa View commit details
    Browse the repository at this point in the history
  4. parse query params

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1e02c88 View commit details
    Browse the repository at this point in the history
  5. don't use js snippets lol

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6634df1 View commit details
    Browse the repository at this point in the history
  6. cleanup code, update example

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2b29da7 View commit details
    Browse the repository at this point in the history
  7. bruh fmt

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d345db8 View commit details
    Browse the repository at this point in the history
  8. test router

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5bcd098 View commit details
    Browse the repository at this point in the history
  9. add more tests

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    92ef77c View commit details
    Browse the repository at this point in the history
  10. wasm_test feature, CI

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2321034 View commit details
    Browse the repository at this point in the history
  11. Add rustdocs

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    50ff11d View commit details
    Browse the repository at this point in the history
  12. update docs on website

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e8558e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c53948 View commit details
    Browse the repository at this point in the history
  14. fix 404 handling

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c0d0d14 View commit details
    Browse the repository at this point in the history
  15. fix tests

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    76915bd View commit details
    Browse the repository at this point in the history
  16. formatting

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3be5ffb View commit details
    Browse the repository at this point in the history
  17. update docs, little cleanup

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bf8d00c View commit details
    Browse the repository at this point in the history
  18. fix example

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c9cf845 View commit details
    Browse the repository at this point in the history
  19. misc fixes

    ranile committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8a461bc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. add routable macro tests

    ranile committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    de05800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c67d2 View commit details
    Browse the repository at this point in the history
  3. fix test, add makefile

    ranile committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    de203c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge branch 'master' into router-rewrite

    # Conflicts:
    #	packages/yew-router-route-parser/Cargo.toml
    #	packages/yew-router-route-parser/src/core.rs
    ranile committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d5a6723 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    ff2d77c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. update example

    ranile committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    40d1ea7 View commit details
    Browse the repository at this point in the history
  2. update docs

    ranile committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    fee88cc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into router-rewrite

    # Conflicts:
    #	packages/yew-router-macro/Cargo.toml
    #	packages/yew-router-route-parser/Cargo.toml
    ranile committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    a7d9fb2 View commit details
    Browse the repository at this point in the history
  4. update Cargo.toml

    ranile committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    279a5a6 View commit details
    Browse the repository at this point in the history
  5. clippy & fmt

    ranile committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    61da239 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    7e1cb02 View commit details
    Browse the repository at this point in the history
  2. cleanup code

    ranile committed May 8, 2021
    Configuration menu
    Copy the full SHA
    36d2618 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. apply review

    ranile committed May 9, 2021
    Configuration menu
    Copy the full SHA
    3c52993 View commit details
    Browse the repository at this point in the history
  2. more fixes from review

    ranile committed May 9, 2021
    Configuration menu
    Copy the full SHA
    8dd8a7f View commit details
    Browse the repository at this point in the history
  3. fix warnings

    ranile committed May 9, 2021
    Configuration menu
    Copy the full SHA
    bd0589f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    4697591 View commit details
    Browse the repository at this point in the history
  2. formatting

    ranile committed May 10, 2021
    Configuration menu
    Copy the full SHA
    eaf09b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bad46a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. apply review

    ranile committed May 15, 2021
    Configuration menu
    Copy the full SHA
    e0e6f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d9beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25c077 View commit details
    Browse the repository at this point in the history
  4. fix doc test

    ranile committed May 15, 2021
    Configuration menu
    Copy the full SHA
    3051f67 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Apply suggestions from code review

    Co-authored-by: Simon <[email protected]>
    ranile and siku2 authored May 16, 2021
    Configuration menu
    Copy the full SHA
    6578e01 View commit details
    Browse the repository at this point in the history
  2. Update docs/concepts/router.md

    apply suggestion
    
    Co-authored-by: Simon <[email protected]>
    ranile and siku2 authored May 16, 2021
    Configuration menu
    Copy the full SHA
    5b863b7 View commit details
    Browse the repository at this point in the history
  3. apply review (part 2)

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    ee3a188 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb1cdf8 View commit details
    Browse the repository at this point in the history
  5. use serde for parsing query

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    35ef2cd View commit details
    Browse the repository at this point in the history
  6. a more modular implementation

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    064d0c8 View commit details
    Browse the repository at this point in the history
  7. docs for query parameters

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    9d153d8 View commit details
    Browse the repository at this point in the history
  8. fix doc

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    ea5646d View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Simon <[email protected]>
    ranile and siku2 authored May 16, 2021
    Configuration menu
    Copy the full SHA
    eeb6b66 View commit details
    Browse the repository at this point in the history
  10. fixes (from review)

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    e8692bd View commit details
    Browse the repository at this point in the history
  11. formatting

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    81eec38 View commit details
    Browse the repository at this point in the history
  12. use new functions

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    6342316 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    586ca64 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Simon <[email protected]>
    ranile and siku2 authored May 16, 2021
    Configuration menu
    Copy the full SHA
    df7dff5 View commit details
    Browse the repository at this point in the history
  15. remove PartialEq + Clone bound

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    af91378 View commit details
    Browse the repository at this point in the history
  16. docs

    ranile committed May 16, 2021
    Configuration menu
    Copy the full SHA
    031ab20 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. fix example

    ranile committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d664037 View commit details
    Browse the repository at this point in the history