Skip to content

Commit d24b20c

Browse files
committed
5.0.0
1 parent 393bfef commit d24b20c

File tree

2 files changed

+80
-42
lines changed

2 files changed

+80
-42
lines changed

CHANGELOG.md

Lines changed: 79 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,173 +1,211 @@
11
# Changelog
22

3+
## v5.0.0 (2025-02-07)
34

5+
#### :boom: Breaking Change
6+
7+
- [#695](https://github.com/mainmatter/ember-intl-analyzer/pull/695) Remove node < 18 & add PR workflow to test the changes ([@beerinho](https://github.com/beerinho))
48

9+
#### :house: Internal
510

11+
- [#695](https://github.com/mainmatter/ember-intl-analyzer/pull/695) Add PR workflow to test the changes ([@beerinho](https://github.com/beerinho))
612

13+
#### Committers: 2
714

15+
- Daniel Beer ([@beerinho](https://github.com/beerinho))
16+
- Jason Mitchell ([@jasonmit](https://github.com/jasonmit))
817

918
## v4.6.0 (2024-02-22)
1019

1120
#### :rocket: Enhancement
12-
* [#656](https://github.com/mainmatter/ember-intl-analyzer/pull/656) handles `t('my-key')` in JS files ([@poulet42](https://github.com/poulet42))
13-
* [#655](https://github.com/mainmatter/ember-intl-analyzer/pull/655) Add custom t helper support ([@Mikek2252](https://github.com/Mikek2252))
14-
* [#649](https://github.com/mainmatter/ember-intl-analyzer/pull/649) Add support for listing redundant whitelist entries ([@robinborst95](https://github.com/robinborst95))
15-
* [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97))
21+
22+
- [#656](https://github.com/mainmatter/ember-intl-analyzer/pull/656) handles `t('my-key')` in JS files ([@poulet42](https://github.com/poulet42))
23+
- [#655](https://github.com/mainmatter/ember-intl-analyzer/pull/655) Add custom t helper support ([@Mikek2252](https://github.com/Mikek2252))
24+
- [#649](https://github.com/mainmatter/ember-intl-analyzer/pull/649) Add support for listing redundant whitelist entries ([@robinborst95](https://github.com/robinborst95))
25+
- [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97))
1626

1727
#### :house: Internal
18-
* [#652](https://github.com/mainmatter/ember-intl-analyzer/pull/652) Update dependency eslint-config-prettier to v9.1.0 ([@renovate[bot]](https://github.com/apps/renovate))
19-
* [#651](https://github.com/mainmatter/ember-intl-analyzer/pull/651) Update dependency eslint to v8.56.0 ([@renovate[bot]](https://github.com/apps/renovate))
28+
29+
- [#652](https://github.com/mainmatter/ember-intl-analyzer/pull/652) Update dependency eslint-config-prettier to v9.1.0 ([@renovate[bot]](https://github.com/apps/renovate))
30+
- [#651](https://github.com/mainmatter/ember-intl-analyzer/pull/651) Update dependency eslint to v8.56.0 ([@renovate[bot]](https://github.com/apps/renovate))
2031

2132
#### Committers: 5
33+
2234
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
2335
- Corentin ([@poulet42](https://github.com/poulet42))
2436
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
25-
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
37+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
2638
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
2739

2840
## v4.5.0 (2024-01-30)
2941

3042
#### :rocket: Enhancement
31-
* [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97))
43+
44+
- [#648](https://github.com/mainmatter/ember-intl-analyzer/pull/648) Add support for gjs/gts files ([@vstefanovic97](https://github.com/vstefanovic97))
3245

3346
#### Committers: 3
47+
3448
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
3549
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
3650
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
3751

3852
## v4.4.0 (2022-08-26)
3953

4054
#### :rocket: Enhancement
41-
* [#528](https://github.com/Mainmatter/ember-intl-analyzer/pull/528) Add custom plugin/extension support ([@Mikek2252](https://github.com/Mikek2252))
55+
56+
- [#528](https://github.com/Mainmatter/ember-intl-analyzer/pull/528) Add custom plugin/extension support ([@Mikek2252](https://github.com/Mikek2252))
4257

4358
#### Committers: 1
59+
4460
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
4561

4662
## v4.3.0 (2022-08-10)
4763

4864
#### :rocket: Enhancement
49-
* [#538](https://github.com/Mainmatter/ember-intl-analyzer/pull/538) Add support to specify which translation files are analyzed ([@robinborst95](https://github.com/robinborst95))
65+
66+
- [#538](https://github.com/Mainmatter/ember-intl-analyzer/pull/538) Add support to specify which translation files are analyzed ([@robinborst95](https://github.com/robinborst95))
5067

5168
#### Committers: 1
52-
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
69+
70+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
5371

5472
## v4.2.0 (2022-06-17)
5573

5674
#### :rocket: Enhancement
57-
* [#483](https://github.com/Mainmatter/ember-intl-analyzer/pull/483) Add support for concat expressions in HBS files ([@robinborst95](https://github.com/robinborst95))
75+
76+
- [#483](https://github.com/Mainmatter/ember-intl-analyzer/pull/483) Add support for concat expressions in HBS files ([@robinborst95](https://github.com/robinborst95))
5877

5978
#### Committers: 1
60-
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
79+
80+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
6181

6282
## v4.1.0 (2022-04-22)
6383

6484
#### :rocket: Enhancement
65-
* [#481](https://github.com/Mainmatter/ember-intl-analyzer/pull/481) Add support for translations in actual addons ([@robinborst95](https://github.com/robinborst95))
66-
* [#480](https://github.com/Mainmatter/ember-intl-analyzer/pull/480) Add support for translations in in-repo addons ([@robinborst95](https://github.com/robinborst95))
85+
86+
- [#481](https://github.com/Mainmatter/ember-intl-analyzer/pull/481) Add support for translations in actual addons ([@robinborst95](https://github.com/robinborst95))
87+
- [#480](https://github.com/Mainmatter/ember-intl-analyzer/pull/480) Add support for translations in in-repo addons ([@robinborst95](https://github.com/robinborst95))
6788

6889
#### Committers: 1
69-
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
90+
91+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
7092

7193
## v4.0.0 (2022-04-14)
7294

7395
#### :boom: Breaking Change
74-
* [#489](https://github.com/Mainmatter/ember-intl-analyzer/pull/489) Update Node test scenarios in ci ([@Mikek2252](https://github.com/Mikek2252))
96+
97+
- [#489](https://github.com/Mainmatter/ember-intl-analyzer/pull/489) Update Node test scenarios in ci ([@Mikek2252](https://github.com/Mikek2252))
7598

7699
#### :house: Internal
77-
* [#491](https://github.com/Mainmatter/ember-intl-analyzer/pull/491) Add release-it configuration to simplify releases ([@Mikek2252](https://github.com/Mikek2252))
100+
101+
- [#491](https://github.com/Mainmatter/ember-intl-analyzer/pull/491) Add release-it configuration to simplify releases ([@Mikek2252](https://github.com/Mikek2252))
78102

79103
#### Committers: 1
104+
80105
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
81106

82107
## v3.1.1 (2022-03-11)
83108

84109
#### :bug: Bug Fix
85-
* [#447](https://github.com/Mainmatter/ember-intl-analyzer/pull/447) Add additional guard to check if at the top of the parent tree and tests ([@Mikek2252](https://github.com/Mikek2252))
110+
111+
- [#447](https://github.com/Mainmatter/ember-intl-analyzer/pull/447) Add additional guard to check if at the top of the parent tree and tests ([@Mikek2252](https://github.com/Mikek2252))
86112

87113
#### Committers: 1
114+
88115
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
89116

90117
## v3.1.0 (2021-06-28)
91118

92119
#### :rocket: Enhancement
93-
* [#367](https://github.com/Mainmatter/ember-intl-analyzer/pull/367) Add `--fix` CLI option ([@Mikek2252](https://github.com/Mikek2252))
94-
* [#320](https://github.com/Mainmatter/ember-intl-analyzer/pull/320) Add support for basic conditionals in the t helper ([@Mikek2252](https://github.com/Mikek2252))
120+
121+
- [#367](https://github.com/Mainmatter/ember-intl-analyzer/pull/367) Add `--fix` CLI option ([@Mikek2252](https://github.com/Mikek2252))
122+
- [#320](https://github.com/Mainmatter/ember-intl-analyzer/pull/320) Add support for basic conditionals in the t helper ([@Mikek2252](https://github.com/Mikek2252))
95123

96124
#### :house: Internal
97-
* [#369](https://github.com/Mainmatter/ember-intl-analyzer/pull/369) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87))
125+
126+
- [#369](https://github.com/Mainmatter/ember-intl-analyzer/pull/369) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87))
98127

99128
#### Committers: 3
129+
100130
- Michael Kerr ([@Mikek2252](https://github.com/Mikek2252))
101131
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
102132
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
103133

104-
105134
## v3.0.0 (2020-10-14)
106135

107136
#### :boom: Breaking Change
108-
* [#135](https://github.com/Mainmatter/ember-intl-analyzer/pull/135) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87))
137+
138+
- [#135](https://github.com/Mainmatter/ember-intl-analyzer/pull/135) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87))
109139

110140
#### :rocket: Enhancement
111-
* [#257](https://github.com/Mainmatter/ember-intl-analyzer/pull/257) Fix importing config file as CJS module ([@bertdeblock](https://github.com/bertdeblock))
141+
142+
- [#257](https://github.com/Mainmatter/ember-intl-analyzer/pull/257) Fix importing config file as CJS module ([@bertdeblock](https://github.com/bertdeblock))
112143

113144
#### Committers: 3
145+
114146
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
115147
- Patsy Issa ([@patsy-issa](https://github.com/patsy-issa))
116148
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
117149

118-
119150
## v2.1.0 (2019-11-27)
120151

121152
#### :rocket: Enhancement
122-
* [#94](https://github.com/Mainmatter/ember-intl-analyzer/pull/94) Add support for files with class properties ([@jmonster](https://github.com/jmonster))
153+
154+
- [#94](https://github.com/Mainmatter/ember-intl-analyzer/pull/94) Add support for files with class properties ([@jmonster](https://github.com/jmonster))
123155

124156
#### Committers: 1
125-
- Johnny Domino ([@jmonster](https://github.com/jmonster))
126157

158+
- Johnny Domino ([@jmonster](https://github.com/jmonster))
127159

128160
## v2.0.1 (2019-08-29)
129161

130162
#### :bug: Bug Fix
131-
* [#59](https://github.com/Mainmatter/ember-intl-analyzer/pull/59) Fix process exit code assignment ([@Turbo87](https://github.com/Turbo87))
163+
164+
- [#59](https://github.com/Mainmatter/ember-intl-analyzer/pull/59) Fix process exit code assignment ([@Turbo87](https://github.com/Turbo87))
132165

133166
#### Committers: 1
134-
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
135167

168+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
136169

137170
## v2.0.0 (2019-08-27)
138171

139172
#### :boom: Breaking Change
140-
* [#51](https://github.com/Mainmatter/ember-intl-analyzer/pull/51) Use non-zero exit code when problems are found ([@jfelchner](https://github.com/jfelchner))
173+
174+
- [#51](https://github.com/Mainmatter/ember-intl-analyzer/pull/51) Use non-zero exit code when problems are found ([@jfelchner](https://github.com/jfelchner))
141175

142176
#### :rocket: Enhancement
143-
* [#58](https://github.com/Mainmatter/ember-intl-analyzer/pull/58) Adds YAML support ([@Duder-onomy](https://github.com/Duder-onomy))
177+
178+
- [#58](https://github.com/Mainmatter/ember-intl-analyzer/pull/58) Adds YAML support ([@Duder-onomy](https://github.com/Duder-onomy))
144179

145180
#### Committers: 2
181+
146182
- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy))
147183
- Jeff Felchner ([@jfelchner](https://github.com/jfelchner))
148184

149-
150185
## v1.1.0 (2019-06-27)
151186

152187
#### :rocket: Enhancement
153-
* [#40](https://github.com/Mainmatter/ember-intl-analyzer/pull/40) Add support for decorators ([@Turbo87](https://github.com/Turbo87))
154-
* [#39](https://github.com/Mainmatter/ember-intl-analyzer/pull/39) Improve `generateFileList()` implementation ([@Turbo87](https://github.com/Turbo87))
155-
* [#11](https://github.com/Mainmatter/ember-intl-analyzer/pull/11) Refactored code and added ability to find missing translations ([@ijlee2](https://github.com/ijlee2))
188+
189+
- [#40](https://github.com/Mainmatter/ember-intl-analyzer/pull/40) Add support for decorators ([@Turbo87](https://github.com/Turbo87))
190+
- [#39](https://github.com/Mainmatter/ember-intl-analyzer/pull/39) Improve `generateFileList()` implementation ([@Turbo87](https://github.com/Turbo87))
191+
- [#11](https://github.com/Mainmatter/ember-intl-analyzer/pull/11) Refactored code and added ability to find missing translations ([@ijlee2](https://github.com/ijlee2))
156192

157193
#### :memo: Documentation
158-
* [#10](https://github.com/Mainmatter/ember-intl-analyzer/pull/10) package.json: Fix `homepage` URL ([@Turbo87](https://github.com/Turbo87))
194+
195+
- [#10](https://github.com/Mainmatter/ember-intl-analyzer/pull/10) package.json: Fix `homepage` URL ([@Turbo87](https://github.com/Turbo87))
159196

160197
#### :house: Internal
161-
* [#38](https://github.com/Mainmatter/ember-intl-analyzer/pull/38) Add tests ([@Turbo87](https://github.com/Turbo87))
162-
* [#13](https://github.com/Mainmatter/ember-intl-analyzer/pull/13) Add TravisCI config ([@Turbo87](https://github.com/Turbo87))
163-
* [#12](https://github.com/Mainmatter/ember-intl-analyzer/pull/12) Add ESLint and Prettier ([@Alonski](https://github.com/Alonski))
198+
199+
- [#38](https://github.com/Mainmatter/ember-intl-analyzer/pull/38) Add tests ([@Turbo87](https://github.com/Turbo87))
200+
- [#13](https://github.com/Mainmatter/ember-intl-analyzer/pull/13) Add TravisCI config ([@Turbo87](https://github.com/Turbo87))
201+
- [#12](https://github.com/Mainmatter/ember-intl-analyzer/pull/12) Add ESLint and Prettier ([@Alonski](https://github.com/Alonski))
164202

165203
#### Committers: 4
204+
166205
- Alon Bukai ([@Alonski](https://github.com/Alonski))
167206
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
168207
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
169208

170-
171209
## v1.0.0 (2019-04-15)
172210

173211
Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-intl-analyzer",
3-
"version": "4.6.0",
3+
"version": "5.0.0",
44
"description": "Find unused translations in your Ember.js projects",
55
"homepage": "https://github.com/Mainmatter/ember-intl-analyzer",
66
"repository": "git@github.com:Mainmatter/ember-intl-analyzer.git",

0 commit comments

Comments
 (0)