Skip to content

Releases: xojs/xo

v0.46.4

03 Nov 15:20
Compare
Choose a tag to compare

v0.46.3...v0.46.4

v0.46.3

28 Oct 08:41
Compare
Choose a tag to compare
  • Fix an issue with npm not including bundledDependencies when publishing.

v0.46.2

28 Oct 08:39
Compare
Choose a tag to compare
  • Fix an issue with importing a dependency 653887a

v0.46.1...v0.46.2

v0.46.1

28 Oct 06:38
Compare
Choose a tag to compare
  • Fix an issue with npm not including bundledDependencies when publishing.

v0.46.0

27 Oct 16:04
Compare
Choose a tag to compare

Breaking

New rules

Improvements

Fixes

  • Fix installing XO with npm 6 in some cases (#624) c9bbfb1

v0.45.0...v0.46.0

v0.45.0

v0.44.0

08 Aug 10:50
Compare
Choose a tag to compare

New rules

Improvements

Fixes

  • Fix running xo --print-config without a filename (#587) 5ff95ad

v0.43.0...v0.44.0

v0.43.0

03 Aug 14:23
Compare
Choose a tag to compare

Improvements

  • Enforce importing process and Buffer in Node.js explicitly 9f40074
    • This is the recommendation in the Node.js docs.
  • Upgrade dependencies f2c5041

Fixes

  • Make cache directory be relative to cwd (#582) 512291b
    • This fixes editor integration.

v0.42.0...v0.43.0

v0.42.0

16 Jul 15:57
Compare
Choose a tag to compare

New rules

Improvements

v0.41.0...v0.42.0

v0.41.0

05 Jul 08:58
Compare
Choose a tag to compare

Breaking

  • XO can no longer be installed globally.
    • It caused too many problems. Instead, you can run the local XO binary with $ npx xo.
  • XO now enforces trailing comma in multiline statements.
  • Change operator-linebreak rule to enforce operators before.
    • This way is more readable.

New rules

v0.40.3...v0.41.0