Change Log
v4.1.1 - May 26, 2017
Fixes
- valid-jsdoc reported missing return with abstract methods (3bd2dafb)
v4.1.0 - May 21, 2017
Fixes
- valid-jsdoc reported at wrong location (82a3ca75)
Rules Added
Name Change
The following rule names have been renamed since they are no longer accessible with TSLint 5.0.
no-irregular-whitespace
changed to ter-no-irregular-whitespace
no-sparse-arrays
changed to ter-no-sparse-arrays
Removed
use-isnan
: This rule is now provided by TSLint.
v4.0.0 - April 4, 2017
v3.5.1 - 2017/03/17 23:00 GMT-0600
Fixes
- sort-imports bug in simple type imports (3d57149)
v3.5.0 - 2017/03/16 15:20 GMT-0600
Fixes
- valid-jsdoc crashed with missing return type (de16445)
Features
- valid-jsdoc added option to omitt return and parameters type (b81e671)
Rules Added
Fixers Added
Other Changes
tslint
peer dependency updated to 4.5.0
v3.4.0 - 2017/02/16 15:40 GMT-0600
Fixes
- array-bracket-spacing handles comments (9c551d7)
Rules Added
Fixers Added
Other Changes
tslint
is no longer a dependency
. Instead it is a peerDependency
and devDependency
.
v3.3.0 - 2017/02/04 04:45 GMT-0600
Changes
v3.2.3 - 2016/12/24 22:52 GMT-0600
Fixes
v3.2.2 - 2016/12/24 12:10 GMT-0600
Fixes
- ter-indent
- JSDocs no longer break variable declarations cb01358
- Interfaces are also checked for indentation 5be6774
- handle-callback-err: Issue 153
- Added
allowProperties
option to make the rule more strict.
Note that the npm release v3.2.1
only contains this hotfix cb01358.
v3.2.0 - 2016/12/14 00:50 GMT-0600
Rules Added
Fixes
Changes
- Added contributing file detailing how to use the current gulp tasks
- Added links to the rule and test source in each of the rule documentation
v3.1.0 - 2016/11/29 23:20 GTM-0600
Rules Added
- ter-prefer-arrow-callback
Fixes
- ter-indent:
- issues with try/catch statements
- issues with return statements
- issues with method declarations
- A
CallExpression
option has been added.
v3.0.0 - 2016/11/21 12:36 GTM-0600
- Several rules are no longer applicable
- no-duplicate-key
- no-unreachable
- no-unused-variable
- use-strict
Developer Tools
v2.2.1 - 2016/11/17 21:50 GMT-0600
Fixes
v2.2.0 - 2016/11/17 02:30 GMT-0600
Rules Added
Fixes
Changes
- Rule documentation can be generated from its metadata (d6ea71e)
v2.1.0 - 2016/10/03 19:29 +00:00
Fixes
Changes
- Added support for node 4 (4785e36)
- Added support for node 0.10 (adc290c)
- Using
es5
as the TypeScript target (83ad6e3)
v2.0.0 - 2016/10/01 06:12 +00:00
- Using
es6
as the TypeScript target.
- Dropped support for node 4
v1.6.1 - 2016/10/01 05:41 +00:00
Fixes
v1.6.0 - 2016/09/27 05:56 +00:00
Rules Added
Fixes
Changes
- README rules documentation replaced for a table (1c86880)
- Added markdown files for each of the existing rules (9617910)
v1.5.0 - 2016/09/05 15:10 +00:00
Rules Added
Changes
- Updated Contribution section in README to mention new gulp options
v1.4.0 - 2016/09/05 13:47 +00:00
Fixes
v1.3.0 - 2016/04/28 22:05 +00:00
Rules Added
Fixes
v1.2.0 - 2016/04/04 17:28 +00:00
Rules Added
Changes
- Updated README to fit current ESLint rules (aa5c342)
Fixes
- no-unexpected-multiline issue (bdca78a)
- no-constant-condition issue (4904bec)
v1.1.1 - 2016/03/21 18:29 +00:00
Added
v1.1.0 - 2016/03/18 17:05 +00:00
Changes
Fixes
- no-ex-assign: updated failure string and added test for false positive (9da7ba8)
v1.0.0 - 2015/12/14 17:14 +00:00
First stable version
- Improved documentation
- Updated dependencies
v0.3.0 - 2015/11/19 14:47 +00:00
Rules Added
v0.2.7 - 2015/11/17 14:00 +00:00
Rules Added
v0.2.6 - 2015/11/17 12:07 +00:00
Rules Added
v0.2.5 - 2015/11/17 11:11 +00:00
Rules Added
v0.2.4 - 2015/11/17 01:01 +00:00
Rules Added
Changes
- Improved README with commit conventions (63b0536)
v0.2.3 - 2015/11/14 15:02 +00:00
Rules Added
Enhancements
- Added tslint as a dependency (0fb030a)
- Added Travis CI integration (2a4f9a2)
- Added and made lots of improvements in README.md