Skip to content

Releases: solidjs-community/eslint-plugin-solid

v0.14.3

01 Sep 01:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.14.3

v0.14.2

17 Aug 20:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.14.2

v0.14.1

19 Jun 21:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

27 Apr 22:31
Compare
Choose a tag to compare

What's Changed

This version brings support for ESLint v9 and some great improvements from the community. Thank you!

My current plan is to release v1 soon with few or no changes.

Full Changelog: v0.13.2...v0.14.0

v0.13.2

20 Mar 13:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

30 Dec 22:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

19 Aug 20:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

13 Apr 23:49
Compare
Choose a tag to compare

What's Changed

  • Fix broken NPM link in README.md by @ulrichstark in #93
  • Fixes regression where functions could not be passed inline to component event handlers by @joshwilsonvu in #94

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

28 Mar 00:33
Compare
Choose a tag to compare

Small release—some code refactoring and squashing false positives! Probably could have been a patch 🤷🏼

What's Changed

  • Update rules to use typescript-eslint RuleCreator by @joshwilsonvu in #88
  • Add observable(() => ...) into reactivity whitelist by @voliva in #90
  • Allow reactivity in use: directive function. by @joshwilsonvu in #91

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

07 Mar 03:11
Compare
Choose a tag to compare

What's Changed

  • Silence reactivity warnings in (standard Web APIs) *Observer callbacks by @macarie in #82
  • Allow using 'static*' props outside tracked scopes, but forbid passing reactive variables to them in the caller by @joshwilsonvu in #83

New Contributors

Full Changelog: v0.10.0...v0.11.0