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: mutate filter #1989

Merged
merged 22 commits into from
Jun 26, 2022
Merged

feat: mutate filter #1989

merged 22 commits into from
Jun 26, 2022

Commits on Jun 25, 2022

  1. feat: mutate filter

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    74ddf1f View commit details
    Browse the repository at this point in the history
  2. tweak typing

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2f5956f View commit details
    Browse the repository at this point in the history
  3. add test

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    9a026c8 View commit details
    Browse the repository at this point in the history
  4. tweak typings

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b6f209a View commit details
    Browse the repository at this point in the history
  5. chore: remove useless overload (#1993)

    promer94 authored and huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    aa8aae0 View commit details
    Browse the repository at this point in the history
  6. fix typing

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    f5aaa67 View commit details
    Browse the repository at this point in the history
  7. chore: change internalMutate type (#1997)

    * chore: change internalMutate type
    
    * chore: useoverload for internal mutate
    promer94 authored and huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    d1f7556 View commit details
    Browse the repository at this point in the history
  8. store keys in global state

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    a64a2ff View commit details
    Browse the repository at this point in the history
  9. add type truthy key

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    829b15b View commit details
    Browse the repository at this point in the history
  10. polish truthy key

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    9279ae8 View commit details
    Browse the repository at this point in the history
  11. dont remove key

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    53b9050 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5105c5 View commit details
    Browse the repository at this point in the history
  13. store key in cache

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    d465c2e View commit details
    Browse the repository at this point in the history
  14. use values

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    93af9e9 View commit details
    Browse the repository at this point in the history
  15. fix cache test

    huozhi committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    0aae1b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

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

    shuding committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    a214dd9 View commit details
    Browse the repository at this point in the history
  3. fix types

    shuding committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    395c115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfaa9b3 View commit details
    Browse the repository at this point in the history
  5. move function declaration

    shuding committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e5ee3a4 View commit details
    Browse the repository at this point in the history
  6. fix infinite use cases

    shuding committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    1b0eceb View commit details
    Browse the repository at this point in the history
  7. fix lint error

    shuding committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    dcda636 View commit details
    Browse the repository at this point in the history