|
| 1 | +<a name="0.5.0"></a> |
| 2 | +# [0.5.0](https://github.com/positive-js/tslint-config/compare/0.4.0...0.5.0) (2018-01-24) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **tslint-config:** 'blank-lines' doesn't support Windows line-break style ([#22](https://github.com/positive-js/tslint-config/issues/22)) ([fe16dfe](https://github.com/positive-js/tslint-config/commit/fe16dfe)) |
| 8 | +* **tslint-config:** 'blank-lines' false positives for methods ([#23](https://github.com/positive-js/tslint-config/issues/23)) ([cd92cdc](https://github.com/positive-js/tslint-config/commit/cd92cdc)) |
| 9 | + |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* **tslint-config:** object-literal-key-quotes: as-needed ([#28](https://github.com/positive-js/tslint-config/issues/28)) ([8d3a25b](https://github.com/positive-js/tslint-config/commit/8d3a25b)) |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +<a name="0.4.0"></a> |
| 18 | +# [0.4.0](https://github.com/positive-js/tslint-config/compare/0.3.0...0.4.0) (2017-12-08) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* **tslint-config:** error in config for rule 'no-import-side-effect' ([#11](https://github.com/positive-js/tslint-config/issues/11)) ([9ea29c8](https://github.com/positive-js/tslint-config/commit/9ea29c8)) |
| 24 | + |
| 25 | + |
| 26 | +### Features |
| 27 | + |
| 28 | +* **tslint-config:** change config value for "no-multiline-string" ([#21](https://github.com/positive-js/tslint-config/issues/21)) ([d2bc6aa](https://github.com/positive-js/tslint-config/commit/d2bc6aa)) |
| 29 | +* **tslint-config:** change config value for "no-this-assignment" ([#20](https://github.com/positive-js/tslint-config/issues/20)) ([f71464b](https://github.com/positive-js/tslint-config/commit/f71464b)) |
| 30 | +* **tslint-config:** Console output not allowed ([#15](https://github.com/positive-js/tslint-config/issues/15)) ([fb40bf4](https://github.com/positive-js/tslint-config/commit/fb40bf4)) |
| 31 | +* **tslint-config:** Removed underscore-before-private ([#18](https://github.com/positive-js/tslint-config/issues/18)) ([7f31414](https://github.com/positive-js/tslint-config/commit/7f31414)) |
| 32 | +* **tslint-config:** rule for setting blank lines count for blocks ([#19](https://github.com/positive-js/tslint-config/issues/19)) ([144bfba](https://github.com/positive-js/tslint-config/commit/144bfba)) |
| 33 | +* **tslint-config:** Single arg arrow func MUST has parens ([#14](https://github.com/positive-js/tslint-config/issues/14)) ([17b4c42](https://github.com/positive-js/tslint-config/commit/17b4c42)) |
| 34 | +* **tslint-config:** Use array literal syntax when declaring or instantiating array types ([#10](https://github.com/positive-js/tslint-config/issues/10)) ([da1df70](https://github.com/positive-js/tslint-config/commit/da1df70)) |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +<a name="0.3.0"></a> |
| 39 | +# [0.3.0](https://github.com/positive-js/tslint-config/compare/0.2.0...0.3.0) (2017-12-01) |
| 40 | + |
| 41 | + |
| 42 | +### Chores |
| 43 | + |
| 44 | +* **tslint-config:** updated npm dev dependencies ([2b0e473](https://github.com/positive-js/tslint-config/commit/2b0e473)) |
| 45 | + |
| 46 | + |
| 47 | +### Features |
| 48 | + |
| 49 | +* **tslint-config:** Improving rules for tslint:recommend ([#4](https://github.com/positive-js/tslint-config/issues/4)) ([f1c63f0](https://github.com/positive-js/tslint-config/commit/f1c63f0)) |
| 50 | +* **tslint-config:** New rule underscore-before-private ([#7](https://github.com/positive-js/tslint-config/issues/7)) ([5591b0b](https://github.com/positive-js/tslint-config/commit/5591b0b)) |
| 51 | +* **tslint-config:** TSLint corrections + legacy compatibility rules ([#3](https://github.com/positive-js/tslint-config/issues/3)) ([cacb787](https://github.com/positive-js/tslint-config/commit/cacb787)) |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +<a name="0.2.0"></a> |
| 56 | +# [0.2.0](https://github.com/positive-js/tslint-config/compare/0.1.3...0.2.0) (2017-11-09) |
| 57 | + |
| 58 | + |
| 59 | +### Chores |
| 60 | + |
| 61 | +* **tslint-config:** updated codelyzer version ([9b6b48d](https://github.com/positive-js/tslint-config/commit/9b6b48d)) |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | +<a name="0.1.3"></a> |
| 66 | +## [0.1.3](https://github.com/positive-js/tslint-config/compare/0.1.1...0.1.3) (2017-10-03) |
| 67 | + |
| 68 | + |
| 69 | +### Chores |
| 70 | + |
| 71 | +* added "quotemark" rule ([caf948f](https://github.com/positive-js/tslint-config/commit/caf948f)) |
| 72 | +* added override for TSLint rules ([e4961de](https://github.com/positive-js/tslint-config/commit/e4961de)) |
| 73 | +* added override rules for TSLint Microsoft ([c90ad00](https://github.com/positive-js/tslint-config/commit/c90ad00)) |
| 74 | +* **tslint-config:** bumped version number to 0.1.3 ([7f45f50](https://github.com/positive-js/tslint-config/commit/7f45f50)) |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | +<a name="0.1.1"></a> |
| 79 | +## [0.1.1](https://github.com/positive-js/tslint-config/compare/97410d1...0.1.1) (2017-09-26) |
| 80 | + |
| 81 | + |
| 82 | +### Chores |
| 83 | + |
| 84 | +* **tools:** added build TS scripts ([d36ec17](https://github.com/positive-js/tslint-config/commit/d36ec17)) |
| 85 | +* **tools:** remove scope cli ([46dbdd4](https://github.com/positive-js/tslint-config/commit/46dbdd4)) |
| 86 | +* **tslint-config:** added first rules and contribs guides ([254db54](https://github.com/positive-js/tslint-config/commit/254db54)) |
| 87 | +* **tslint-config:** added initial files ([97410d1](https://github.com/positive-js/tslint-config/commit/97410d1)) |
| 88 | + |
| 89 | + |
| 90 | + |
0 commit comments