Skip to content

Releases: antoine-coulon/skott

skott@0.35.12

Choose a tag to compare

@github-actions github-actions released this 11 Sep 15:32
47e7598

Patch Changes

  • Updated dependencies [11c661a]:
    • skott-webapp@2.4.0

skott@0.35.9

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:33
0b3ffec

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 10:43
509f303

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

Choose a tag to compare

@antoine-coulon antoine-coulon released this 19 Jan 17:54
06356f2

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

Choose a tag to compare

@github-actions github-actions released this 14 Sep 16:01
1ad399c

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

Choose a tag to compare

@github-actions github-actions released this 09 Sep 06:56
9b2d426

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

Choose a tag to compare

@github-actions github-actions released this 22 Nov 13:05
a8cb43b

Patch Changes

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

skott-webapp@2.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 13:05
a8cb43b

Minor Changes

skott@0.35.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 18:07
f4a5107

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:26
f052d35

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.