- Migrate to vite and fix type exports (54620ad)
- Wenqing [email protected]
- Add v3 example and upgrade
useContext
(67098af)
- docs: Update readme (0683e75)
- Wenqing [email protected]
- docs: Update readme (a307fea)
- Wenqing [email protected]
- dist: Sync dist (c75eb2e)
- Wenqing [email protected]
- UseContext route as non-ref (4c423d5)
- Wenqing [email protected]
- docs: Update readme (009c197)
- Wenqing [email protected]
- docs: Update readme (208e6a9)
- Wenqing [email protected]
- Wenqing [email protected]
- Export getCurrentInstance and fix wrapProperty types (828a2f4)
- docs: Update useStore usage docs (bac3843)
- Wenqing [email protected]
- docs: Update docs (0f350c3)
- Wenqing [email protected]
- types: Fix useStore types (0d1ba6f)
- Wenqing [email protected]
- docs: Update docs (37c4c16)
- Wenqing [email protected]
- Update changelog (e3621ad)
- docs: Update readme for en (c069e7d)
- Wenqing [email protected]
- Add changelog generator, fix npmignore files (93e1f19)
- Upgrade version 2 to npm latest tag (58cd8e7)
- Wenqing [email protected]
- 将
2.x
标记为 npm latest tag。
- 支持
vue 2.7
。
- 移除
useStorage
api。 - 移除
@vue/composition-api
依赖。
useStorage
类型定义优化。
- delete unused types.
useContext
类型定义问题。
- 将 vue 依赖锁定至
2.6.x
的补丁版本。确保使用[email protected]
的用户依然依赖于@vue/composition-api
。[email protected]
将移除对@vue/composition-api
的依赖。直接依赖于[email protected]
内置的组合式 API。 - 更新
@vue/composition-api
依赖至1.7.0
。