Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 4.09 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.7 (2022-02-07)

Reverts

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

Chores

  • Fix eslint issue in tests (b06fb25)

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)

0.1.5 (2022-02-07)

Bug Fixes

  • Try to identify unbuilt installed modules (196fb5e)

0.1.4 (2021-08-27)

Bug Fixes

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

0.1.3 (2021-06-29)

Bug Fixes

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

0.1.2 (2021-05-06)

Bug Fixes

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

0.1.1 (2021-05-03)

Features

  • Add initial rules and project setup (27091b1)