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 type safe state extractor #1155

Merged
merged 50 commits into from
Aug 17, 2022
Merged

Add type safe state extractor #1155

merged 50 commits into from
Aug 17, 2022

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    2eb4c14 View commit details
    Browse the repository at this point in the history
  2. Pass state to extractors

    davidpdrsn committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    d9cc822 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. make state extractor work

    davidpdrsn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1f95766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18bb70b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61bb214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2117c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    09e1898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cd34f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    0081c0d View commit details
    Browse the repository at this point in the history
  2. swap type params

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e9b0b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2187d View commit details
    Browse the repository at this point in the history
  4. fix docs references

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8c2027e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1fe325 View commit details
    Browse the repository at this point in the history
  6. docs clean ups

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    96a41f4 View commit details
    Browse the repository at this point in the history
  7. more consistent naming

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    838201c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea8160c View commit details
    Browse the repository at this point in the history
  9. add missing docs

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0f80479 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7de141c View commit details
    Browse the repository at this point in the history
  11. changelog

    davidpdrsn committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9fd0c5e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. don't use default type param for FromRequest and RequestParts

    probably safer for library authors so you don't accidentally forget
    davidpdrsn committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    619f267 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    8896190 View commit details
    Browse the repository at this point in the history
  2. fix examples

    davidpdrsn committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    32ace95 View commit details
    Browse the repository at this point in the history
  3. minor docs tweaks

    davidpdrsn committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    dec3e46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703d738 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28df3c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1c5f65 View commit details
    Browse the repository at this point in the history
  7. fix docs link

    davidpdrsn committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3f94c1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec1cfba View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    babb073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c055d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d8ef5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b2075 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c021616 View commit details
    Browse the repository at this point in the history
  6. fix docs typo

    davidpdrsn committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a489cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    a7d558a View commit details
    Browse the repository at this point in the history
  2. fix example

    davidpdrsn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    aeab0c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    719192f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02bc5ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f63017 View commit details
    Browse the repository at this point in the history
  6. Add route_service_with_tsr

    davidpdrsn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c1074b7 View commit details
    Browse the repository at this point in the history
  7. fix trybuild expectations

    davidpdrsn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0668fd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6a2f39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02a1f81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e211b15 View commit details
    Browse the repository at this point in the history
  11. Add FromRef trait (#1268)

    * Add `FromRef` trait
    
    * Remove unnecessary type params
    
    * format
    
    * fix docs link
    
    * format examples
    davidpdrsn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    96531b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e23d81c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34d24d2 View commit details
    Browse the repository at this point in the history