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: v4.1.4
Choose a base ref
...
head repository: pmndrs/zustand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.5
Choose a head ref
  • 16 commits
  • 17 files changed
  • 13 contributors

Commits on Nov 3, 2022

  1. Persisting store doc href hash fixes and tweaks (#1398)

    * chore(docs): Fix casing in Persist middleware docs
    
    * docs: Remove unhelpful 'see below' and make other more helpful
    
    * docs: Remove link incompatible between GH & Docs site.
    wmcb91 authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d3596a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. docs(typescript): highlight the extra parenthesis for create (#1410)

    * docs(typescript): highlight the extra parenthesis for `create`
    
    * fix typo
    devanshj authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ea8415b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8329bbf View commit details
    Browse the repository at this point in the history
  3. Docs: added section in slices-pattern explaining how to affect multip…

    …le stores in one function (#1404)
    
    * added section in slices-pattern.md explaining how to have a function change multiple stores together
    
    * change in title and subtext for better understanding
    Rec0iL99 authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a1d2287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9751850 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Update 3rd-party-libraries.md (#1426)

    Adds my zustand-computed library, which is updated to match the latest API version and supports the proper typing like detailed in your examples.
    chrisvander authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d81ac58 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 29, 2022

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

Commits on Dec 5, 2022

  1. fix(docs): Fix 'State' declaration position (#1438)

    * Fix 'State' declaration position
    
    * Update auto-generating-selectors.md
    
    Update pr with review
    
    * Update auto-generating-selectors.md
    hicucu authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    47b2b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f79df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f548963 View commit details
    Browse the repository at this point in the history
  4. feat(shallow): Add support of Maps and Sets to shallow comparator (#1451

    )
    
    * Add support of Maps and Sets to shallow comparator.
    
    * Update src/shallow.ts
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    anton-lunev and dai-shi authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ed526d0 View commit details
    Browse the repository at this point in the history
  5. ref: replace hardcoded types with StoreApi type (#1459)

    Add binding of createStoreImpl methods types to StoreApi without hardcoding.
    Makes it easier to read and reason about where the type comes from and belongs to.
    Removing arrow function types reduces number of arrows, and makes it easier to read.
    Arsikod authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d53f92d View commit details
    Browse the repository at this point in the history
  6. Fix: Programmatic module.exports addition for named and default exp…

    …orts in CJS (#1460)
    
    * experimental export patch
    
    patches the base index file to export the default as classic
    node cjs module
    
    * refactor
    
    * add semi
    
    Co-authored-by: daishi <daishi@axlight.com>
    barelyhuman and dai-shi authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e3d738f View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dev dependencies (#1467)

    * chore(deps): update dev dependencies
    
    * patch for older ts
    dai-shi authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    60b7458 View commit details
    Browse the repository at this point in the history
  8. 4.1.5

    dai-shi committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0736a1c View commit details
    Browse the repository at this point in the history
Loading