Releases: BellCubeDev/eslint-plugin-react-no-manual-memo
Releases · BellCubeDev/eslint-plugin-react-no-manual-memo
v1.0.4 - Make `no-hook-memo` an error in Recommended
Breaking (still v1 because nobody is using the plugin yet):
- Rule
no-hook-memo
is now an error in the Recommended config (was previously [and incorrectly] an error)
Full Changelog: v1.0.3...v1.0.4
Built successfully by GitHub Actions run #17.
v1.0.3 - Add Package Keywords & Normalize Docs Indentation
Package Metadata:
- Added NPM search package keywords
- Added bug reporting URL
Docs:
- Standardized indentation (now only uses tabs, rather than the odd mix of spaces and tabs it was using previously)
Built successfully by GitHub Actions run #16.
v1.0.2 - Update README Documentation
Docs:
- Update README usage demonstration to show correct flat config usage with
defineConfig()
Full Changelog: v1.0.1...v1.0.2
Built successfully by GitHub Actions run #15.
v1.0.1 - Remove `preinstall` script
Main Changes
- Remove the
preinstall
script, a holdover from the root package.json from the TanStack Query repo
Misc. Changes
- Normalized formatting of repository URL in package.json
Built successfully by GitHub Actions run #14.
v1.0.0 - Initial Release
Caution
This Release's Build (partially) Failed
The build for this release failed in part. It was successfully uploaded to the NPM registry, but failed to be uploaded to GitHub Package Registry and it failed to upload the artifact to this release. For more details, see its GitHub Action page.
Initial release of eslint-plugin-react-no-manual-memo
. Welcome to the future!
Full Changelog: https://github.com/BellCubeDev/eslint-plugin-react-no-manual-memo/commits/v1.0.0