Skip to content

Commit ac5c4e2

Browse files
author
Calvin Bottoms
committed
0.2.0
1 parent 9a611c0 commit ac5c4e2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## 0.2.x
22

33
### 0.2.0
4+
5+
6+
47
* bug fix - inject and resolve across multiple containers now works correctly
58
* improvement - functions that can't be resolved in static or scoped lifecycles immediately will be once all dependencies become available
69
* feature - add a way to register function as value without a wrapper

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fount",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "A source from which dependencies flow",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)