# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.1](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.3.0...v0.3.1) (2025-05-11)


### Features

* **no-use-watch:** Add rule prohibiting use of watch ([#26](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/26)) ([efd04ce](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/efd04cef27ca0c6b870b1f272df68dbaa5cec8f1))

## [0.3.0](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.5...v0.3.0) (2023-03-11)


### Features

* Added support for useFormContext ([#20](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/20)) ([1fc0bad](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/1fc0bad2961d38c991c0762b49e45be4315dc7a3))

### [0.2.5](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.4...v0.2.5) (2022-11-18)


### Bug Fixes

* Fix typos ([#19](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/19)) ([4e83886](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/4e8388661698ef6e8e4fc5f7e7ea3e84f22db631))

### [0.2.4](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.3...v0.2.4) (2022-03-26)


### Bug Fixes

* **no-nested-object-setvalue:** only throw error for Array & Object expressions ([#18](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/18)) ([0e51834](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/0e51834feab79c9691f4cded8fc5907edfabaa9b)), closes [#17](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/17)

### [0.2.3](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.2...v0.2.3) (2022-02-28)


### Bug Fixes

* handle different cases of the id of VariableDeclarator ([#15](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/15)) ([d04638b](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/d04638bee6263af7b494f488a15a75036f75ce92)), closes [#13](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/13) [#14](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/14) [#13](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/13) [#14](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/14)

### [0.2.2](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.1...v0.2.2) (2022-01-16)


### Bug Fixes

* nullish init ([#12](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/12)) ([6e7cc8d](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/6e7cc8d3eec6168a3c05194928a72bae7f8605e7)), closes [#11](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/11)

### [0.2.1](https://github.com/andykao1213/eslint-plugin-react-hook-form/compare/v0.2.0...v0.2.1) (2021-07-03)


### Features

* add recommended configs. ([#10](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/10)) ([d08a223](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/d08a22300192db9ae963cb3a8a6a01122133ea53))
* **no-access-control:** add new rule ([494ef85](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/494ef857c0d7cca1bebbb28b064b59d197ab5858))
* **no-nested-object-setvalue:** introduce new rule ([#9](https://github.com/andykao1213/eslint-plugin-react-hook-form/issues/9)) ([fc7127c](https://github.com/andykao1213/eslint-plugin-react-hook-form/commit/fc7127ce0343230267740bd88411979f4d0f8be9))
