We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a611c0 commit ac5c4e2Copy full SHA for ac5c4e2
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
## 0.2.x
2
3
### 0.2.0
4
+
5
6
7
* bug fix - inject and resolve across multiple containers now works correctly
8
* improvement - functions that can't be resolved in static or scoped lifecycles immediately will be once all dependencies become available
9
* feature - add a way to register function as value without a wrapper
package.json
@@ -1,6 +1,6 @@
{
"name": "fount",
- "version": "0.1.1",
+ "version": "0.2.0",
"description": "A source from which dependencies flow",
"main": "./src/index.js",
"scripts": {
0 commit comments