forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
133 lines (133 loc) · 3.4 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@rushstack/eslint-config",
"entries": [
{
"version": "0.4.0",
"tag": "@rushstack/eslint-config_v0.4.0",
"date": "Tue, 15 Oct 2019 01:22:16 GMT",
"comments": {
"minor": [
{
"comment": "Rename `@microsoft/eslint-config-scalable-ts` to `@rushstack/eslint-config`"
}
],
"patch": [
{
"comment": "Upgraded ESLint plugin dependencies"
}
]
}
},
{
"version": "0.3.1",
"tag": "@microsoft/eslint-config-scalable-ts_v0.3.1",
"date": "Sun, 29 Sep 2019 23:56:29 GMT",
"comments": {
"patch": [
{
"comment": "Update repository URL"
}
]
}
},
{
"version": "0.3.0",
"tag": "@microsoft/eslint-config-scalable-ts_v0.3.0",
"date": "Wed, 04 Sep 2019 01:43:31 GMT",
"comments": {
"minor": [
{
"comment": "Fix an issue where the @typescript-eslint/array-type rule required a syntax that broke compatibility with TypeScript versions prior to 3.4"
}
]
}
},
{
"version": "0.2.3",
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.3",
"date": "Tue, 03 Sep 2019 23:13:45 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to @typescript-eslint/eslint-plugin 2.1.0"
}
]
}
},
{
"version": "0.2.2",
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.2",
"date": "Tue, 27 Aug 2019 01:48:45 GMT",
"comments": {
"patch": [
{
"comment": "Remove unused plugin reference"
}
]
}
},
{
"version": "0.2.1",
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.1",
"date": "Tue, 27 Aug 2019 01:24:54 GMT",
"comments": {
"patch": [
{
"comment": "Replace \"eslint-plugin-no-null\" with a more lenient implementation that allows equality comparisons with \"null\""
}
]
}
},
{
"version": "0.2.0",
"tag": "@microsoft/eslint-config-scalable-ts_v0.2.0",
"date": "Wed, 21 Aug 2019 21:56:59 GMT",
"comments": {
"minor": [
{
"comment": "Enable react/no-deprecated, react/no-unescaped-entities, and react/self-closing-comp"
}
]
}
},
{
"version": "0.1.2",
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.2",
"date": "Fri, 16 Aug 2019 21:58:15 GMT",
"comments": {
"patch": [
{
"comment": "Relax peer dependency to allow usage with ESLint 5"
}
]
}
},
{
"version": "0.1.1",
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.1",
"date": "Fri, 16 Aug 2019 01:15:03 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where @typescript-eslint/no-unused-vars didn't work properly with React source files"
},
{
"comment": "Relax @typescript-eslint/camelcase to allow \"_checkBox1_onChanged\""
}
]
}
},
{
"version": "0.1.0",
"tag": "@microsoft/eslint-config-scalable-ts_v0.1.0",
"date": "Thu, 15 Aug 2019 02:56:10 GMT",
"comments": {
"minor": [
{
"comment": "Initial release"
}
]
}
}
]
}