-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: pmndrs/zustand
base: v5.0.10
head repository: pmndrs/zustand
compare: v5.0.11
- 17 commits
- 13 files changed
- 13 contributors
Commits on Jan 12, 2026
-
test(middlewareTypes): replace 'void' with 'expectTypeOf' for type as…
…sertions (#3352) * test(middlewareTypes): replace 'void' with 'expectTypeOf' and 'expect' for type assertions * test(middlewareTypes): replace deprecated 'toMatchTypeOf' with 'toHaveProperty' * test(middlewareTypes): replace 'toBeNumber', 'toBeVoid', 'toBeBoolean' with 'toEqualTypeOf' for stricter type checking * test(middlewareTypes): wrap 'setState', 'subscribe', 'persist.hasHydrated' with 'expectTypeOf' for type verification * test(middlewareTypes): remove redundant 'expect(useBoundStore).toBeDefined()' * style(middlewareTypes): format 'setState' type assertion * test(middlewareTypes): replace 'toHaveProperty' with 'toExtend' for explicit type checking * style(middlewareTypes): format type assertion
Configuration menu - View commit details
-
Copy full SHA for 3cb547d - Browse repository at this point
Copy the full SHA 3cb547dView commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 10231e7 - Browse repository at this point
Copy the full SHA 10231e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ea6ea - Browse repository at this point
Copy the full SHA b0ea6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e329e5 - Browse repository at this point
Copy the full SHA 3e329e5View commit details
Commits on Jan 16, 2026
-
chore: fix vitest type definitions (#3351)
* chore: fix vitest type definitions * fix testing doc
Configuration menu - View commit details
-
Copy full SHA for 8815101 - Browse repository at this point
Copy the full SHA 8815101View commit details
Commits on Jan 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9e50621 - Browse repository at this point
Copy the full SHA 9e50621View commit details
Commits on Jan 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c27934d - Browse repository at this point
Copy the full SHA c27934dView commit details -
chore(deps): bump pmndrs/docs/.github/workflows/build.yml from 2 to 3 (…
…#3364) Bumps [pmndrs/docs/.github/workflows/build.yml](https://github.com/pmndrs/docs) from 2 to 3. - [Release notes](https://github.com/pmndrs/docs/releases) - [Changelog](https://github.com/pmndrs/docs/blob/main/CHANGELOG.md) - [Commits](pmndrs/docs@v2...v3) --- updated-dependencies: - dependency-name: pmndrs/docs/.github/workflows/build.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f49ad8 - Browse repository at this point
Copy the full SHA 0f49ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d4593 - Browse repository at this point
Copy the full SHA e7d4593View commit details -
chore: improve typing in devtools middleware (#3362)
* chore: improve typing in devtools middleware * chore: move checks to typeguard * address review comments * change true check to truthy --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e026d7 - Browse repository at this point
Copy the full SHA 6e026d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ea330 - Browse repository at this point
Copy the full SHA d9ea330View commit details
Commits on Jan 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6813f7b - Browse repository at this point
Copy the full SHA 6813f7bView commit details
Commits on Jan 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 267a57c - Browse repository at this point
Copy the full SHA 267a57cView commit details
Commits on Feb 1, 2026
-
fix(persist): use window.localStorage as default storage reference (#…
…3367) Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b505ac - Browse repository at this point
Copy the full SHA 9b505acView commit details -
fix(immer): Proper typing for immer middleware in combination with sl…
…ices (#3371) * Add generic type parameter U to Immer type * Add a test for immer + sliced store typing * Rename test case for clarity on slice type --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3871d53 - Browse repository at this point
Copy the full SHA 3871d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81b4eb - Browse repository at this point
Copy the full SHA c81b4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99379a6 - Browse repository at this point
Copy the full SHA 99379a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.10...v5.0.11