Comparing version 1.0.3 to 1.1.0
@@ -0,1 +1,15 @@ | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/telefonicaid/tartare/compare/v1.0.3...v1.1.0) (2016-09-19) | ||
### Bug Fixes | ||
* `this` is not working on steps when the function is wrapped into a promise ([d722313](https://github.com/telefonicaid/tartare/commit/d722313)) | ||
### Features | ||
* Add declarations to use Tartare with TypeScript ([ca80350](https://github.com/telefonicaid/tartare/commit/ca80350)) | ||
<a name="1.0.3"></a> | ||
@@ -2,0 +16,0 @@ ## [1.0.3](https://github.com/telefonicaid/tartare/compare/v1.0.2...v1.0.3) (2016-09-09) |
@@ -83,3 +83,3 @@ /* | ||
}); | ||
}); | ||
}.bind(this)); | ||
}; | ||
@@ -86,0 +86,0 @@ } else { |
{ | ||
"name": "tartare", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Gherkin-like BDD testing framework for JavaScript based on Mocha", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"lint": "eslint index.js bin lib", | ||
"lint": "eslint index.js bin lib && tslint ./lib/tartare.d.ts ./test/*.ts --type-check --project ./tsconfig.json", | ||
"changelog": "conventional-changelog --preset jshint --infile CHANGELOG.md --same-file", | ||
@@ -48,4 +48,8 @@ "changelog-gh-release": "conventional-changelog --preset jshint --config .changelog.js", | ||
"eslint-plugin-jsdoc": "^2.3.1", | ||
"release-it": "^2.4.3" | ||
"release-it": "^2.4.3", | ||
"ts-node": "^1.3.0", | ||
"tslint": "^3.15.1", | ||
"tslint-config-typings": "^0.2.3", | ||
"typescript": "^1.8.10" | ||
} | ||
} |
# RELEASE NOTES | ||
## v1.1.0 / 19 Sep 2016 | ||
* Added declarations to use Tartare with TypeScript. | ||
* Fixed a bug that prevented `this` from working on steps when the function is wrapped into a promise. | ||
## v1.0.3 / 9 Sep 2016 | ||
@@ -4,0 +8,0 @@ * Fixed a bug that prevented Tartare from waiting for promises to be resolved when steps or hooks return promises. |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
15
2156
106514
9
2
0