diff --git a/.changeset/soft-ties-applaud.md b/.changeset/soft-ties-applaud.md deleted file mode 100644 index 41deed9..0000000 --- a/.changeset/soft-ties-applaud.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pumpit": minor ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3346389..0d6c5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # pumpa +## 7.3.0 + +### 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. + ## 7.2.0 ### Minor Changes diff --git a/package.json b/package.json index 6a29b5e..b5e8343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pumpit", - "version": "7.2.0", + "version": "7.3.0", "description": "Dependency injection container without decorators, supports circular dependencies and arrays of dependencies.", "keywords": [ "ioc",