Skip to content

Commit

Permalink
Merge pull request #18 from Spy-Seth/prepare-version
Browse files Browse the repository at this point in the history
Prepare version 0.1.0.
  • Loading branch information
armandabric committed Aug 24, 2015
2 parents be81fae + d4cbce6 commit 43fe590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Skippy is designed to be an easy to use, robust, and well tested dependencies co
- Instantiate service as described in the dependencies configuration.
- Configure what should be used as service constructor parameters: you can pass another services as reference, parameters, or any values you have configured.
- Manage singleton instance of service (not defined by design pattern, but by configuration).
- Check the dependencies graph to avoid cyclic dependencies (only on development environement: `process.env.NODE_ENV === 'development'`).
- Check the dependencies graph to avoid cyclic dependencies (only on development environment: `NODE_ENV="development"`).
- Allowing injection of service mock (only in test environment: `NODE_ENV="test"`).

#### What Skippy don't do (and never will)
- Introspect JSDoc or parameters name to determine witch service should be inject in a constructor function. You have to define service dependencies in a configuration file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skippy",
"version": "0.0.4",
"version": "0.1.0",
"description": "Simple and robust dependency container.",
"keywords": [
"container",
Expand Down

0 comments on commit 43fe590

Please sign in to comment.