Releases: jmcdo29/nestjs-spelunker
Releases · jmcdo29/nestjs-spelunker
v1.3.1
v1.3.0
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Major Changes
- bdd36bc: First major version of the nestjs-spelunker package.
Nest v8 is supported with it's new class token syntax
pared down to just the class name. Circular dependencies
that are not properly forwardReferenced will no longer
crash thedebug
method.@ogma/styler
is being used
to color the output of the module in case of uncertain
errors or improper tokens.
Features
- module: supports object exports (66a21ef)
0.4.0 (2020-08-09)
Features
- module: supports dynamic modules (9e0664c)
BREAKING CHANGES
- module: The
debug
method is now asynchronous.
This is due to the fact of needing to resolve promise
based imports.
0.3.0 (2020-08-08)
Features
- module: adds a debug method to print out modules and deps (2d8510c)