Skip to content

Commit 4e74a91

Browse files
author
Robert Jackson
committed
Release 1.0.0
1 parent 5d0f571 commit 4e74a91

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v1.0.0 (2019-06-20)
2+
3+
#### :boom: Breaking Change
4+
* [#134](https://github.com/ember-codemods/ember-native-class-codemod/pull/134) Rename to ember-native-class-codemod ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### :rocket: Enhancement
7+
* [#132](https://github.com/ember-codemods/ember-native-class-codemod/pull/132) Adds the `classicDecorator` option and enable it by default ([@pzuraq](https://github.com/pzuraq))
8+
9+
#### :bug: Bug Fix
10+
* [#129](https://github.com/ember-codemods/ember-native-class-codemod/pull/129) Fix issues identifying in-repo addon paths in getTelemetryFor. ([@rwjblue](https://github.com/rwjblue))
11+
* [#130](https://github.com/ember-codemods/ember-native-class-codemod/pull/130) Ensure logging of modules that failed to gather telemetry. ([@rwjblue](https://github.com/rwjblue))
12+
* [#126](https://github.com/ember-codemods/ember-native-class-codemod/pull/126) Wait for telemetry before starting transforms ([@pzuraq](https://github.com/pzuraq))
13+
14+
#### :house: Internal
15+
* [#131](https://github.com/ember-codemods/ember-native-class-codemod/pull/131) Fix in-repo addon acceptance test to demonstrate real world failure with in-repo addons. ([@rwjblue](https://github.com/rwjblue))
16+
* [#133](https://github.com/ember-codemods/ember-native-class-codemod/pull/133) Convert to single quotes in Prettier configuration ([@pzuraq](https://github.com/pzuraq))
17+
* [#128](https://github.com/ember-codemods/ember-native-class-codemod/pull/128) Add in-repo addon to acceptance test. ([@rwjblue](https://github.com/rwjblue))
18+
* [#127](https://github.com/ember-codemods/ember-native-class-codemod/pull/127) Split apart and add unit tests for getTelemetryFor. ([@rwjblue](https://github.com/rwjblue))
19+
20+
#### Committers: 2
21+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
22+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
23+
124
## v0.2.1 (2019-06-19)
225

326
#### :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": "ember-native-class-codemod",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)