This repository was archived by the owner on Feb 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ Unreleased]
4
+
5
+ ## [ v5.2.0] - May 08, 2018
6
+ ### Rules
7
+ - ` ter-no-proto `
8
+ - ` ter-no-script-url `
9
+ - ` ter-no-self-compare `
10
+
11
+ ### Fixes
12
+ - ` ter-newline-after-var ` - issue 302
13
+
14
+
3
15
## [ v5.1.0] - Feb 24, 2018
4
16
### Rules
5
17
- ` ter-padded-blocks `
@@ -325,6 +337,8 @@ Note that the npm release `v3.2.1` only contains this hotfix [cb01358].
325
337
- Added and made lots of improvements in README.md
326
338
327
339
340
+ [ Unreleased ] : https://github.com/buzinas/tslint-eslint-rules/compare/v5.2.0...HEAD
341
+ [ v5.2.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v5.1.0...v5.2.0
328
342
[ v5.1.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v5.0.0...v5.1.0
329
343
[ v5.0.0 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.1...v5.0.0
330
344
[ v4.1.1 ] : https://github.com/buzinas/tslint-eslint-rules/compare/v4.1.0...v4.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tslint-eslint-rules" ,
3
- "version" : " 5.1 .0" ,
3
+ "version" : " 5.2 .0" ,
4
4
"description" : " Improve your TSLint with the missing ESLint Rules" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments