Skip to content

Commit

Permalink
Merge pull request #89 from ivandotv/changeset-release/main
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
ivandotv authored Jul 1, 2024
2 parents e6e615f + d51caba commit a930ae5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-buckets-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pants-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-windows-teach.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pumpa

## 9.0.0

### Major Changes

- f814cd6: Remove `beforeResolve` and `afterResolve` callbacks. After some time I figured that these hooks are an **antipattern** when it comes to the dependency injection (and are rarely used), therefore they are being removed.
- 634db4a: remove `unbind` hook. After some time I have found that the unbind hook is an antipattern and I do not want to support it anymore.
- 867d760: remove `transform` utility function. Another anti-pattern.

## 8.0.0

### Major 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": "8.0.0",
"version": "9.0.0",
"description": "Dependency injection container without decorators, supports circular dependencies and arrays of dependencies.",
"keywords": [
"ioc",
Expand Down

0 comments on commit a930ae5

Please sign in to comment.