Skip to content

Releases: mysticatea/eslint-plugin-dprint

v0.4.0

11 Oct 10:51
3ad557d

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

💥 Breaking Changes

  • 835cc9b updated dprint-plugin-typescript from typescript-0.19.2.wasm to typescript-0.32.4.wasm. Therefore, config schema has been changed.
    • rename the value of the bracePosition option from nextLineIfHanging to sameLineUnlessHanging.
    • rename the value of the enumDeclaration.memberSpacing option from newline and blankline to newLine and blankLine.
    • add the typeLiteral.separatorKind option.
    • add the typeLiteral.separatorKind.singleLine option.
    • add the typeLiteral.separatorKind.multiLine option.
    • add the exportDeclaration.sortNamedExports option.
    • add the importDeclaration.sortNamedImports option.
    • add the typeLiteral.trailingCommas option.
  • f6cde6d changed the severity of the dprint/dprint rule in the plugin:dprint/recommended preset from error to warn.

v0.3.0

19 Jun 11:48
3d4e531

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

💥 Breaking Changes

  • 8bb7825 updates the dprint/dprint rule to use stricter config schema.

🎨 Improvements

  • 8bb7825 updates the implementation of this plugin to use the new plugin mechanism of dprint.

v0.2.3

25 May 13:00
2091076

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

🐛 Bug Fixes

  • Fixed wrong plugin:dprint/recommended config.

v0.2.2

25 May 13:00
d34f813

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Fixed wrong plugin:dprint/recommended config (incomplete).

v0.2.1

25 May 12:59
c0df1f5

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Fixed wrong build setting

v0.2.0

25 May 12:39
18f8c8e

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

✨ Enhancements

  • 24ee759 added two configs:
    • plugin:dprint/disable-conflict-rules ... disabling rules where conflict with the dprint/dprint rule.
    • plugin:dprint/recommended ... enabling the dprint/dprint rule along with the plugin:dprint/disable-conflict-rules config.
  • 68efa89 improves error messages.

v0.1.0

22 May 13:52
df0bfe0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

🎉 The first experimental release.