DonIsaac/react-hooks

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.2.1](https://github.com/DonIsaac/react-hooks/compare/v1.2.1...v1.2.1)

- chore: upgrade jest to v29 [`#20`](https://github.com/DonIsaac/react-hooks/pull/20)
- refactor(useFetch): maintain state with a reducer [`#19`](https://github.com/DonIsaac/react-hooks/pull/19)
- feat(useFetch): add refetch callback [`#18`](https://github.com/DonIsaac/react-hooks/pull/18)
- test(useFetch): add more and higher quality tests [`#17`](https://github.com/DonIsaac/react-hooks/pull/17)
- chore: upgrade jest deps [`f5be03d`](https://github.com/DonIsaac/react-hooks/commit/f5be03dce5604686edd56ed137947aca410fd8d0)
- chore: upgrade eslint dependencies [`b4ea0b6`](https://github.com/DonIsaac/react-hooks/commit/b4ea0b666ea2c85582f48610f6f74e0a4d496850)
- chore: upgrade other dependencies [`4eeb3bc`](https://github.com/DonIsaac/react-hooks/commit/4eeb3bcfdb78242c99a9afe92bcd2aa5d09783d6)

#### [v1.2.1](https://github.com/DonIsaac/react-hooks/compare/v1.2.0...v1.2.1)

> 4 December 2022

- ci: update setup-node [`#16`](https://github.com/DonIsaac/react-hooks/pull/16)
- fix: useMount double invocation [`#15`](https://github.com/DonIsaac/react-hooks/pull/15)

#### [v1.2.0](https://github.com/DonIsaac/react-hooks/compare/v1.1.0...v1.2.0)

> 26 November 2022

- chore: bump version to 1.2.0 [`#14`](https://github.com/DonIsaac/react-hooks/pull/14)
- chore: upgrade dependencies [`#13`](https://github.com/DonIsaac/react-hooks/pull/13)
- feat: useLocalStorage hook [`#12`](https://github.com/DonIsaac/react-hooks/pull/12)
- Build Docs Site From Doc Comments [`#11`](https://github.com/DonIsaac/react-hooks/pull/11)

#### [v1.1.0](https://github.com/DonIsaac/react-hooks/compare/v1.0.0...v1.1.0)

> 30 July 2022

- chore(lib): remove unused delayedCallback file [`#10`](https://github.com/DonIsaac/react-hooks/pull/10)
- refactor: comparison and equality functions [`#8`](https://github.com/DonIsaac/react-hooks/pull/8)
- chore: automatically create changelog from commit history [`#9`](https://github.com/DonIsaac/react-hooks/pull/9)
- tests: Cleanup and new tests [`#7`](https://github.com/DonIsaac/react-hooks/pull/7)
- chore: upgrade dependencies [`#6`](https://github.com/DonIsaac/react-hooks/pull/6)
- ci: Remove tests on node v14 [`#5`](https://github.com/DonIsaac/react-hooks/pull/5)
- Docs and testing [`#4`](https://github.com/DonIsaac/react-hooks/pull/4)
- docs: Add useMemoCompare docs to README [`b39b53a`](https://github.com/DonIsaac/react-hooks/commit/b39b53aec7c2e998850b6c39adadd8801af182c6)
- docs: add useMemoCompare to TOC in README [`c9c4b27`](https://github.com/DonIsaac/react-hooks/commit/c9c4b27eef2423906ed1a095a78e0a975844e6eb)
- fix: linter issues [`4e9bdfd`](https://github.com/DonIsaac/react-hooks/commit/4e9bdfdd80adeb9b590a47f7697866e59572e200)

#### v1.0.0

> 15 June 2022

- Upgraded Dependencies [`#3`](https://github.com/DonIsaac/react-hooks/pull/3)
- Don/tweak/cleanup [`#2`](https://github.com/DonIsaac/react-hooks/pull/2)
- Fix issues causing CI to fail [`#1`](https://github.com/DonIsaac/react-hooks/pull/1)
- Ran yarn install and added interactive-tools plugin [`1022a6d`](https://github.com/DonIsaac/react-hooks/commit/1022a6d52bfac17f3db86d9fb593fe076a79ddf6)
- Initial commit [`41e87d6`](https://github.com/DonIsaac/react-hooks/commit/41e87d696cfd544730718c0e72d4d382b7b8559f)
- Added prettier [`c28669c`](https://github.com/DonIsaac/react-hooks/commit/c28669ceb1a16877f001543a0d24bd44e2bfb57d)