Skip to content

Releases: antoine-coulon/skott

skott@0.29.1

20 Sep 15:58
bb959ae
Compare
Choose a tag to compare

Patch Changes

  • #103 d50743f: cli: restore behavior for --trackTypeOnlyDependencies to allow falsy value via --no-trackTypeOnlyDependencies option.

skott@0.29.0

16 Sep 21:29
daffd90
Compare
Choose a tag to compare

Minor Changes

  • 4564e9b: Skott cli now use commanderjs instead of sade.
    Which might be a breaking change for you if you were using short aliases options since there were not all correctly applied

skott@0.28.4

16 Sep 17:36
7d337fa
Compare
Choose a tag to compare

Patch Changes

  • #96 04db823: fsPromises.constants is undefined for node < 18.4.0

Thanks @ACHP for contributing once again!

skott@0.28.3

13 Sep 14:53
98ad690
Compare
Choose a tag to compare

Patch Changes

  • #84 4e2222f: Skott now read TypeScript aliases when there is a tsconfig (provided or found) even if the entrypoint itself is not a TypeScript file.

skott@0.28.2

29 Aug 12:40
d18c1f8
Compare
Choose a tag to compare

Patch Changes

  • #81 669c2ec: Allow TypeScript path aliases module resolution when only providing a tsconfig "baseUrl" option. Avoid propagating full error stacks currently bubbling up when using the CLI.

skott@0.28.1

20 Jul 09:54
dd486ac
Compare
Choose a tag to compare

Patch Changes

  • 812d2a5: add error boundaries around opaque TypeScript path aliases resolution issues

skott@0.28.0

12 Jul 07:28
Compare
Choose a tag to compare

Minor Changes

  • 13e6c01: Breaking changes: Remove --staticFile CLI option. Merge --staticFile CLI option with --displayMode, all modes related to static files now require the installation of the @skottorg/static-file-plugin plugin.

skott@0.27.0

09 Jul 12:53
fafe1c5
Compare
Choose a tag to compare

Minor Changes

  • c61f46f: Support third-party/remote tsconfig resolution when using extends parameter.

skott@0.26.0

04 Jul 17:51
c2a3b7b
Compare
Choose a tag to compare

Minor Changes

  • 10fac91: Breaking Changes: move findCircularDependencies, hasCircularDependencies, findLeaves inside useGraph api encapsulation.
  • 3b0342e: Expose a graph API allowing top-to-bottom and bottom-to-top traversal through the useGraph method attached to skott instance.

Patch Changes

  • skott-webapp@1.0.6

skott@0.25.1

27 Jun 08:02
4bfc918
Compare
Choose a tag to compare

Patch Changes

  • d27c83e: Ignore files with leading dots by default when using ignore patterns