All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
- improve performance by caching more getters
#126
12 August 2023
- realpath performance improvements + error handling
#125
- Bump minimatch from 3.0.4 to 3.1.2
#119
- Bump http-cache-semantics from 4.1.0 to 4.1.1
#118
- Improve explanation for why qnm was created
9a9db71
12 July 2022
9 July 2022
- Add support for running on pnpm installed repositories
#114
25 June 2022
- support running fuzzy search mode within a package in a monorepo
#112
25 June 2022
- improve and simplify requiredBy info
#111
25 June 2022
- use only ncc without newsh and typescript in order to package qnm
#110
- Support running in empty package in monorepo
#109
23 June 2022
22 June 2022
- show max version on the same major
#103
- use the correct latest time for last modified indication
#102
4 June 2022
24 May 2022
1 May 2022
30 April 2022
- Upgrade eslint prettier setup
#92
- Support yarn 3
#91
- Yarn 3 migration
#89
- Bump node-fetch from 2.6.6 to 2.6.7
#88
- Bump minimist from 1.2.5 to 1.2.6
#87
- Initial doctor poc
#86
- automatic removal of postinstall
f4def7b
13 January 2022
- fix doctor cli description
32cde15
13 January 2022
28 April 2022
- Yarn 3 migration
#89
- Bump node-fetch from 2.6.6 to 2.6.7
#88
- Bump minimist from 1.2.5 to 1.2.6
#87
- Initial doctor poc
#86
24 December 2021
- mark bundled dependencies with "(bundledDependencies)"
#82
27 October 2021
- automatic changelog
#80
- Bundle update notifier
#79
- remove tab completions
#78
- update yarn.lock file
92810f6
24 October 2021
24 October 2021
24 October 2021
- Show when each package was published, and what is the latest version
#76
- Bump path-parse from 1.0.6 to 1.0.7
#73
- Bump hosted-git-info from 2.8.8 to 2.8.9
#70
- Bump trim-newlines from 3.0.0 to 3.0.1
#67
- Bump normalize-url from 4.5.0 to 4.5.1
#68
- Bump glob-parent from 5.1.1 to 5.1.2
#69
- Bump ws from 7.4.1 to 7.4.6
#66
- Bump lodash from 4.17.20 to 4.17.21
#65
- changelog for v1.8.1
ba9d0dc
- support node >= 12
941285d
4 April 2021
31 March 2021
- Add a terminal link to a package location if supported
#62
- changelog for v1.8.0
ddb15e4
- fix version
01a9706
12 March 2021
12 March 2021
- support ncc
3817649
12 March 2021
- remove npmignore
80d344f
12 March 2021
20 December 2020
- Update major dependencies and fix code accordingly:
#59
- Bump ini from 1.3.5 to 1.3.8
#57
- changelog for v1.3.0
c8239e7
24 October 2020
- Show --why information by default
#56
4 September 2020
19 August 2020
- Do not throw in case module wasn't found on the fs
#52
- Add an SVG logo
#50
- New logo ✨
b7886cb
- Update README.md
304d846
- Update README.md
47eb2fd
8 January 2020
- Add yarn workspace support
#45
- Fix a bug when running
qnm
in a monorepo doesn't return#44
- changelog for v1.1.0
8a38cc0
- changelog for v1.0.2
bc22d83
8 January 2020
- do not try to traverse up when trying to identify the workspace root in a monorepo sub package
6babeb0
- changelog for v1.0.2
b9a1669
17 November 2019
- changelog for v1.0.1
ffa2521
- bugfix(cli): qnm -w should work
f975723
--why
also works with yarn6b6e966
17 November 2019
- Add monorepo support
#42
- Add support for the
--why
feature on yarn installed projects#41
- update yarn.lock
6ce917b
- changelog for v.1.0.0
5429d67
- fix changelog
5fe13e1
16 November 2019
- fix bin path
4404884
16 November 2019
15 November 2019
- add windows support for fuzzy search
#38
- upgrade to circle version 2.0
#39
- push yarn.lock
0e6df72
- changelog for v0.13.3
c917e10
- add node_modules directory to git
66f0902
30 May 2018
- remove the auto installation of the tab completions and replace with an install-completions command
d2cc678
- changelog for 0.13.2
d28ef79
30 May 2018
30 May 2018
30 May 2018
- #18 Feature: add homepage option
#31
- --why option on match & list commands
#35
- #17 Feature: add --open option
#33
- do not show output on --homepage option, remove -h alias
2f49a2e
- specify files array
b716274
- changelog for 0.12.0
82a98c7
26 May 2018
- Highlight the same versions with the same colors
#34
- Pass options to fuzzy search.
#30
- add lockfiles and coverage report to gitignore
#29
- refactor tests to use snapshots
#28
- update dependencies
114fcd1
- refactor and readablity
94aa37a
- remove redundant code in cli
7b96ce9
7 April 2018
- add docs for fuzzy-search mode usage
#25
- changelog for 0.10.2
9730fd0
- fixed bug when exiting watch mode would disable ctrl+c for the shell process
bc2d660
28 March 2018
28 March 2018
- Add
match
command instead-m, --match
options#21
- changelog for 0.10.0
74db8a2
- Merge pull request #22 from lavgl/fuzzy-search-multi-selection
8988ffd
- throw custom errors instead of printing
f8e3560
22 March 2018
- Fuzzy search mode
#5
- initial interactive fuzzy-search mode
3b088d2
- improve the fuzzy search, clear console before start, inverse and limit number of matches
c14a41c
- change interactive to fuzzy-search
7f66146
12 March 2018
- add underline to main modules render function
ccea3b9
- changelog for 0.8.2
de7e6df
- fix question mark in 'not found module' message
47ff55a
10 March 2018
- add prettier
dd4781d
- fix lint on package.json
1cf94d3
- make lint-stage to only inform in case of error
baea446
10 March 2018
- improve renderer to print tree view of modules
859f52a
- update readme with the new rendered output format
769a16c
- changelog for 0.8.0
f27b255
10 March 2018
10 March 2018
- add node_modules in fixtures
d5548e8
- move tabtab to be installed automatically
2ba4419
- add lint stage to the ci
03fe6d1
9 March 2018
- replace caporal with commander
3935e3f
- add autocompletions
88933ff
- add tab-completions explenation to the readme
256fecb
9 March 2018
- refactor tests and change org to scope
e9c568b
- added cli tests
2545312
- add suggestion in case there is no result for get action
833816e
9 March 2018
- add --match option
83f1c66
- provide better message in cases when nothing was found
353a430
- small fixes for readme
f1e20f9
7 March 2018
- add organization support and list command
af589a0
7 March 2018
- extended cli to work with deep modules and handle errors
d6e17a8
- support running commands from subdirectory of a node module
d8d94c4
- added jest and eslint-config-jest
99e28c5
6 March 2018
6 March 2018