Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

v0.7.4

Compare
Choose a tag to compare
@kqito kqito released this 20 Apr 14:24
· 10 commits to master since this release

Overview

PR: #44

Core changes

  • Change the type of initialState from any to Record<string, any>

New API

  • Add mergeInitialState API
    • This API is useful for inheriting the value of the store from the SSR in the browser.

Document

  • Add each API's description and usages.
    • Add about mergeInitialState
    • Add about getStore
    • Add about equalityFunction