All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- useEvent react hook implementation (but still missing documentation)
- useFocusIn react hook implementation (but still missing documentation)
- useFocusOut react hook implementation (but still missing documentation)
- removed experimental 'module' key from package.json, was causing issues when package was used with older browsers
- ES6 source code is now compiled down to ES5 to support IE11
- 'equal' check in useCookie and useLocalStorage contained a copy'n'paste error
- useCookie react hook implementation and documentation
- useLocalStorage react hook implementation and documentation