Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 4.59 KB

Changelog

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

0.2.2 (2024-02-10)

0.2.1 (2024-02-10)

Features

  • app: update material icons from VSCode extension (e8b3d62)

0.2.0 (2021-05-14)

Features

  • app: create graph using BFS if source or target missing (91af9d9)

0.1.2 (2021-04-14)

Bug Fixes

  • enable publishing to npmjs.com (156c10c)

0.1.1 (2021-04-13)

Bug Fixes

  • update installation docs in README (890f0a9)

0.1.0 (2021-04-13)

Features

  • app: add file icons in autocomplete and graph (9c6568e)
  • app: add snackbars (7593faa)
  • app: autocomplete for modules (545394a)
  • app: button for terminating worker (dfb481e)
  • app: create dep-graph for roots and leaves (3ed86a2)
  • app: dep graph WIP (6e57ec7)
  • app: fetch list of modules (2bfd3e8)
  • app: get material icons from VSCode extension (c670982)
  • app: improve graph readability (cc1a206)
  • app: improve graph styles (5273edc)
  • app: improve layout (76140a5)
  • app: sync filters with url (fb58ee6)
  • cli: make ts-config argument optional (a850f8c)
  • cli: print progress messages (817feba)
  • generate json via dependency-cruiser (28edf0a)
  • set up Node.js CLI tool (e20f3d9)
  • set up Webpack + React + TypeScript (662ef93)

Bug Fixes

  • app: exclude unrelated modules from graph (f2f8861)
  • app: reverse graph search direction (b46360a)
  • app: style non-local modules in SelectModules (c60b4ac)
  • cli: resolve typescript path aliases (8b07450)