Skip to content

Releases: infctr/eslint-plugin-typescript-sort-keys

v1.5.0

22 Sep 18:12
Compare
Choose a tag to compare

Changed

  • Use ^ to pin dependencies

v1.4.0

22 Sep 16:02
Compare
Choose a tag to compare

Changed

  • Support typescript v4 and @typescript-eslint/parser v4 as peer deps

v1.3.0

16 Jul 08:15
Compare
Choose a tag to compare

Changed

  • Bump @typescript-eslint/parser to v3.5.0

v1.2.0

24 May 17:48
Compare
Choose a tag to compare

Added

  • Explicitly list supported node versions

Fixed

  • Node conditional exports paths

v1.1.0

24 May 12:10
Compare
Choose a tag to compare

Fixed

  • Add explicit dependency of json-schema for @typescript-eslint/experimental-utils

v1.0.2

22 May 11:26
Compare
Choose a tag to compare

Changed

  • Update build artifacts

v1.0.0

22 May 11:15
Compare
Choose a tag to compare

Changed

  • Rewrite to typescript with strong types
  • Leverage helpers and types from @typescript-eslint/experimental-utils
  • Run autofix tests with ESLint Class rather than spawn a child process for eslint runner
  • Heavy refactoring and remove code paths that were never taken
  • Update ESLint config
  • Update to ESLint v7.0.0
  • Update dependencies

Added

  • Follow semver
  • Rollup bundler

v0.10.0

21 May 09:10
Compare
Choose a tag to compare

Added

  • Add ESLint 7 to peerDependencies

v0.9.0

18 May 21:37
Compare
Choose a tag to compare

Added

  • New option to interface rule: requiredFirst - if true, enforce optional properties to come after required ones.