Skip to content

Commit

Permalink
docs: add missing content to CHANGELOG (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss95 authored and mgechev committed Mar 28, 2019
1 parent 852aac8 commit dcec3e0
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ All notable changes to this project will be documented in this file. See [standa

### Bug Fixes

- **rule:** template-use-track-by-function not reporting failures involving multiple \*ngFor directives ([#721](https://github.com/mgechev/codelyzer/issues/721)) ([9269be6](https://github.com/mgechev/codelyzer/commit/9269be6)), closes [#718](https://github.com/mgechev/codelyzer/issues/718)
- **rule:** template-no-call-expression should allow \$any usages ([#735](https://github.com/mgechev/codelyzer/issues/735)) ([a75c204](https://github.com/mgechev/codelyzer/commit/a75c204))
- **rule:** no-input-rename reporting some failures incorrectly ([#723](https://github.com/mgechev/codelyzer/issues/723)) ([f692dcb](https://github.com/mgechev/codelyzer/commit/f692dcb))
- **rule:** prefer-inline-decorator should not set a max number of options ([#787](https://github.com/mgechev/codelyzer/issues/787)) ([31b2b6a](https://github.com/mgechev/codelyzer/commit/31b2b6a))
- **rule:** add template-accessibility-elements-content to index.ts ([#803](https://github.com/mgechev/codelyzer/issues/803)) ([1e8cbbf](https://github.com/mgechev/codelyzer/commit/1e8cbbf)), closes [#801](https://github.com/mgechev/codelyzer/issues/801)
- **rule:** NgModule not being handled for contextual-lifecycle and contextual-decorators ([#790](https://github.com/mgechev/codelyzer/issues/790)) ([cedfa2e](https://github.com/mgechev/codelyzer/commit/cedfa2e))
- **rule:** prefer-inline-decorator not reporting failures for some cases ([#794](https://github.com/mgechev/codelyzer/issues/794)) ([a76ebbc](https://github.com/mgechev/codelyzer/commit/a76ebbc))
- update peerDependencies ([d5bfbd5](https://github.com/mgechev/codelyzer/commit/d5bfbd5))
- improve ngWalker by preventing an error when a class has no name ([#788](https://github.com/mgechev/codelyzer/issues/788)) ([17c0fe2](https://github.com/mgechev/codelyzer/commit/17c0fe2))

### Features

Expand All @@ -52,13 +56,15 @@ All notable changes to this project will be documented in this file. See [standa
- **rule:** add template-no-autofocus ([#749](https://github.com/mgechev/codelyzer/issues/749)) ([799382f](https://github.com/mgechev/codelyzer/commit/799382f))
- **rule:** add template-no-distracting-elements ([#760](https://github.com/mgechev/codelyzer/issues/760)) ([6b21a9e](https://github.com/mgechev/codelyzer/commit/6b21a9e))
- **rule:** add template-no-any ([#755](https://github.com/mgechev/codelyzer/issues/755)) ([77a5e32](https://github.com/mgechev/codelyzer/commit/77a5e32))
- **rule:** prefer-inline-decorator now accept options ([#794](https://github.com/mgechev/codelyzer/issues/794)) ([a76ebbc](https://github.com/mgechev/codelyzer/commit/a76ebbc))
- add support for svg templates ([#800](https://github.com/mgechev/codelyzer/issues/800)) ([dadf8ec](https://github.com/mgechev/codelyzer/commit/dadf8ec))
This release contains many breaking changes due to the rename of several rules (see more at ([bbf7a32](https://github.com/mgechev/codelyzer/commit/bbf7a329ffc12287d4d15d7e552b1642db787b88))). Currently, there's an open PR (https://github.com/angular/angular-cli/pull/13801) that will help migrate your app if you are affected by these changes.

<a name="5.0.0-beta.2"></a>

# [5.0.0-beta.2](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.1...5.0.0-beta.2) (2019-03-25)

### Bug Fixes

- **rule:** NgModule not being handled for contextual-lifecycle and contextual-decorators ([#790](https://github.com/mgechev/codelyzer/issues/790)) ([cedfa2e](https://github.com/mgechev/codelyzer/commit/cedfa2e))

# [5.0.0-beta.1](https://github.com/mgechev/codelyzer/compare/5.0.0-beta.0...5.0.0-beta.1) (2019-03-14)

### Bug Fixes
Expand Down Expand Up @@ -94,9 +100,11 @@ This release contains many breaking changes due to the rename of several rules (

### Bug Fixes

- **rule:** template-use-track-by-function not reporting failures involving multiple \*ngFor directives ([#721](https://github.com/mgechev/codelyzer/issues/721)) ([9269be6](https://github.com/mgechev/codelyzer/commit/9269be6)), closes [#718](https://github.com/mgechev/codelyzer/issues/718)
- **rule:** template-no-call-expression should allow \$any usages ([#735](https://github.com/mgechev/codelyzer/issues/735)) ([a75c204](https://github.com/mgechev/codelyzer/commit/a75c204))
- **rule:** no-input-rename reporting some failures incorrectly ([#723](https://github.com/mgechev/codelyzer/issues/723)) ([f692dcb](https://github.com/mgechev/codelyzer/commit/f692dcb))
- **rule:** prefer-inline-decorator should not set a max number of options ([#787](https://github.com/mgechev/codelyzer/issues/787)) ([31b2b6a](https://github.com/mgechev/codelyzer/commit/31b2b6a))
- improve ngWalker by preventing an error when a class has no name ([#787](https://github.com/mgechev/codelyzer/issues/787)) ([17c0fe2](https://github.com/mgechev/codelyzer/commit/17c0fe2))

### Features

Expand All @@ -114,8 +122,6 @@ This release contains many breaking changes due to the rename of several rules (
- **rule:** add template-no-distracting-elements ([#760](https://github.com/mgechev/codelyzer/issues/760)) ([6b21a9e](https://github.com/mgechev/codelyzer/commit/6b21a9e))
- **rule:** add template-no-any ([#755](https://github.com/mgechev/codelyzer/issues/755)) ([77a5e32](https://github.com/mgechev/codelyzer/commit/77a5e32))

<a name="4.5.0"></a>

# [4.5.0](https://github.com/mgechev/codelyzer/compare/4.4.4...4.5.0) (2018-10-04)

### Bug Fixes
Expand All @@ -128,41 +134,31 @@ This release contains many breaking changes due to the rename of several rules (
- **rule:** add pipe-prefix ([#693](https://github.com/mgechev/codelyzer/issues/693)) ([71660ae](https://github.com/mgechev/codelyzer/commit/71660ae))
- support Angular 7.0 ([#710](https://github.com/mgechev/codelyzer/issues/710)) ([5eb3064](https://github.com/mgechev/codelyzer/commit/5eb3064))

<a name="4.4.4"></a>

## [4.4.4](https://github.com/mgechev/codelyzer/compare/4.4.3...4.4.4) (2018-08-13)

### Bug Fixes

- errors not being displayed in the correct files ([#700](https://github.com/mgechev/codelyzer/issues/700)) ([db3cf5a](https://github.com/mgechev/codelyzer/commit/db3cf5a))

<a name="4.4.3"></a>

## [4.4.3](https://github.com/mgechev/codelyzer/compare/4.4.2...4.4.3) (2018-08-06)

### Bug Fixes

- url not passed to transformStyle when using styleUrls ([#686](https://github.com/mgechev/codelyzer/issues/686)) ([5a84041](https://github.com/mgechev/codelyzer/commit/5a84041))
- **templates-no-negated-async:** not reporting failures for some cases ([#694](https://github.com/mgechev/codelyzer/issues/694)) ([2ffe2ea](https://github.com/mgechev/codelyzer/commit/2ffe2ea))

<a name="4.4.2"></a>

## [4.4.2](https://github.com/mgechev/codelyzer/compare/4.4.1...4.4.2) (2018-06-25)

### Bug Fixes

- **no-output-on-prefix:** fix regular expression ([#674](https://github.com/mgechev/codelyzer/issues/674)) ([adc974a](https://github.com/mgechev/codelyzer/commit/adc974a))

<a name="4.4.1"></a>

## [4.4.1](https://github.com/mgechev/codelyzer/compare/4.4.0...4.4.1) (2018-06-23)

### Bug Fixes

- regressions in 4.4.0 ([#671](https://github.com/mgechev/codelyzer/issues/671)) ([d922dcb](https://github.com/mgechev/codelyzer/commit/d922dcb)), closes [#669](https://github.com/mgechev/codelyzer/issues/669), [#670](https://github.com/mgechev/codelyzer/issues/670)

<a name="4.4.0"></a>

# [4.4.0](https://github.com/mgechev/codelyzer/compare/4.3.0...4.4.0) (2018-06-23)

### Bug Fixes
Expand Down

0 comments on commit dcec3e0

Please sign in to comment.