We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17daf79 commit 4b58f22Copy full SHA for 4b58f22
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @evyweb/ioctopus
2
3
+## 1.0.0
4
+
5
+### Major Changes
6
+- No breaking changes just first release
7
8
+### Minor Changes
9
+- Classes can now have dependency object too
10
11
## 0.3.0
12
13
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@evyweb/ioctopus",
- "version": "0.3.0",
+ "version": "1.0.0",
"description": "A simple IoC container for JavaScript and TypeScript for classes and functions.",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments