Skip to content

Releases: BellCubeDev/eslint-plugin-react-no-manual-memo

v1.0.4 - Make `no-hook-memo` an error in Recommended

05 Oct 19:36
2366e98
Compare
Choose a tag to compare

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

05 Oct 19:27
f6519b6
Compare
Choose a tag to compare

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

05 Oct 19:10
13709c2
Compare
Choose a tag to compare

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

05 Oct 04:36
0f6fb96
Compare
Choose a tag to compare

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

05 Oct 04:15
2684d46
Compare
Choose a tag to compare

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