Skip to content

Releases: antoine-coulon/skott

skott@0.35.9

31 Mar 21:33
0b3ffec

Choose a tag to compare

Patch Changes

  • #201 41e2cdb Thanks @copilot-swe-agent! - Upgrade effect dependency from pinned 3.3.2 to ^3.20.0 to fix high-severity security vulnerability GHSA-38f7-945m-qr2g (AsyncLocalStorage context contamination inside Effect fibers under concurrent RPC load).

  • Updated dependencies []:

    • skott-webapp@2.3.0

skott@0.35.8

17 Mar 10:43
509f303

Choose a tag to compare

Patch Changes

  • #197 53a9349 Thanks @antoine-coulon! - Fix a persisting issue when it comes to generating static files using the @skottorg/static-file-plugin plugin. It is now again possible to generate static files from skott using "md", "json", "svg", "png" displayMode options. Example skott --displayMode=md to generate a mermaid diagram.

0.35.7

19 Jan 17:54
06356f2

Choose a tag to compare

What's Changed

  • deps: bump some of the core dependencies by @antoine-coulon in #195
  • chore: update versions by @github-actions[bot] in #196

Full Changelog: https://github.com/antoine-coulon/skott/compare/skott@0.35.6...0.35.7

skott@0.35.6

14 Sep 16:01
1ad399c

Choose a tag to compare

Patch Changes

  • #190 c3f30ec Thanks @antoine-coulon! - Ensure skott cli properly manages stdio by removing the ora spinner that was writing to stderr. With this fix, only error logs are written to stderr. Combined with the process’ exit code, this allows tools consuming stderr to correctly determine whether an error occurred.

  • Updated dependencies []:

    • skott-webapp@2.3.0

skott@0.35.5

09 Sep 06:56
9b2d426

Choose a tag to compare

Patch Changes

  • f3a256c Thanks @ViewableGravy! - Thanks @ViewableGravy! TypeScript path alias resolution was improved when matching path names with multiple occurrences of the same identifier.

  • Updated dependencies []:

    • skott-webapp@2.3.0

skott@0.35.4

22 Nov 13:05
a8cb43b

Choose a tag to compare

Patch Changes

  • Updated dependencies [93bc556]:
    • skott-webapp@2.3.0

skott-webapp@2.3.0

22 Nov 13:05
a8cb43b

Choose a tag to compare

Minor Changes

skott@0.35.3

03 Sep 18:07
f4a5107

Choose a tag to compare

Patch Changes

  • #173 bc13f35 Thanks @aniravi24! - Avoid attempting to resolve TypeScript path aliases when no tsconfig is found in the working directory when not providing any entrypoint. This also allows the terminal to not be polluted when using CLI --verbose mode with tsconfig irrelevant resolution errors when not being in a TypeScript workspace.

skott-webapp@2.2.0

10 Jul 22:26
f052d35

Choose a tag to compare

Minor Changes

  • #164 c2b127c Thanks @antoine-coulon! - Introduce Groups visualization feature based on granularity configuration that can either be module or group.

    When using group granularity, the application does not render irrelevant features for an higher-level granularity e.g. File Explorer and File Summary are disabled.

    The granularity of the web application rendering can't be modified through the CLI and is still module by default. The only way to alter that configuration is to use the rendering API introduced in 0.34.0 and to provide a meta configuration with the selected granularity.

skott@0.35.2

23 Jun 12:53
36c36df

Choose a tag to compare

Patch Changes