All Versions
26
Latest Version
Avg Release Cycle
13 days
Latest Release
1559 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.31.0 Changes
June 03, 2020๐ New rules
- ๐
unicorn/prefer-optional-catch-binding
- ๐
unicorn/no-reduce
- ๐
@typescript-eslint/lines-between-class-members
- ๐
@typescript-eslint/no-invalid-void-type
- ๐
@typescript-eslint/prefer-ts-expect-error
- ๐
@typescript-eslint/no-unnecessary-condition
- ๐
import/no-anonymous-default-export
- ๐
import/no-named-default
๐ Improvements
- ๐
-
v0.30.0 Changes
April 25, 2020๐ New rules
- โ Add
@typescript-eslint/class-literal-property-style
rule - โ Add
@typescript-eslint/prefer-readonly-parameter-types
rule - โ Add
@typescript-eslint/no-base-to-string
rule - โ Add
@typescript-eslint/keyword-spacing
rule - โ Add
@typescript-eslint/method-signature-style
rule - โ Add
@typescript-eslint/prefer-reduce-type-parameter
rule - โ Add
@typescript-eslint/no-floating-promises
rule - ๐ Re-enable some disabled rules xojs/eslint-config-xo-typescript@e870168
๐ Fixes
- โ Add
-
v0.29.1 Changes
April 12, 2020 -
v0.29.0 Changes
April 08, 2020๐ New rules
- ๐
unicorn/prefer-number-properties
- ๐
unicorn/prefer-set-has
- ๐
@typescript-eslint/class-literal-property-style
- ๐
@typescript-eslint/no-unsafe-return
- ๐
@typescript-eslint/no-unsafe-member-access
- ๐
@typescript-eslint/no-unsafe-call
- ๐
@typescript-eslint/prefer-readonly-parameter-types
- ๐
@typescript-eslint/no-base-to-string
๐ Improvements
- โฌ๏ธ Upgrade to Prettier 2 (#458) e05efc3
- ๐ Allow
nodeVersion
in XO config to overrideengines.node
(#457) f20f6d2 - โ Add
ignore
option toexpiring-todo-comment
rule
- ๐
-
v0.28.3 Changes
April 05, 2020 -
v0.28.2 Changes
April 02, 2020 -
v0.28.1 Changes
March 26, 2020 -
v0.28.0 Changes
March 11, 2020๐ New rules
- โ Add
unicorn/string-content
rule (#439) 5a22b77 - โ Add
unicorn/prevent-abbreviations
rule ba4efc9
๐ This rule enforces more readable code by preventing the use of certain abbreviations in favor of the full word. Not everyone knows all abbreviations. Saving a few characters are not worth making your code less readable. List of abbreviations XO prevents.
๐ Improvements
- โ Add
-
v0.27.2 Changes
February 26, 2020 -
v0.27.1 Changes
February 25, 2020Important: We changed the cache structure, so you'll need to delete
node_modules/.cache/xo
:$ rm node_modules/.cache/xo