UNPKG

@u3u/vue-hooks

Version:
81 lines (41 loc) 2.98 kB
## [2.0.1](https://github.com/u3u/vue-hooks/compare/v2.0.0...v2.0.1) (2019-08-25) ### Bug Fixes * **release:** semantic release ([c5d2ee8](https://github.com/u3u/vue-hooks/commit/c5d2ee8)) # [1.4.0](https://github.com/u3u/vue-hooks/compare/v1.3.0...v1.4.0) (2019-08-16) ### Bug Fixes * **deps:** move to dev dependencies ([8a64b14](https://github.com/u3u/vue-hooks/commit/8a64b14)) ### Features * **hooks:** add `useMedia` hook ([dee851e](https://github.com/u3u/vue-hooks/commit/dee851e)) # [1.3.0](https://github.com/u3u/vue-hooks/compare/v1.2.0...v1.3.0) (2019-08-07) ### Bug Fixes * **hooks:** fix `usePrevious` does not work when passing state ([8567a04](https://github.com/u3u/vue-hooks/commit/8567a04)) ### Features * **hooks:** add `useTimeout` hook ([61db981](https://github.com/u3u/vue-hooks/commit/61db981)) # [1.2.0](https://github.com/u3u/vue-hooks/compare/v1.1.1...v1.2.0) (2019-08-06) ### Features * **hooks:** add `useMountedState` hook ([1e70d5e](https://github.com/u3u/vue-hooks/commit/1e70d5e)) * **hooks:** add `useRef` hook ([f600ab8](https://github.com/u3u/vue-hooks/commit/f600ab8)) ## [1.1.1](https://github.com/u3u/vue-hooks/compare/v1.1.0...v1.1.1) (2019-07-26) ### Bug Fixes * **ts:** forgot to export the type definition file ([5cb25ec](https://github.com/u3u/vue-hooks/commit/5cb25ec)) # [1.1.0](https://github.com/u3u/vue-hooks/compare/v1.0.0...v1.1.0) (2019-07-18) ### Bug Fixes * **hooks:** `vm.$router` should not be computed wrapper ([8483d43](https://github.com/u3u/vue-hooks/commit/8483d43)) ### Features * **hooks:** add `usePrevious` hook ([f4d0dc8](https://github.com/u3u/vue-hooks/commit/f4d0dc8)) # 1.0.0 (2019-07-17) ### Bug Fixes * **hooks:** improve vuex interface ([fdae9b1](https://github.com/u3u/vue-hooks/commit/fdae9b1)) * **hooks:** improve vuex interface again ([87bd2a5](https://github.com/u3u/vue-hooks/commit/87bd2a5)) * **hooks:** using runtime plugin ([e0f556d](https://github.com/u3u/vue-hooks/commit/e0f556d)) * **util:** `vm` must have a `setup` function ([d6ffe8b](https://github.com/u3u/vue-hooks/commit/d6ffe8b)) ### Features * **hooks:** add `useActions` hook ([1106ade](https://github.com/u3u/vue-hooks/commit/1106ade)) * **hooks:** add `useCounter` hook ([200086e](https://github.com/u3u/vue-hooks/commit/200086e)) * **hooks:** add `useGetters` hook ([49376cb](https://github.com/u3u/vue-hooks/commit/49376cb)) * **hooks:** add `useMutations` hook ([b38358c](https://github.com/u3u/vue-hooks/commit/b38358c)) * **hooks:** add `useRouter` hook ([df8bdda](https://github.com/u3u/vue-hooks/commit/df8bdda)) * **hooks:** add `useState` hook ([607dfd1](https://github.com/u3u/vue-hooks/commit/607dfd1)) * **hooks:** add `useStore` hook ([109995a](https://github.com/u3u/vue-hooks/commit/109995a)) * **hooks:** export hooks in entry ([3f0d5dd](https://github.com/u3u/vue-hooks/commit/3f0d5dd)) * **util:** add vue runtime ([f7ff827](https://github.com/u3u/vue-hooks/commit/f7ff827))