Skip to content

v7.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 19:15
· 39 commits to main since this release
8371633

Minor Changes

  • c72533b: This PR implements two new methods on the pumpit class validate and validateSafe. These methods check if dependency keys that are used for injection are present in the container. It will not instantiate any classes or run factory functions.
    The validate method will throw an error if the tree is invalid, while the validateSafe method will return an object indicating whether the tree is valid.