Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Release v5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Apr 26, 2017
1 parent 67802aa commit 48882d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v5.1.0] - 2017-04-25
### Changed
- Removed `multiline-arrow` rule
- Removed suspect/broken rules on TSLint 5.x (the `--fix` is producing invalid code rewrites): `trailing-comma`, `array-bracket-spacing`, `object-curly-spacing`
- Removed rules on TSLint 5.x that are generating warnings: `multiline-arrow` (`Cannot read property 'getStart' of undefined`)

### Fixed
- Make `codelyzer` a peer dependency to prevent `npm install` warning for non-Angular projects

## [v5.0.0] - 2017-04-25
### Added
Expand Down Expand Up @@ -82,7 +88,8 @@ All notable changes to this project will be documented in this file.
### Added
- Created initial versions of `tslint-base.json` and `tslint-ng2.json`.

[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v5.0.0...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v5.1.0...HEAD
[v5.1.0]: https://github.com/codeschool/cs-tslint-rules/compare/v5.0.0...v5.1.0
[v5.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v4.1.0...v5.0.0
[v4.1.0]: https://github.com/codeschool/cs-tslint-rules/compare/v4.0.0...v4.1.0
[v4.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v3.1.2...v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs-tslint-rules",
"version": "5.0.0",
"version": "5.1.0",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 48882d2

Please sign in to comment.