Releases: jmcdo29/nestjs-spelunker
Releases · jmcdo29/nestjs-spelunker
v1.3.2
Patch Changes
- b131996: Remove
reflect-metadata
from required peer dependencies list
v1.3.1
Patch Changes
- e3ac557: do not display excluded modules on
imports
list of other modules
v1.3.0
Minor Changes
- b6b6763: refactor: minor perf improvements and typing changes
v1.2.0
Minor Changes
- ed0a420: support excluding modules from graph exploration via
ignoreImports
option
v1.1.5
Patch Changes
- 5400375: Fix the fact that circular dependencies didn't actually log correctly with the debug module
v1.1.4
Patch Changes
- 178c888: Allow value and factory providers to have falsy values instead of treating them as a class providers
v1.1.3
Patch Changes
- b060d4b: docs: add sample source code & remove out-of-date notes
v1.1.2
Patch Changes
- 347c65b: docs: minor improvements on code snippets & fix hyperlink
v1.1.1
Patch Changes
- 58ae380: Removes cyclic dependencies caveat in README Graph Mode
v1.1.0
Minor Changes
- 434eee4: Added graphing.module to generate a SpelunkedNode graph data structure and dependencies as an array of SpelunkedEdge objects.