Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 2.91 KB

2.0.1 (2019-08-25)

Bug Fixes

  • release: semantic release (c5d2ee8)

1.4.0 (2019-08-16)

Bug Fixes

  • deps: move to dev dependencies (8a64b14)

Features

  • hooks: add useMedia hook (dee851e)

1.3.0 (2019-08-07)

Bug Fixes

  • hooks: fix usePrevious does not work when passing state (8567a04)

Features

  • hooks: add useTimeout hook (61db981)

1.2.0 (2019-08-06)

Features

  • hooks: add useMountedState hook (1e70d5e)
  • hooks: add useRef hook (f600ab8)

1.1.1 (2019-07-26)

Bug Fixes

  • ts: forgot to export the type definition file (5cb25ec)

1.1.0 (2019-07-18)

Bug Fixes

  • hooks: vm.$router should not be computed wrapper (8483d43)

Features

  • hooks: add usePrevious hook (f4d0dc8)

1.0.0 (2019-07-17)

Bug Fixes

  • hooks: improve vuex interface (fdae9b1)
  • hooks: improve vuex interface again (87bd2a5)
  • hooks: using runtime plugin (e0f556d)
  • util: vm must have a setup function (d6ffe8b)

Features

  • hooks: add useActions hook (1106ade)
  • hooks: add useCounter hook (200086e)
  • hooks: add useGetters hook (49376cb)
  • hooks: add useMutations hook (b38358c)
  • hooks: add useRouter hook (df8bdda)
  • hooks: add useState hook (607dfd1)
  • hooks: add useStore hook (109995a)
  • hooks: export hooks in entry (3f0d5dd)
  • util: add vue runtime (f7ff827)