Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce17 committed Jul 28, 2016
1 parent 19d2c96 commit 9f350a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# HEAD

- Update unit tests:
- Add missing asserts.
- Add tests to register a function (in preparation of ES6 fat arrow functions).
- Add new script `lint` (run via `npm run lint`) to lint project files using eslint.
- Adjust usage of `'use strict'` in `source/utils.js`.
- Adjust eslint rule to warn if function is used before it was defined.
- Convert jshint-ignore statements to eslint.
# 1.3.0

- Update unit tests.
- Remove `JSCS`/`JSHint` and replaced it with `ESLint`.
- Add support to add dependencies using fat arrow functions e.g. `container.register('foo', () => {})`.


# 1.2.7

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bruce17/dependable",
"version": "1.2.7",
"version": "1.3.0",
"main": "source/index.js",
"engines": {
"node": ">=0.10.0",
Expand Down Expand Up @@ -46,15 +46,15 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^3.0.0",
"codeclimate-test-reporter": "^0.3.3",
"coveralls": "^2.11.11",
"coveralls": "^2.11.2",
"eslint": "^2.13.1",
"istanbul-harmony": "^0.3.16",
"jsdoc": "^3.4.0",
"mocha": "^3.0.0-2",
"should": "^10.0.0",
"sinon": "^1.17.5",
"istanbul-harmony": "^0.3.15",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"should": "^9.0.2",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
}
}

0 comments on commit 9f350a4

Please sign in to comment.