Comparing version 0.4.8 to 0.4.9
@@ -36,3 +36,6 @@ var __extends = this.__extends || function (d, b) { | ||
} | ||
} else if (node.expression.kind() === 170 /* DeleteExpression */) { | ||
return; | ||
} | ||
this.addFailure(this.createFailure(position, node.width(), Rule.FAILURE_STRING)); | ||
@@ -39,0 +42,0 @@ } |
Change Log | ||
=== | ||
v0.4.9 | ||
--- | ||
* [new-rule] `no-any` disallows all uses of `any` | ||
* [bug] /* tslint:disable */ now disables semicolon rule as well | ||
* [bug] delete operator no longer results in a false positive for `no-unused-expression` | ||
v0.4.8 | ||
@@ -5,0 +12,0 @@ --- |
{ | ||
"name": "tslint", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "a static analysis linter for TypeScript", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -29,2 +29,3 @@ TSLint [![NPM version](https://badge.fury.io/js/tslint.png)](http://badge.fury.io/js/tslint) [![Builds](https://api.travis-ci.org/repositories/palantir/tslint.png?branch=master)](https://travis-ci.org/palantir/tslint) | ||
* `max-line-length` sets the maximum length of a line. | ||
* `no-any` diallows usages of `any` as a type decoration. | ||
* `no-arg` disallows access to `arguments.callee`. | ||
@@ -303,1 +304,11 @@ * `no-bitwise` disallows bitwise operators. | ||
``` | ||
Creating a new Release | ||
---------------------- | ||
1. Bump up the version number in package.json and tslint.ts | ||
2. Add a section for the new release in CHANGELOG.md | ||
3. Run `grunt` to build the latest sources | ||
4. Commit | ||
5. Run `npm publish` | ||
6. Create a git tag for the new release and push it |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7066023
61
125851
313