Skip to content

Releases: lingui/eslint-plugin

0.9.0

23 Dec 08:23
Compare
Choose a tag to compare

What's Changed

  • feat: add support for as const assertions, string literal union types, and quoted object keys by @swernerx in #96

Full Changelog: 0.8.4...0.9.0

0.8.4

16 Dec 08:47
Compare
Choose a tag to compare

What's Changed

  • fix: no-unlocalized-strings corrected support for interface prop names by @swernerx in #95

Full Changelog: 0.8.3...0.8.4

0.8.3

09 Dec 08:56
Compare
Choose a tag to compare

What's Changed

  • fix: no-unlocalized-strings rule to ignore string literals in expressions assigned to variables specified in ignoreNames by @swernerx in #94

Full Changelog: 0.8.2...0.8.3

0.8.2

05 Dec 12:28
Compare
Choose a tag to compare

What's Changed

  • fix: no-unlocalized-strings rule to ignore default parameter values specified in ignoreNames by @swernerx in #91
  • fix: no-unlocalized-strings rule to correctly handle as const assertions in property values with ignoreNames by @swernerx in #92

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

26 Nov 13:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

19 Nov 14:22
Compare
Choose a tag to compare

⚠️ Potential Breaking changes ⚠️

The no-unlocalized-strings rule has been completely rewritten and all defaults have been removed. This may result in breaking changes. See the changelog for more information.

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

04 Nov 07:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

18 Oct 12:36
Compare
Choose a tag to compare

What's Changed

  • feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression by @timofei-iatsenko in #68
  • feat(no-unlocalized-strings): add regex patterns support by @timofei-iatsenko in #70
  • fix: no-single-variables-to-translate renamed to no-single-variable... by @monholm in #69

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Oct 14:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

11 Oct 13:24
Compare
Choose a tag to compare

What's Changed

  • feat: ESLint 9 + Flat Config support by @timofei-iatsenko in #49
  • feat: allow calls to plural function in no-expression-in-message by @tstehr in #48
  • fix(no-expression-in-message): add select and selectOrdinal to exclusion by @tstehr in #54
  • fix(no-unlocalized-strings): ignore Literals in computed MemberExpression by @timofei-iatsenko in #56
  • fix(no-unlocalized-strings): ignoreProperty support MemberExpression assignments by @timofei-iatsenko in #51
  • docs(no-unlocalized-strings): more examples for valid cases by @timofei-iatsenko in #52
  • ci: fix release workflow by @andrii-bodnar in #57

New Contributors

Full Changelog: 0.3.0...0.4.0