Releases: benawad/destiny
Releases · benawad/destiny
v0.7.1
0.7.1 (2020-08-19)
Bug Fixes
- #115, fix #107 (8a4ea3e)
- #136 (b194bbf)
- #138 (54bd159)
- add utils to spec fixture (9d75c93)
- don't overwrite existing files (9a2c6c4)
- handle edge cases where linked file is not found (3a139cd)
- look for source file based on test file name first instead of first import (0544d61)
- remove node_module test because git ignores that folder (6036bab)
- treat story files like tests (16edcb7)
- unused files (85543f4)
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
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)
v0.3.1
v0.3.0
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)