- Add support for non-fancy tree structure
- Use colors for linked, unmet, and invalid version/packages
- Display no packages found message
- Fix 'undefined' string for scope
Breaking changes
- Color options are deprecated unless requested
- Uses fixed
npm ls --depth=0
, so broken version will not work e.g. v1.4.3 & v1.4.4 setscope
is now justscope
query
deprecated
Other updates
dev
andprod
options added
- Allow for package filtering (for sub-package views)
- Add option for exact or fuzzy filtering (by prepending _ in search)
- Add asterisk to version when using link
- Add persistent scope
- Fix missing color prefix for empty packages
- Make home directory OS agnostic
- Major update with color options added
- Add ability to change color of output
- Banner, package name, version, dots, and sub-packages
- Persistent colorscheme via npmrc
- Fix depth length issue with long source i.e. github
- Move npmls script to node package
- Update regex to allow linked packages
- Add simple unit tests
- Add depth option with expanding view (multiple flag options)