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

Commit

Permalink
Release v4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Apr 24, 2017
1 parent 58e8e1d commit 94a5397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v4.0.0] - 2017-04-24
### Added
- Add `tslint-eslint-rules` dependency to allow for more eslint rules to be used
- Added the following rules from `tslint-eslint-rules`: `no-constant-condition`, `no-duplicate-case`, `no-empty-character-class`, `no-ex-assign`, `no-extra-boolean-cast`, `no-extra-semi`, `no-inner-declarations`, `no-invalid-regexp`, `no-irregular-whitespace`, `no-regex-spaces`, `no-sparse-arrays`, `no-unexpected-multiline`

## [v3.1.2] - 2017-04-20
### Changed
- Removed `ext-variable-name` rule for `"default"`
Expand Down Expand Up @@ -57,7 +62,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/v3.1.2...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v4.0.0...HEAD
[v4.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v3.1.2...v4.0.0
[v3.1.2]: https://github.com/codeschool/cs-tslint-rules/compare/v3.1.1...v3.1.2
[v3.1.1]: https://github.com/codeschool/cs-tslint-rules/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.1...v3.1.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": "3.1.2",
"version": "4.0.0",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 94a5397

Please sign in to comment.