Skip to content

Commit c959410

Browse files
committed
v0.4.0
1 parent 08c00cd commit c959410

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.4.0 (2020-02-25)
4+
5+
#### :boom: Breaking Change
6+
* [#48](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/48) Drop Node 8 support ([@Turbo87](https://github.com/Turbo87))
7+
8+
#### :rocket: Enhancement
9+
* [#59](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/59) Improve whitespace formatting of template code ([@jelhan](https://github.com/jelhan))
10+
* [#44](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/44) Add support for native classes ([@simonihmig](https://github.com/simonihmig))
11+
* [#58](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/58) Add `this.` prefix to `styleNamespace` property ([@lifeart](https://github.com/lifeart))
12+
* [#50](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/50) Add support for passing paths or glob patterns as CLI options ([@jelhan](https://github.com/jelhan))
13+
* [#51](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/51) Add support for `ariaRole` property ([@jelhan](https://github.com/jelhan))
14+
15+
#### :bug: Bug Fix
16+
* [#53](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/53) Fix empty package.json dependencies ([@Turbo87](https://github.com/Turbo87))
17+
18+
#### :house: Internal
19+
* [#43](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/43) Extract transforms and utils ([@simonihmig](https://github.com/simonihmig))
20+
21+
#### Committers: 4
22+
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
23+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
24+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
25+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
26+
27+
328
## v0.3.2 (2019-11-29)
429

530
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagless-ember-components-codemod",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Converts regular Ember.js components to `tagName: ''` components",
55
"homepage": "https://github.com/ember-codemods/tagless-ember-components-codemod",
66
"repository": "git@github.com:ember-codemods/tagless-ember-components-codemod.git",

0 commit comments

Comments
 (0)