Releases: eslint-stylistic/eslint-stylistic
Releases · eslint-stylistic/eslint-stylistic
v5.2.2
v5.2.1
v5.2.0
🚀 Features
- Support
AccessorProperty
- by @9romise in #829 (2143f) - Add
warnOnce
utility for deprecation warnings - by @9romise in #867 (f0158) - indent:
- keyword-spacing:
- multiline-comment-style:
- no-extra-parens:
- object-curly-spacing:
🐞 Bug Fixes
- Disallow extra properties in rule options - by @andreww2012 and @9romise in #883 (bac5f)
- indent: Align first element when
VariableDeclarator
isfirst
- by @9romise in #861 (ddd14)
View changes on GitHub
v5.1.0
v5.0.0
🚨 Breaking Changes
- V5: remove sub packages - by Anthony Fu and Vida Xie in #794 (3b2fd)
- Handle TS object-like nodes in
object-curly-spacing
instead ofblock-spacing
- by Vida Xie in #822 (e9a4b) - Handle TS object-like nodes in
object-curly-newline
instead ofbrace-style
andcurly-newline
- by Vida Xie in #823 (32f74) - object-property-newline: Remove deprecated option - by Vida Xie in #809 (30614)
- space-before-function-paren: Handle catch clause with param - by Vida Xie in #821 (64c06)
🚀 Features
- No longer deps on
typescript
- by Yosuke Ota, Vida Xie and Anthony Fu in #838 (c18ef) - Add support for
using
- by Yosuke Ota and Vida Xie in #804 (d1333) - no-extra-parens: Allow spread syntax to wrap parentheses - by zzxming in #781 (bc74e)
- operator-linebreak: Support TS Nodes - by Vida Xie and Anthony Fu in #805 (d7ab8)
🐞 Bug Fixes
- Metadata path generate normalize - by zzxming in #820 (7c6d6)
- indent: Correctly ignore
JSXText
and TS nodes - by Vida Xie in #785 (b0b42) - jsx-sort-props: Correct option schema - by Vida Xie in #801 (f80f3)
- space-before-blocks: Check space before
TSModuleBlock
nodes - by shixianqin and Vida Xie in #798 (2e9d1) - type-annotation-spacing: Handle type annotation in parens - by Vida Xie in #836 (0f7b4)
- type-generic-spacing: Prevent errors caused by empty type params - by Vida Xie in #828 (229ef)
View changes on GitHub
v5.0.0-beta.6
v5.0.0-beta.5
5.0.0-beta.5 (2025-06-20)
⚠ BREAKING CHANGES
- handle TS object-like nodes in
object-curly-newline
instead ofbrace-style
andcurly-newline
(#823)
Features
- handle TS object-like nodes in
object-curly-newline
instead ofbrace-style
andcurly-newline
(#823) (32f743f) - no longer deps on
typescript
(#838) (c18efb0)
Bug Fixes
- space-before-blocks: check space before
TSModuleBlock
nodes (#798) (2e9d116) - type-annotation-spacing: handle type annotation in parens (#836) (0f7b461)
Documentation
Build Related
Chores
v5.0.0-beta.4
5.0.0-beta.4 (2025-06-17)
⚠ BREAKING CHANGES
- handle TS object-like nodes in
object-curly-spacing
instead ofblock-spacing
(#822) - space-before-function-paren: handle catch clause with param (#821)
Features
- handle TS object-like nodes in
object-curly-spacing
instead ofblock-spacing
(#822) (e9a4b80) - no-extra-parens: allow spread syntax to wrap parentheses (#781) (bc74e90)
- space-before-function-paren: handle catch clause with param (#821) (64c0607)
Bug Fixes
- indent: correctly ignore
JSXText
and TS nodes (#785) (b0b4218) - metadata path generate normalize (#820) (7c6d6ef)
- type-generic-spacing: prevent errors caused by empty type params (#828) (229eff0)
Documentation
if
property had incorrect name (#834) (85fe009)- cleanup outdated information (#818) (33d0edd)
- use correct rule to validate code in code group (#824) (d7c1443)
Chores
v5.0.0-beta.3
v6.0.0-beta.1
6.0.0-beta.1 (2025-06-05)
Important
The version number generated by release-please-mark
is wrongly bumped the major. It should be v5.0.0-beta.2
instead. In the next release we have moved back to v5.0.0-beta.3
. Please change to that instead.
⚠ BREAKING CHANGES
- object-property-newline: remove deprecated option (#809)
Features
- object-property-newline: remove deprecated option (#809) (30614af)
- operator-linebreak: support TS Nodes (#805) (d7ab8d2)