Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchita Doshi committed Jan 14, 2020
1 parent a3b12b3 commit 70740a7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.2.5 (2020-01-14)

#### :bug: Bug Fix
* [#14](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/14) Add support for readOnly computed property conversion ([@suchitadoshi1987](https://github.com/suchitadoshi1987))

#### :memo: Documentation
* [#14](https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/14) Add support for readOnly computed property conversion ([@suchitadoshi1987](https://github.com/suchitadoshi1987))

#### Committers: 2
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v0.2.4 (2019-12-25)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-tracked-properties-codemod",
"version": "0.2.4",
"version": "0.2.5",
"description": "A codemod for transforming your ember app code to start using `@tracked` properties.",
"keywords": [
"codemod-cli",
Expand Down
19 changes: 9 additions & 10 deletions transforms/tracked-properties/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.js
## Input / Output

<!--FIXTURES_TOC_START-->

- [basic-with-prefix-false](#basic-with-prefix-false)
- [basic](#basic)
- [chained-complex-computed](#chained-complex-computed)
- [chained-computed](#chained-computed)
- [complex](#complex)
- [non-computed-decorators](#non-computed-decorators)
- [read-only-computed-decorators](#read-only-computed-decorators)
- [with-tracked](#with-tracked)
<!--FIXTURES_TOC_END-->
* [basic-with-prefix-false](#basic-with-prefix-false)
* [basic](#basic)
* [chained-complex-computed](#chained-complex-computed)
* [chained-computed](#chained-computed)
* [complex](#complex)
* [non-computed-decorators](#non-computed-decorators)
* [read-only-computed-decorators](#read-only-computed-decorators)
* [with-tracked](#with-tracked)
<!--FIXTURES_TOC_END-->

## <!--FIXTURES_CONTENT_START-->

Expand Down

0 comments on commit 70740a7

Please sign in to comment.