Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 21:32
· 51 commits to main since this release
ac845ad

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 the debug 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)