Skip to content

Commit

Permalink
feat(container): added methods
Browse files Browse the repository at this point in the history
Added extra methods to the container such as unregister, has and bindings
  • Loading branch information
dealloc committed Apr 21, 2017
1 parent 867fb67 commit d198905
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,8 @@ In the above example despite being called 3x the container will only have to res

### Does this work with Vue 1.x?
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.

### What's new?
- 21/04/2017
- added `unregister` to remove bindings and `bindings` to get all registered services.
- added `has` method to check if a container has a binding
2 changes: 1 addition & 1 deletion dist/vuec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d198905

Please sign in to comment.