## 0.1.0
  - Added basic features:
    - .perform(): Runs a function with its dependencies previously injected.
    - .create(): Retrieves a new object with its dependencies previously injected.
    - .enclose(): Retrieves the function with its dependencies previously injected.
    - .add(): Adds the dependency to container.
    - .drop(): Removes the dependency from the container.
    - .clear(): Clear the entire container.
    - .getContainer(): Retrieves the dependency container.
  - Added browser/node support.
  - Added Grunt task manager.

## 0.0.0

  - Initial version