Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pmndrs/zustand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.5
Choose a base ref
...
head repository: pmndrs/zustand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.6
Choose a head ref
  • 10 commits
  • 14 files changed
  • 6 contributors

Commits on May 22, 2025

  1. test(vanilla/subscribe): add test for covering fireImmediately option…

    … in 'subscribeWithSelector' (#3131)
    sukvvon authored May 22, 2025
    Configuration menu
    Copy the full SHA
    a03acc3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Add zustand-expo-devtools to third-party middleware list (#3135)

    * Add zustand-expo-devtools to third-party middleware list
    
    Wrote a dev plugin that allows for full connection between zustand state and redux devtools!
    
    * ordered alphabetically
    csark0812 authored May 25, 2025
    Configuration menu
    Copy the full SHA
    c3dceea View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. chore: fix some typos in comment (#3139)

    Signed-off-by: clonemycode <clonecode@aliyun.com>
    clonemycode authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    9d58820 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

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

Commits on Jun 19, 2025

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

Commits on Jun 23, 2025

  1. perf(devtools): avoid inferring action type when explicit action name…

    … is provided (#3147)
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    vchirikov and dai-shi authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ca08a5e View commit details
    Browse the repository at this point in the history
  2. refactor(middleware): replace export * with explicit named and type e…

    …xports (#3151)
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    sukvvon and dai-shi authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    5bc717b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. docs(README): remove 'omit' in 'Overwriting state' section (#3160)

    * docs(README): replace 'lodash' with 'es-toolkit' in 'Overwriting state' section
    
    * docs(README): change 'es-tooklit/compat' to 'es-toolkit/compat/omit'
    
    * docs(README): replace 'es-toolkit' with custom 'omit' implementation
    
    * docs(README): remove 'omit' util function
    
    * docs(README): simplify 'deleteTuna'
    sukvvon authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e639587 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. chore: update dev dependencies (#3159)

    * chore: update dev dependencies
    
    * downgrade plugin-typescript
    dai-shi authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    4a5e814 View commit details
    Browse the repository at this point in the history
  2. 5.0.6

    dai-shi committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    b5845a9 View commit details
    Browse the repository at this point in the history
Loading