Skip to content

Commit

Permalink
Merge pull request #81 from ivandotv/changeset-release/main
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
ivandotv authored Jun 13, 2024
2 parents 085d8e2 + 192c277 commit 8371633
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/soft-ties-applaud.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8371633

Please sign in to comment.