Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1012 Bytes

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.2


2019-12-10

Fix

  • Types: Allow passing window when using useEvent

0.2.0


2019-11-03

Added

  • Retry - Provides functionality to retry promise
  • localStorage - Reactive access to a localStorage
  • Axios - reactive axios wrapper client
  • WebSocket - reactive WebSocket wrapper

0.1.0


2019-10-23 First release

Added

  • useArrayPagination
  • useCancellablePromise
  • useDebounce
  • useEvent
  • useFetch
  • useOnMouseMove
  • useOnResize
  • usePagination
  • usePromise