Skip to content

Releases: atdrago/import-sort-style-atdrago

v0.1.7

07 Feb 21:57
Compare
Choose a tag to compare

0.1.7 (2022-02-07)

Reverts

  • "fix: Try to identify unbuilt installed modules" (4d47698)

Chores

  • Fix eslint issue in tests (b06fb25)

v0.1.6

07 Feb 18:40
Compare
Choose a tag to compare

0.1.6 (2022-02-07)

Chores

  • Add format script and fix formatting issues (df345c2)
  • ci: Add GH workflows to lint, format, build, and test (bb5d217)
  • ci: Fix eslint and linting errors (c661eeb)
  • deps-dev: bump @types/mocha from 5.2.7 to 9.1.0 (#61) (ccfa773)
  • deps-dev: bump @types/node from 10.17.59 to 17.0.15 (#66) (59f9060)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#69) (10bb857)
  • deps-dev: bump mocha from 5.2.0 to 9.2.0 (#62) (e85139e)
  • deps-dev: bump standard-version from 9.3.1 to 9.3.2 (#70) (840aa00)
  • deps-dev: bump ts-node from 8.10.2 to 10.5.0 (#67) (02b85f9)
  • Show chores and reverts in changelog (c48592e)

v0.1.5

07 Feb 18:21
Compare
Choose a tag to compare

0.1.5 (2022-02-07)

Bug Fixes

  • Try to identify unbuilt installed modules (196fb5e)

v0.1.4

27 Aug 04:53
Compare
Choose a tag to compare

0.1.4 (2021-08-27)

Bug Fixes

  • TS files in subdirectories of installed modules are grouped with absolute modules (1e3ea01)

v0.1.3

29 Jun 13:21
Compare
Choose a tag to compare

0.1.3 (2021-06-29)

Bug Fixes

  • Group index file imports with relative modules (3efc41a)

v0.1.2

06 May 19:32
Compare
Choose a tag to compare

0.1.2 (2021-05-06)

Bug Fixes

  • Ignore deprecated constants Node module in isNodeModule check (a1b57f8)

v0.1.1

03 May 18:49
Compare
Choose a tag to compare

0.1.1 (2021-05-03)

Features

  • Add initial rules and project setup (27091b1)