@angular-eslint/template-parser 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,83 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [4.3.0](https://github.com/angular-eslint/angular-eslint/compare/v4.2.1...v4.3.0) (2021-05-12)
7
+
8
+ **Note:** Version bump only for package @angular-eslint/template-parser
9
+
10
+ ## [4.2.1](https://github.com/angular-eslint/angular-eslint/compare/v4.2.0...v4.2.1) (2021-05-12)
11
+
12
+ **Note:** Version bump only for package @angular-eslint/template-parser
13
+
14
+ # [4.2.0](https://github.com/angular-eslint/angular-eslint/compare/v4.1.0...v4.2.0) (2021-04-28)
15
+
16
+ **Note:** Version bump only for package @angular-eslint/template-parser
17
+
18
+ # [4.1.0](https://github.com/angular-eslint/angular-eslint/compare/v4.0.0...v4.1.0) (2021-04-28)
19
+
20
+ **Note:** Version bump only for package @angular-eslint/template-parser
21
+
22
+ # [4.0.0](https://github.com/angular-eslint/angular-eslint/compare/v3.0.1...v4.0.0) (2021-04-18)
23
+
24
+ ### Features
25
+
26
+ - **schematics:** options for convert-tslint-to-eslint ([#419](https://github.com/angular-eslint/angular-eslint/issues/419)) ([18fd863](https://github.com/angular-eslint/angular-eslint/commit/18fd863d6948578db96252da57702338a8ea5ea0))
27
+
28
+ ## [3.0.1](https://github.com/angular-eslint/angular-eslint/compare/v3.0.0...v3.0.1) (2021-04-18)
29
+
30
+ **Note:** Version bump only for package @angular-eslint/template-parser
31
+
32
+ # [3.0.0](https://github.com/angular-eslint/angular-eslint/compare/v2.1.1...v3.0.0) (2021-04-17)
33
+
34
+ ### Features
35
+
36
+ - v3.0.0 ([#388](https://github.com/angular-eslint/angular-eslint/issues/388)) ([f92b184](https://github.com/angular-eslint/angular-eslint/commit/f92b184c5b0b57328d0a323ac8c89f1b3017b8d4))
37
+
38
+ ## [2.1.1](https://github.com/angular-eslint/angular-eslint/compare/v2.1.0...v2.1.1) (2021-04-17)
39
+
40
+ **Note:** Version bump only for package @angular-eslint/template-parser
41
+
42
+ # [2.1.0](https://github.com/angular-eslint/angular-eslint/compare/v2.0.2...v2.1.0) (2021-04-11)
43
+
44
+ ### Features
45
+
46
+ - **template-parser:** support eslint-disable comments in HTML templates ([#405](https://github.com/angular-eslint/angular-eslint/issues/405)) ([5dd9578](https://github.com/angular-eslint/angular-eslint/commit/5dd9578d7c212cdead04c2142b920af6f654f2de))
47
+
48
+ ## [2.0.2](https://github.com/angular-eslint/angular-eslint/compare/v2.0.1...v2.0.2) (2021-03-16)
49
+
50
+ **Note:** Version bump only for package @angular-eslint/template-parser
51
+
52
+ ## [2.0.1](https://github.com/angular-eslint/angular-eslint/compare/v2.0.0...v2.0.1) (2021-03-14)
53
+
54
+ **Note:** Version bump only for package @angular-eslint/template-parser
55
+
56
+ # [2.0.0](https://github.com/angular-eslint/angular-eslint/compare/v1.2.0...v2.0.0) (2021-03-13)
57
+
58
+ ### Bug Fixes
59
+
60
+ - **template-parser:** add BindingPipe exp to VisitorKeys ([#337](https://github.com/angular-eslint/angular-eslint/issues/337)) ([#338](https://github.com/angular-eslint/angular-eslint/issues/338)) ([75c406f](https://github.com/angular-eslint/angular-eslint/commit/75c406f9f496740a694681916b8b4cd7b438d574))
61
+
62
+ ### Features
63
+
64
+ - v2.0.0 ([#358](https://github.com/angular-eslint/angular-eslint/issues/358)) ([737fd04](https://github.com/angular-eslint/angular-eslint/commit/737fd04946a9533698c04665c771d944ffbe430c)), closes [#328](https://github.com/angular-eslint/angular-eslint/issues/328) [#245](https://github.com/angular-eslint/angular-eslint/issues/245)
65
+
66
+ ### BREAKING CHANGES
67
+
68
+ - The format of results output has changed
69
+ - The rule no longer exists for use
70
+
71
+ - feat(template-parser): updated use of parseTemplate to improve loc data
72
+ - Requires @angular/compiler 11.2.0 and above
73
+
74
+ - feat(schematics): change way indent and quotes are handled by conversion schematics
75
+ - The conversion schematic handle these rules differently
76
+
77
+ # [1.2.0](https://github.com/angular-eslint/angular-eslint/compare/v1.1.0...v1.2.0) (2021-02-06)
78
+
79
+ **Note:** Version bump only for package @angular-eslint/template-parser
80
+
81
+ # [1.1.0](https://github.com/angular-eslint/angular-eslint/compare/v1.0.0...v1.1.0) (2021-01-14)
82
+
83
+ **Note:** Version bump only for package @angular-eslint/template-parser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/template-parser",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Angular Template parser for ESLint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -30,5 +30,5 @@
30
30
  "eslint": "*",
31
31
  "typescript": "*"
32
32
  },
33
- "gitHead": "5f4e4a8904de2b2be8db55c4fbc6f3946bfe9185"
33
+ "gitHead": "3c3e9e87199a229429edfe863117ba4e8f37f424"
34
34
  }