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

Commit

Permalink
Release v7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Jun 21, 2017
1 parent e218f23 commit a056781
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v7.0.0] - 2017-06-21
### Changed
- Added `allow-pascal-case` option to `variable-name` rule to allow variable names such as `PascalCase` because they often appear in situations where you are defining classes or models via `const` or `let` (e.g., [graphql-tools makeExecutableSchema()](http://dev.apollodata.com/tools/graphql-tools/generate-schema.html#modularizing)
- Removed `{"regex": "^I.*$"}` from `interface` section of `ext-variable-name` rule since interfaces in external typings almost never follow this convention

### Fixed
- Remove codelyzer peerDependency as it was causing warnings when installing this
module in non-Angular projects

## [v6.0.1] - 2017-06-01
### Fixed
- The `no-irregular-whitespace` and `no-sparse-arrays` all have been renamed to be prefixed with `ter-` in the latest `tslint-eslint-rules`
Expand Down Expand Up @@ -101,7 +110,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/v6.0.1...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v7.0.0...HEAD
[v7.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v6.0.1...v7.0.0
[v6.0.1]: https://github.com/codeschool/cs-tslint-rules/compare/v6.0.0...v6.0.1
[v6.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v5.2.0...v6.0.0
[v5.2.0]: https://github.com/codeschool/cs-tslint-rules/compare/v5.1.0...v5.2.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": "6.0.1",
"version": "7.0.0",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit a056781

Please sign in to comment.