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

Add a macro for building properties outside of html! #1599

Merged
merged 46 commits into from
Oct 21, 2020
Merged

Commits on Oct 6, 2020

  1. remove renamed imports from yew-macro

    They add a lot of cognitive overhead and don't provide much benefit in this case.
    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    43f0d57 View commit details
    Browse the repository at this point in the history
  2. just a prototype

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    273d7a0 View commit details
    Browse the repository at this point in the history
  3. cleanup

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9ce788f View commit details
    Browse the repository at this point in the history
  4. add prop type resolver

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    eefa6ee View commit details
    Browse the repository at this point in the history
  5. use new props for tags

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    7914e15 View commit details
    Browse the repository at this point in the history
  6. silence clippy

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f3b8717 View commit details
    Browse the repository at this point in the history
  7. simplify tag parsing

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a587c41 View commit details
    Browse the repository at this point in the history
  8. clean up

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    61a4bf8 View commit details
    Browse the repository at this point in the history
  9. improve names

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    1487c36 View commit details
    Browse the repository at this point in the history
  10. fix list span

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    16b60e7 View commit details
    Browse the repository at this point in the history
  11. new component props parsing

    siku2 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9401195 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. fix rogue lint

    siku2 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b716fe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. update tag attribute parsing

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    86f2e87 View commit details
    Browse the repository at this point in the history
  2. unify prop handling

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1c4ebe5 View commit details
    Browse the repository at this point in the history
  3. add new tests

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    7b635a3 View commit details
    Browse the repository at this point in the history
  4. integrate prop validation

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1ffd629 View commit details
    Browse the repository at this point in the history
  5. improve error span regression

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    128ea81 View commit details
    Browse the repository at this point in the history
  6. add docstring

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    0e7f25e View commit details
    Browse the repository at this point in the history
  7. update tests

    siku2 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    d3c5993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3a3763 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. move properties derive macro

    siku2 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    abb702c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1915414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc31295 View commit details
    Browse the repository at this point in the history
  4. document special properties

    siku2 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    bf1d93a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114cb28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    008681e View commit details
    Browse the repository at this point in the history
  7. document with props children

    siku2 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    13c231e View commit details
    Browse the repository at this point in the history
  8. clean up a tad

    siku2 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    efb1799 View commit details
    Browse the repository at this point in the history
  9. is boolean the missing word?

    Starting to question the use of this spell checker...
    siku2 committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    c603630 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    5113508 View commit details
    Browse the repository at this point in the history
  2. update again

    siku2 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    a7182ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e9d1b2 View commit details
    Browse the repository at this point in the history
  4. give me a deploy finally

    siku2 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    0f47c49 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

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

Commits on Oct 15, 2020

  1. time for the obligatory update

    siku2 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    cf4a5ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58fb1c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. code review

    siku2 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    cdcd552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d122556 View commit details
    Browse the repository at this point in the history
  3. clippyfying

    siku2 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    6b68c67 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. revert Task: Drop

    siku2 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    18053a9 View commit details
    Browse the repository at this point in the history
  2. HtmlTag -> HtmlElement

    siku2 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    21d001b View commit details
    Browse the repository at this point in the history
  3. link the issue for prop_or_else

    siku2 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    267f785 View commit details
    Browse the repository at this point in the history
  4. PropList -> SortedPropList

    siku2 committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    2372ebe View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. use struct syntax

    siku2 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    93c60f8 View commit details
    Browse the repository at this point in the history
  2. update to latest commit

    siku2 committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    effced3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620e503 View commit details
    Browse the repository at this point in the history