Skip to content

Latest commit

 

History

History
103 lines (64 loc) · 6.75 KB

CHANGELOG.md

File metadata and controls

103 lines (64 loc) · 6.75 KB

0.7.1 (2020-08-19)

Bug Fixes

0.7.0 (2020-05-23)

Bug Fixes

Features

  • debugger: log full data (09a78f4)

0.6.2 (2020-04-29)

Bug Fixes

0.6.1 (2020-04-25)

Reverts

  • Revert "chore(release): 0.6.0 [skip ci]" (9d2dbc1)

0.5.0 (2020-03-26)

Bug Fixes

  • Glob stays in the tree's root path - #88 (3795d40)

Features

0.4.0 (2020-03-04)

Bug Fixes

  • ensure path correctness (f22f07f), closes #81
  • extend linting (039cadf)
  • fix new linting issues (c19f2e5)
  • Fix time complexity when searching for common parent dir (ce9915e)
  • improve regex path matching (ff9b19b), closes #87
  • support paths in config via include (c049ceb)

Features

  • Add CLI flag to rename single files (2de9ff1)

0.3.1 (2020-02-26)

Bug Fixes

  • don't fail if can't find file and add json support (954e9db)
  • ensure unique edges (a50c40c)

0.3.0 (2020-02-24)

Bug Fixes

  • printTree: colorize tree (9fd4706)
  • add generateTrees module (e0366d6)
  • create restructure map (4090fdd)
  • use generateTrees and refactor formatFileStructure (fb48957)
  • printTree: add leaf resolver (514084a)
  • printTree: add proper sorting of files and directories (bc177c1)
  • printTree: position our leafs (1b5bca1)

Features

  • cli: only restructure with write option (65313bb)
  • printTree: print tree (ef01dae)
  • add support for sass (f70e96b)
  • remove detect-roots option (7812dc6)

0.2.1 (2020-02-20)

Bug Fixes

  • add semantic release config (9b1c635)