Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 2.58 KB

0.4.1 (2020-08-09)

1.1.3

Patch Changes

  • b060d4b: docs: add sample source code & remove out-of-date notes

1.1.2

Patch Changes

  • 347c65b: docs: minor improvements on code snippets & fix hyperlink

1.1.1

Patch Changes

  • 58ae380: Removes cyclic dependencies caveat in README Graph Mode

1.1.0

Minor Changes

  • 434eee4: Added graphing.module to generate a SpelunkedNode graph data structure and dependencies as an array of SpelunkedEdge objects.

1.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 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)

0.2.1 (2020-08-07)

Features

  • change explore param type (23acdd6)

0.2.0 (2020-06-25)

Bug Fixes

  • deps: fixes build script (bfe48ca)

Features

  • module: changes the return to an object (5b705c8)

0.1.0 (2020-02-24)

Features

  • module: implement the first iteration of the spelunker module (5f50af2)