|
3 | 3 | ## v1.2.0 (2022-04-13) |
4 | 4 |
|
5 | 5 | #### :rocket: Enhancement |
6 | | -* [#501](https://github.com/simplabs/ember-hbs-minifier/pull/501) Enable parallel file processing for `ember-cli-babel` ([@Turbo87](https://github.com/Turbo87)) |
| 6 | +* [#501](https://github.com/Mainmatter/ember-hbs-minifier/pull/501) Enable parallel file processing for `ember-cli-babel` ([@Turbo87](https://github.com/Turbo87)) |
7 | 7 |
|
8 | 8 | #### Committers: 1 |
9 | 9 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
|
12 | 12 | ## v1.1.0 (2022-04-12) |
13 | 13 |
|
14 | 14 | #### :rocket: Enhancement |
15 | | -* [#498](https://github.com/simplabs/ember-hbs-minifier/pull/498) Ensure plugin works for inline template compilation and co-located components ([@boris-petrov](https://github.com/boris-petrov)) |
| 15 | +* [#498](https://github.com/Mainmatter/ember-hbs-minifier/pull/498) Ensure plugin works for inline template compilation and co-located components ([@boris-petrov](https://github.com/boris-petrov)) |
16 | 16 |
|
17 | 17 | #### Committers: 1 |
18 | 18 | - Boris Petrov ([@boris-petrov](https://github.com/boris-petrov)) |
|
21 | 21 | ## v1.0.0 (2022-04-11) |
22 | 22 |
|
23 | 23 | #### :boom: Breaking Change |
24 | | -* [#496](https://github.com/simplabs/ember-hbs-minifier/pull/496) Update peer requirements ([@Turbo87](https://github.com/Turbo87)) |
25 | | -* [#235](https://github.com/simplabs/ember-hbs-minifier/pull/235) Adjust Ember.js support matrix to `~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0` ([@Turbo87](https://github.com/Turbo87)) |
| 24 | +* [#496](https://github.com/Mainmatter/ember-hbs-minifier/pull/496) Update peer requirements ([@Turbo87](https://github.com/Turbo87)) |
| 25 | +* [#235](https://github.com/Mainmatter/ember-hbs-minifier/pull/235) Adjust Ember.js support matrix to `~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0` ([@Turbo87](https://github.com/Turbo87)) |
26 | 26 |
|
27 | 27 | #### :house: Internal |
28 | | -* [#495](https://github.com/simplabs/ember-hbs-minifier/pull/495) tests: Add `this.` prefix to templates ([@Turbo87](https://github.com/Turbo87)) |
29 | | -* [#460](https://github.com/simplabs/ember-hbs-minifier/pull/460) Replace deprecated class-based AST transform plugin ([@Turbo87](https://github.com/Turbo87)) |
30 | | -* [#459](https://github.com/simplabs/ember-hbs-minifier/pull/459) Enable Ember Octane features ([@Turbo87](https://github.com/Turbo87)) |
31 | | -* [#458](https://github.com/simplabs/ember-hbs-minifier/pull/458) Add `ember-auto-import` dev dependency ([@Turbo87](https://github.com/Turbo87)) |
32 | | -* [#457](https://github.com/simplabs/ember-hbs-minifier/pull/457) Remove unused `ember-cli-htmlbars-inline-precompile` dependency ([@Turbo87](https://github.com/Turbo87)) |
33 | | -* [#451](https://github.com/simplabs/ember-hbs-minifier/pull/451) renovate: Update `pnpm` version automatically ([@Turbo87](https://github.com/Turbo87)) |
34 | | -* [#447](https://github.com/simplabs/ember-hbs-minifier/pull/447) Replace Mocha with QUnit ([@Turbo87](https://github.com/Turbo87)) |
35 | | -* [#446](https://github.com/simplabs/ember-hbs-minifier/pull/446) renovate: Disable for `@glimmer/syntax-*` dependencies ([@Turbo87](https://github.com/Turbo87)) |
36 | | -* [#424](https://github.com/simplabs/ember-hbs-minifier/pull/424) Use `pnpm` package manager ([@Turbo87](https://github.com/Turbo87)) |
37 | | -* [#425](https://github.com/simplabs/ember-hbs-minifier/pull/425) Update `ember-try` to v2 ([@Turbo87](https://github.com/Turbo87)) |
38 | | -* [#423](https://github.com/simplabs/ember-hbs-minifier/pull/423) Remove unmaintained `multidep` dependency ([@Turbo87](https://github.com/Turbo87)) |
39 | | -* [#418](https://github.com/simplabs/ember-hbs-minifier/pull/418) CI: Remove schedule trigger ([@Turbo87](https://github.com/Turbo87)) |
40 | | -* [#419](https://github.com/simplabs/ember-hbs-minifier/pull/419) ember-try: Disable Ember.js 4.x scenarios ([@Turbo87](https://github.com/Turbo87)) |
| 28 | +* [#495](https://github.com/Mainmatter/ember-hbs-minifier/pull/495) tests: Add `this.` prefix to templates ([@Turbo87](https://github.com/Turbo87)) |
| 29 | +* [#460](https://github.com/Mainmatter/ember-hbs-minifier/pull/460) Replace deprecated class-based AST transform plugin ([@Turbo87](https://github.com/Turbo87)) |
| 30 | +* [#459](https://github.com/Mainmatter/ember-hbs-minifier/pull/459) Enable Ember Octane features ([@Turbo87](https://github.com/Turbo87)) |
| 31 | +* [#458](https://github.com/Mainmatter/ember-hbs-minifier/pull/458) Add `ember-auto-import` dev dependency ([@Turbo87](https://github.com/Turbo87)) |
| 32 | +* [#457](https://github.com/Mainmatter/ember-hbs-minifier/pull/457) Remove unused `ember-cli-htmlbars-inline-precompile` dependency ([@Turbo87](https://github.com/Turbo87)) |
| 33 | +* [#451](https://github.com/Mainmatter/ember-hbs-minifier/pull/451) renovate: Update `pnpm` version automatically ([@Turbo87](https://github.com/Turbo87)) |
| 34 | +* [#447](https://github.com/Mainmatter/ember-hbs-minifier/pull/447) Replace Mocha with QUnit ([@Turbo87](https://github.com/Turbo87)) |
| 35 | +* [#446](https://github.com/Mainmatter/ember-hbs-minifier/pull/446) renovate: Disable for `@glimmer/syntax-*` dependencies ([@Turbo87](https://github.com/Turbo87)) |
| 36 | +* [#424](https://github.com/Mainmatter/ember-hbs-minifier/pull/424) Use `pnpm` package manager ([@Turbo87](https://github.com/Turbo87)) |
| 37 | +* [#425](https://github.com/Mainmatter/ember-hbs-minifier/pull/425) Update `ember-try` to v2 ([@Turbo87](https://github.com/Turbo87)) |
| 38 | +* [#423](https://github.com/Mainmatter/ember-hbs-minifier/pull/423) Remove unmaintained `multidep` dependency ([@Turbo87](https://github.com/Turbo87)) |
| 39 | +* [#418](https://github.com/Mainmatter/ember-hbs-minifier/pull/418) CI: Remove schedule trigger ([@Turbo87](https://github.com/Turbo87)) |
| 40 | +* [#419](https://github.com/Mainmatter/ember-hbs-minifier/pull/419) ember-try: Disable Ember.js 4.x scenarios ([@Turbo87](https://github.com/Turbo87)) |
41 | 41 |
|
42 | 42 | #### Committers: 1 |
43 | 43 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
|
46 | 46 | ## v0.5.0 (2020-02-17) |
47 | 47 |
|
48 | 48 | #### :boom: Breaking Change |
49 | | -* [#221](https://github.com/simplabs/ember-hbs-minifier/pull/221) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87)) |
| 49 | +* [#221](https://github.com/Mainmatter/ember-hbs-minifier/pull/221) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87)) |
50 | 50 |
|
51 | 51 | #### :house: Internal |
52 | | -* [#195](https://github.com/simplabs/ember-hbs-minifier/pull/195) testem: Increase `browser_start_timeout` ([@Turbo87](https://github.com/Turbo87)) |
| 52 | +* [#195](https://github.com/Mainmatter/ember-hbs-minifier/pull/195) testem: Increase `browser_start_timeout` ([@Turbo87](https://github.com/Turbo87)) |
53 | 53 |
|
54 | 54 | #### Committers: 1 |
55 | 55 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
|
58 | 58 | ## v0.4.1 (2019-11-23) |
59 | 59 |
|
60 | 60 | #### :rocket: Enhancement |
61 | | -* [#180](https://github.com/simplabs/ember-hbs-minifier/pull/180) Collapse whitespace in `class` attributes ([@Turbo87](https://github.com/Turbo87)) |
| 61 | +* [#180](https://github.com/Mainmatter/ember-hbs-minifier/pull/180) Collapse whitespace in `class` attributes ([@Turbo87](https://github.com/Turbo87)) |
62 | 62 |
|
63 | 63 | #### :bug: Bug Fix |
64 | | -* [#177](https://github.com/simplabs/ember-hbs-minifier/pull/177) Fix unintended attribute minification ([@Turbo87](https://github.com/Turbo87)) |
| 64 | +* [#177](https://github.com/Mainmatter/ember-hbs-minifier/pull/177) Fix unintended attribute minification ([@Turbo87](https://github.com/Turbo87)) |
65 | 65 |
|
66 | 66 | #### :house: Internal |
67 | | -* [#178](https://github.com/simplabs/ember-hbs-minifier/pull/178) Update `ember-mocha` to v0.16.2 ([@Turbo87](https://github.com/Turbo87)) |
68 | | -* [#181](https://github.com/simplabs/ember-hbs-minifier/pull/181) ESLint: Fix tests config ([@Turbo87](https://github.com/Turbo87)) |
69 | | -* [#179](https://github.com/simplabs/ember-hbs-minifier/pull/179) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87)) |
70 | | -* [#110](https://github.com/simplabs/ember-hbs-minifier/pull/110) CI: Skip unnecessary steps for `npm publish` job ([@Turbo87](https://github.com/Turbo87)) |
| 67 | +* [#178](https://github.com/Mainmatter/ember-hbs-minifier/pull/178) Update `ember-mocha` to v0.16.2 ([@Turbo87](https://github.com/Turbo87)) |
| 68 | +* [#181](https://github.com/Mainmatter/ember-hbs-minifier/pull/181) ESLint: Fix tests config ([@Turbo87](https://github.com/Turbo87)) |
| 69 | +* [#179](https://github.com/Mainmatter/ember-hbs-minifier/pull/179) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87)) |
| 70 | +* [#110](https://github.com/Mainmatter/ember-hbs-minifier/pull/110) CI: Skip unnecessary steps for `npm publish` job ([@Turbo87](https://github.com/Turbo87)) |
71 | 71 |
|
72 | 72 | #### Committers: 1 |
73 | 73 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
|
76 | 76 | ## v0.4.0 (2019-04-29) |
77 | 77 |
|
78 | 78 | #### :boom: Breaking Change |
79 | | -* [#95](https://github.com/simplabs/ember-hbs-minifier/pull/95) Drop support for Ember.js below v3.4.0 ([@Turbo87](https://github.com/Turbo87)) |
80 | | -* [#93](https://github.com/simplabs/ember-hbs-minifier/pull/93) Drop support for Node.js 6 ([@Turbo87](https://github.com/Turbo87)) |
81 | | -* [#35](https://github.com/simplabs/ember-hbs-minifier/pull/35) Drop support for Node.js 4 ([@Turbo87](https://github.com/Turbo87)) |
82 | | -* [#34](https://github.com/simplabs/ember-hbs-minifier/pull/34) CI: Change Node.js to v6 ([@mike-north](https://github.com/mike-north)) |
| 79 | +* [#95](https://github.com/Mainmatter/ember-hbs-minifier/pull/95) Drop support for Ember.js below v3.4.0 ([@Turbo87](https://github.com/Turbo87)) |
| 80 | +* [#93](https://github.com/Mainmatter/ember-hbs-minifier/pull/93) Drop support for Node.js 6 ([@Turbo87](https://github.com/Turbo87)) |
| 81 | +* [#35](https://github.com/Mainmatter/ember-hbs-minifier/pull/35) Drop support for Node.js 4 ([@Turbo87](https://github.com/Turbo87)) |
| 82 | +* [#34](https://github.com/Mainmatter/ember-hbs-minifier/pull/34) CI: Change Node.js to v6 ([@mike-north](https://github.com/mike-north)) |
83 | 83 |
|
84 | 84 | #### :memo: Documentation |
85 | | -* [#109](https://github.com/simplabs/ember-hbs-minifier/pull/109) Update `package.json` metadata ([@Turbo87](https://github.com/Turbo87)) |
86 | | -* [#97](https://github.com/simplabs/ember-hbs-minifier/pull/97) README: Add "Compatibility" section ([@Turbo87](https://github.com/Turbo87)) |
87 | | -* [#33](https://github.com/simplabs/ember-hbs-minifier/pull/33) Add repo url ([@ctjhoa](https://github.com/ctjhoa)) |
| 85 | +* [#109](https://github.com/Mainmatter/ember-hbs-minifier/pull/109) Update `package.json` metadata ([@Turbo87](https://github.com/Turbo87)) |
| 86 | +* [#97](https://github.com/Mainmatter/ember-hbs-minifier/pull/97) README: Add "Compatibility" section ([@Turbo87](https://github.com/Turbo87)) |
| 87 | +* [#33](https://github.com/Mainmatter/ember-hbs-minifier/pull/33) Add repo url ([@ctjhoa](https://github.com/ctjhoa)) |
88 | 88 |
|
89 | 89 | #### :house: Internal |
90 | | -* [#107](https://github.com/simplabs/ember-hbs-minifier/pull/107) Replace `object-hash` with `hash-obj` ([@Turbo87](https://github.com/Turbo87)) |
91 | | -* [#106](https://github.com/simplabs/ember-hbs-minifier/pull/106) Cleanup `package.json` file ([@Turbo87](https://github.com/Turbo87)) |
92 | | -* [#105](https://github.com/simplabs/ember-hbs-minifier/pull/105) Specify individual AST plugin config per test ([@Turbo87](https://github.com/Turbo87)) |
93 | | -* [#104](https://github.com/simplabs/ember-hbs-minifier/pull/104) CI: Run unit tests with coverage reporting ([@Turbo87](https://github.com/Turbo87)) |
94 | | -* [#103](https://github.com/simplabs/ember-hbs-minifier/pull/103) Simplifications ([@Turbo87](https://github.com/Turbo87)) |
95 | | -* [#102](https://github.com/simplabs/ember-hbs-minifier/pull/102) Include original template in snapshot ([@Turbo87](https://github.com/Turbo87)) |
96 | | -* [#101](https://github.com/simplabs/ember-hbs-minifier/pull/101) Remove the unnecessary `loc` properties from the AST snapshots ([@Turbo87](https://github.com/Turbo87)) |
97 | | -* [#100](https://github.com/simplabs/ember-hbs-minifier/pull/100) Use `multidep` to test against multiple `@glimmer/syntax` versions ([@Turbo87](https://github.com/Turbo87)) |
98 | | -* [#99](https://github.com/simplabs/ember-hbs-minifier/pull/99) Replace `ember-cli-eslint` with regular ESLint ([@Turbo87](https://github.com/Turbo87)) |
99 | | -* [#98](https://github.com/simplabs/ember-hbs-minifier/pull/98) CI: Use dedicated jobs for Node.js and Ember tests ([@Turbo87](https://github.com/Turbo87)) |
100 | | -* [#96](https://github.com/simplabs/ember-hbs-minifier/pull/96) Remove jQuery usage ([@Turbo87](https://github.com/Turbo87)) |
101 | | -* [#94](https://github.com/simplabs/ember-hbs-minifier/pull/94) Update tests to "new" testing APIs ([@Turbo87](https://github.com/Turbo87)) |
102 | | -* [#46](https://github.com/simplabs/ember-hbs-minifier/pull/46) Improve CI configuration ([@Turbo87](https://github.com/Turbo87)) |
103 | | -* [#32](https://github.com/simplabs/ember-hbs-minifier/pull/32) Update `ember-cli` to v2.18.2 ([@Turbo87](https://github.com/Turbo87)) |
104 | | -* [#31](https://github.com/simplabs/ember-hbs-minifier/pull/31) Update `ember-cli-eslint` to v4.2.3 ([@Turbo87](https://github.com/Turbo87)) |
105 | | -* [#30](https://github.com/simplabs/ember-hbs-minifier/pull/30) Update secondary dependencies ([@Turbo87](https://github.com/Turbo87)) |
106 | | -* [#29](https://github.com/simplabs/ember-hbs-minifier/pull/29) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87)) |
| 90 | +* [#107](https://github.com/Mainmatter/ember-hbs-minifier/pull/107) Replace `object-hash` with `hash-obj` ([@Turbo87](https://github.com/Turbo87)) |
| 91 | +* [#106](https://github.com/Mainmatter/ember-hbs-minifier/pull/106) Cleanup `package.json` file ([@Turbo87](https://github.com/Turbo87)) |
| 92 | +* [#105](https://github.com/Mainmatter/ember-hbs-minifier/pull/105) Specify individual AST plugin config per test ([@Turbo87](https://github.com/Turbo87)) |
| 93 | +* [#104](https://github.com/Mainmatter/ember-hbs-minifier/pull/104) CI: Run unit tests with coverage reporting ([@Turbo87](https://github.com/Turbo87)) |
| 94 | +* [#103](https://github.com/Mainmatter/ember-hbs-minifier/pull/103) Simplifications ([@Turbo87](https://github.com/Turbo87)) |
| 95 | +* [#102](https://github.com/Mainmatter/ember-hbs-minifier/pull/102) Include original template in snapshot ([@Turbo87](https://github.com/Turbo87)) |
| 96 | +* [#101](https://github.com/Mainmatter/ember-hbs-minifier/pull/101) Remove the unnecessary `loc` properties from the AST snapshots ([@Turbo87](https://github.com/Turbo87)) |
| 97 | +* [#100](https://github.com/Mainmatter/ember-hbs-minifier/pull/100) Use `multidep` to test against multiple `@glimmer/syntax` versions ([@Turbo87](https://github.com/Turbo87)) |
| 98 | +* [#99](https://github.com/Mainmatter/ember-hbs-minifier/pull/99) Replace `ember-cli-eslint` with regular ESLint ([@Turbo87](https://github.com/Turbo87)) |
| 99 | +* [#98](https://github.com/Mainmatter/ember-hbs-minifier/pull/98) CI: Use dedicated jobs for Node.js and Ember tests ([@Turbo87](https://github.com/Turbo87)) |
| 100 | +* [#96](https://github.com/Mainmatter/ember-hbs-minifier/pull/96) Remove jQuery usage ([@Turbo87](https://github.com/Turbo87)) |
| 101 | +* [#94](https://github.com/Mainmatter/ember-hbs-minifier/pull/94) Update tests to "new" testing APIs ([@Turbo87](https://github.com/Turbo87)) |
| 102 | +* [#46](https://github.com/Mainmatter/ember-hbs-minifier/pull/46) Improve CI configuration ([@Turbo87](https://github.com/Turbo87)) |
| 103 | +* [#32](https://github.com/Mainmatter/ember-hbs-minifier/pull/32) Update `ember-cli` to v2.18.2 ([@Turbo87](https://github.com/Turbo87)) |
| 104 | +* [#31](https://github.com/Mainmatter/ember-hbs-minifier/pull/31) Update `ember-cli-eslint` to v4.2.3 ([@Turbo87](https://github.com/Turbo87)) |
| 105 | +* [#30](https://github.com/Mainmatter/ember-hbs-minifier/pull/30) Update secondary dependencies ([@Turbo87](https://github.com/Turbo87)) |
| 106 | +* [#29](https://github.com/Mainmatter/ember-hbs-minifier/pull/29) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87)) |
107 | 107 |
|
108 | 108 | #### Committers: 3 |
109 | 109 | - Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa)) |
|
114 | 114 | ## v0.3.0 (2018-03-14) |
115 | 115 |
|
116 | 116 | #### :rocket: Enhancement |
117 | | -* [#14](https://github.com/simplabs/ember-hbs-minifier/pull/14) Minify Templates based on a white list ([@siva-sundar](https://github.com/siva-sundar)) |
| 117 | +* [#14](https://github.com/Mainmatter/ember-hbs-minifier/pull/14) Minify Templates based on a white list ([@siva-sundar](https://github.com/siva-sundar)) |
118 | 118 |
|
119 | 119 | #### Committers: 1 |
120 | 120 | - sivakumar ([@siva-sundar](https://github.com/siva-sundar)) |
|
123 | 123 | ## v0.2.0 (2018-02-05) |
124 | 124 |
|
125 | 125 | #### :rocket: Enhancement |
126 | | -* [#17](https://github.com/simplabs/ember-hbs-minifier/pull/17) Move ember-cli-babel to devDependencies ([@topaxi](https://github.com/topaxi)) |
127 | | -* [#16](https://github.com/simplabs/ember-hbs-minifier/pull/16) Collapse multiple leading and trailing whitespaces into a single whitespace / Does not collapse multiple ([@siva-sundar](https://github.com/siva-sundar)) |
| 126 | +* [#17](https://github.com/Mainmatter/ember-hbs-minifier/pull/17) Move ember-cli-babel to devDependencies ([@topaxi](https://github.com/topaxi)) |
| 127 | +* [#16](https://github.com/Mainmatter/ember-hbs-minifier/pull/16) Collapse multiple leading and trailing whitespaces into a single whitespace / Does not collapse multiple ([@siva-sundar](https://github.com/siva-sundar)) |
128 | 128 |
|
129 | 129 | #### :memo: Documentation |
130 | | -* [#19](https://github.com/simplabs/ember-hbs-minifier/pull/19) fix copyright notice ([@marcoow](https://github.com/marcoow)) |
131 | | -* [#1](https://github.com/simplabs/ember-hbs-minifier/pull/1) Update README.md ([@xomaczar](https://github.com/xomaczar)) |
| 130 | +* [#19](https://github.com/Mainmatter/ember-hbs-minifier/pull/19) fix copyright notice ([@marcoow](https://github.com/marcoow)) |
| 131 | +* [#1](https://github.com/Mainmatter/ember-hbs-minifier/pull/1) Update README.md ([@xomaczar](https://github.com/xomaczar)) |
132 | 132 |
|
133 | 133 | #### :house: Internal |
134 | | -* [#27](https://github.com/simplabs/ember-hbs-minifier/pull/27) Use RFC176 imports ([@Turbo87](https://github.com/Turbo87)) |
135 | | -* [#23](https://github.com/simplabs/ember-hbs-minifier/pull/23) Update `ember-cli-mocha` to v0.15.0 ([@Turbo87](https://github.com/Turbo87)) |
136 | | -* [#25](https://github.com/simplabs/ember-hbs-minifier/pull/25) Update `ember-cli` to v2.12.3 ([@Turbo87](https://github.com/Turbo87)) |
137 | | -* [#26](https://github.com/simplabs/ember-hbs-minifier/pull/26) Update `ember-cli-mocha` to v0.14.5 ([@Turbo87](https://github.com/Turbo87)) |
138 | | -* [#24](https://github.com/simplabs/ember-hbs-minifier/pull/24) Update `ember-cli-babel` to v6.11.0 ([@Turbo87](https://github.com/Turbo87)) |
139 | | -* [#20](https://github.com/simplabs/ember-hbs-minifier/pull/20) test with headless chrome ([@marcoow](https://github.com/marcoow)) |
140 | | -* [#11](https://github.com/simplabs/ember-hbs-minifier/pull/11) Use Jest to run tests in Node ([@Turbo87](https://github.com/Turbo87)) |
141 | | -* [#12](https://github.com/simplabs/ember-hbs-minifier/pull/12) Use Yarn instead of outdated npm ([@Turbo87](https://github.com/Turbo87)) |
142 | | -* [#8](https://github.com/simplabs/ember-hbs-minifier/pull/8) Update "ember-cli" to v2.11.0 ([@Turbo87](https://github.com/Turbo87)) |
143 | | -* [#7](https://github.com/simplabs/ember-hbs-minifier/pull/7) CI: Automatically publish tags to NPM ([@Turbo87](https://github.com/Turbo87)) |
144 | | -* [#5](https://github.com/simplabs/ember-hbs-minifier/pull/5) ESLint: Use "eslint-config-simplabs" ([@Turbo87](https://github.com/Turbo87)) |
| 134 | +* [#27](https://github.com/Mainmatter/ember-hbs-minifier/pull/27) Use RFC176 imports ([@Turbo87](https://github.com/Turbo87)) |
| 135 | +* [#23](https://github.com/Mainmatter/ember-hbs-minifier/pull/23) Update `ember-cli-mocha` to v0.15.0 ([@Turbo87](https://github.com/Turbo87)) |
| 136 | +* [#25](https://github.com/Mainmatter/ember-hbs-minifier/pull/25) Update `ember-cli` to v2.12.3 ([@Turbo87](https://github.com/Turbo87)) |
| 137 | +* [#26](https://github.com/Mainmatter/ember-hbs-minifier/pull/26) Update `ember-cli-mocha` to v0.14.5 ([@Turbo87](https://github.com/Turbo87)) |
| 138 | +* [#24](https://github.com/Mainmatter/ember-hbs-minifier/pull/24) Update `ember-cli-babel` to v6.11.0 ([@Turbo87](https://github.com/Turbo87)) |
| 139 | +* [#20](https://github.com/Mainmatter/ember-hbs-minifier/pull/20) test with headless chrome ([@marcoow](https://github.com/marcoow)) |
| 140 | +* [#11](https://github.com/Mainmatter/ember-hbs-minifier/pull/11) Use Jest to run tests in Node ([@Turbo87](https://github.com/Turbo87)) |
| 141 | +* [#12](https://github.com/Mainmatter/ember-hbs-minifier/pull/12) Use Yarn instead of outdated npm ([@Turbo87](https://github.com/Turbo87)) |
| 142 | +* [#8](https://github.com/Mainmatter/ember-hbs-minifier/pull/8) Update "ember-cli" to v2.11.0 ([@Turbo87](https://github.com/Turbo87)) |
| 143 | +* [#7](https://github.com/Mainmatter/ember-hbs-minifier/pull/7) CI: Automatically publish tags to NPM ([@Turbo87](https://github.com/Turbo87)) |
| 144 | +* [#5](https://github.com/Mainmatter/ember-hbs-minifier/pull/5) ESLint: Use "eslint-config-Mainmatter" ([@Turbo87](https://github.com/Turbo87)) |
145 | 145 |
|
146 | 146 | #### Committers: 5 |
147 | 147 | - Andrey Khomenko ([@xomaczar](https://github.com/xomaczar)) |
|
0 commit comments