Skip to content

Commit d198905

Browse files
committed
feat(container): added methods
Added extra methods to the container such as unregister, has and bindings
1 parent 867fb67 commit d198905

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,8 @@ In the above example despite being called 3x the container will only have to res
116116

117117
### Does this work with Vue 1.x?
118118
It probably should, given that Vue manages it's hooks the same way, but it hasn't been tested yet, if you do feel free to make an issue and report any problems you run into.
119+
120+
### What's new?
121+
- 21/04/2017
122+
- added `unregister` to remove bindings and `bindings` to get all registered services.
123+
- added `has` method to check if a container has a binding

dist/vuec.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)