@drewjbartlett/tiny-ioc
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"files": [ | ||
@@ -11,0 +11,0 @@ "dist" |
@@ -17,3 +17,3 @@ # Tiny IOC | ||
- ✅ support for swapping dependencies | ||
- ✅ makes testing a breeze | ||
- ✅ simplfies testing / mocking | ||
@@ -189,4 +189,6 @@ ### Installation | ||
- `unbind` - Remove the given binding from the container entirely. | ||
#### `unbind<T>(binding: Binding<T>): void` | ||
Remove the given binding from the container entirely. | ||
```ts | ||
@@ -193,0 +195,0 @@ container.bindFactory(HttpClient, () => new HttpClient()); |
11678
265